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

Unified Diff: build/isolate.gypi

Issue 908313004: Use Xvfb in isolated testing only if use_x11 is set (reland) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 9 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: build/isolate.gypi
diff --git a/build/isolate.gypi b/build/isolate.gypi
index fbb6d3cf18321f7153fae2256896ac9c867bd616..0e834be526b4e8dd0fab7eb71e34c9d70d7c128e 100644
--- a/build/isolate.gypi
+++ b/build/isolate.gypi
@@ -96,6 +96,7 @@
'--config-variable', 'use_openssl=<(use_openssl)',
'--config-variable', 'use_ozone=<(use_ozone)',
'--config-variable', 'v8_use_external_startup_data=<(v8_use_external_startup_data)',
+ '--config-variable', 'use_x11=<(use_x11)',
M-A Ruel 2015/03/10 16:24:52 Please keep the list sorted.
spang 2015/03/10 16:34:27 Done.
],
'conditions': [
# Note: When gyp merges lists, it appends them to the old value.

Powered by Google App Engine
This is Rietveld 408576698