summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorjoone.hur@intel.com <joone.hur@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-09 18:04:47 +0000
committerjoone.hur@intel.com <joone.hur@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-09 18:04:47 +0000
commitaad29ce82cf8273c5404262998c097c4036a8f4c (patch)
tree64f5b986e7b26f4cf3ce99d8bf45c61b76d744d9 /build
parent2267bfe85ed37d90a5f37f402152d2c1679596e0 (diff)
downloadchromium_src-aad29ce82cf8273c5404262998c097c4036a8f4c.zip
chromium_src-aad29ce82cf8273c5404262998c097c4036a8f4c.tar.gz
chromium_src-aad29ce82cf8273c5404262998c097c4036a8f4c.tar.bz2
Do not check GTK+ dependencies when use_ozone is defined.
glib is not included in ozone platform: https://codereview.chromium.org/249583003 Therefore, we do not need to check GTK+ dependencies when use_ozone is defined. BUG=None Review URL: https://codereview.chromium.org/272743002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269373 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/linux/system.gyp6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index dddf86a..4a3fa32 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -22,9 +22,9 @@
'linux_link_libbrlapi%': 0,
},
'conditions': [
- [ 'chromeos==0', {
- # Hide GTK and related dependencies for Chrome OS, so they won't get
- # added back to Chrome OS. Don't try to use GTK on Chrome OS.
+ [ 'chromeos==0 and use_ozone==0', {
+ # Hide GTK and related dependencies for Chrome OS and Ozone, so they won't get
+ # added back to Chrome OS and Ozone. Don't try to use GTK on Chrome OS and Ozone.
'targets': [
{
'target_name': 'gdk',