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

Unified Diff: webrtc/test/test.gyp

Issue 1415603005: Update isolate files for swarming tests (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: OS conditions were needed to avoid Android errors. Created 5 years, 2 months 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
Index: webrtc/test/test.gyp
diff --git a/webrtc/test/test.gyp b/webrtc/test/test.gyp
index a19288eaeda32f743fe081a0607b5c54e71b259b..442b08723a92cf87cef0961acb77c672fc4bce22 100644
--- a/webrtc/test/test.gyp
+++ b/webrtc/test/test.gyp
@@ -140,6 +140,11 @@
'CLANG_ENABLE_OBJC_ARC': 'YES',
},
}],
+ ['use_x11==1', {
+ 'dependencies': [
+ '<(DEPTH)/tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
+ ],
+ }],
],
},
{
« webrtc/modules/modules_unittests.isolate ('K') | « webrtc/modules/modules_unittests.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698