Remove xdisplaycheck

The tool is no longer needed and will be removed in Chromium.

BUG=chromium:670470

Review-Url: https://codereview.webrtc.org/2548763002
Cr-Commit-Position: refs/heads/master@{#15384}
This commit is contained in:
kjellander
2016-12-02 03:30:45 -08:00
committed by Commit bot
parent df28e47a4b
commit 969b12f6aa
4 changed files with 0 additions and 7 deletions

View File

@ -1106,7 +1106,6 @@ class MetaBuildWrapper(object):
xvfb = use_x11 and test_type == 'windowed_test_launcher'
if xvfb:
extra_files += [
'xdisplaycheck',
'../../testing/xvfb.py',
]