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

Unified Diff: content/content_browser.gypi

Issue 12563002: x11: Include X11 dependencies only when building with X11. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index d3b939387fd02a08ed8c68aa07ddc1c2b07ebdb2..8810cb0e46a5bb31bd0ec608bf52def9baeaaaa7 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1090,10 +1090,14 @@
'dependencies': [
'../build/linux/system.gyp:dbus',
'../build/linux/system.gyp:fontconfig',
- '../build/linux/system.gyp:x11',
'../dbus/dbus.gyp:dbus',
],
}],
+ ['use_x11==1', {
+ 'dependencies': [
+ '../build/linux/system.gyp:x11',
+ ],
+ }],
['OS=="android"', {
'dependencies': [
'../media/media.gyp:media',
« no previous file with comments | « build/linux/system.gyp ('k') | content/content_plugin.gypi » ('j') | media/media.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698