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

Unified Diff: build/isolate.gypi

Issue 936303002: Make Xvfb for browser_tests dependent on use_x11 instead of OS=="linux" Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: even smaller patch Created 5 years, 10 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
« no previous file with comments | « build/android/pylib/utils/isolator.py ('k') | chrome/browser_tests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/isolate.gypi
diff --git a/build/isolate.gypi b/build/isolate.gypi
index d7070fee2aa075cd5351619cc2364f4b730296cd..a8659a4f497d1ef68bf7543dc0b7201bfd643e1c 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)',
],
'conditions': [
# Note: When gyp merges lists, it appends them to the old value.
« no previous file with comments | « build/android/pylib/utils/isolator.py ('k') | chrome/browser_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698