Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Unified Diff: tools/mb/mb.py

Issue 2548763002: Remove xdisplaycheck (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « setup_links.py ('k') | tools/mb/mb_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb.py
diff --git a/tools/mb/mb.py b/tools/mb/mb.py
index 5ae0a7fe8ec0d35919bd4eb15f9dd6acfc2f4899..5ba094a2b271f7f07e06f2165ec88057577ceacc 100755
--- a/tools/mb/mb.py
+++ b/tools/mb/mb.py
@@ -1106,7 +1106,6 @@ class MetaBuildWrapper(object):
xvfb = use_x11 and test_type == 'windowed_test_launcher'
if xvfb:
extra_files += [
- 'xdisplaycheck',
'../../testing/xvfb.py',
]
« no previous file with comments | « setup_links.py ('k') | tools/mb/mb_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698