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

Unified Diff: chrome/chrome_browser.gypi

Issue 148643002: Hide X11 dependencies when use_x11=0. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index f5ea8156bba35fd41c90c6ee8d2539cded59d9fb..e66400e988d02c5d39e6023a9423de0ac2879736 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3443,7 +3443,6 @@
'dependencies': [
'../build/linux/system.gyp:dbus',
'../build/linux/system.gyp:fontconfig',
- '../build/linux/system.gyp:x11',
'../dbus/dbus.gyp:dbus',
],
'sources/': [
@@ -3456,6 +3455,12 @@
['exclude', '^browser/lifetime/application_lifetime_stub.cc'],
],
}],
+ # x11 build
+ ['use_x11==1', {
+ 'dependencies': [
+ '../build/linux/system.gyp:x11',
sky 2014/01/28 00:43:07 nit: indent this.
kalyank 2014/01/28 01:18:47 Done.
+ ],
+ }],
],
}],
['enable_plugin_installation==0', {

Powered by Google App Engine
This is Rietveld 408576698