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

@ -81,7 +81,6 @@ DIRECTORIES = [
'tools/valgrind',
'tools/vim',
'tools/win',
'tools/xdisplaycheck',
]
from sync_chromium import get_target_os_list

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',
]

View File

@ -529,7 +529,6 @@ class UnitTest(unittest.TestCase):
'../../third_party/gtest-parallel/gtest-parallel-wrapper.py',
'base_unittests',
'some_resource_file',
'xdisplaycheck',
])
self.assertEqual(command, [
'../../testing/xvfb.py',

View File

@ -148,10 +148,6 @@ rtc_source_set("test_support") {
configs += [ "//build/config/compiler:enable_arc" ]
}
if (use_x11) {
deps += [ "//tools/xdisplaycheck" ]
}
if (is_android) {
deps += [ "//base:base" ]
data = [