summaryrefslogtreecommitdiffstats
path: root/chrome/common_constants.gyp
diff options
context:
space:
mode:
authoryael.aharon@intel.com <yael.aharon@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-21 23:17:52 +0000
committeryael.aharon@intel.com <yael.aharon@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-21 23:17:52 +0000
commitd2e2ccf29df48310fbffb3b9d38463872bd28d17 (patch)
tree402d66dea9e363d2b99993aca326bf17b46944ea /chrome/common_constants.gyp
parent30a0d4c9ac288cb5a63a6ccb0c430b2cb1f3739c (diff)
downloadchromium_src-d2e2ccf29df48310fbffb3b9d38463872bd28d17.zip
chromium_src-d2e2ccf29df48310fbffb3b9d38463872bd28d17.tar.gz
chromium_src-d2e2ccf29df48310fbffb3b9d38463872bd28d17.tar.bz2
Separate NaCl switches to their own file.
This is part of an effort to componentize NaCl code. BUG=244791 Review URL: https://chromiumcodereview.appspot.com/17379019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207951 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common_constants.gyp')
-rw-r--r--chrome/common_constants.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/common_constants.gyp b/chrome/common_constants.gyp
index 7020f80..fefe2da 100644
--- a/chrome/common_constants.gyp
+++ b/chrome/common_constants.gyp
@@ -82,6 +82,11 @@
['toolkit_uses_gtk == 1', {
'dependencies': ['../build/linux/system.gyp:gtk'],
}],
+ ['OS != "ios"', {
+ 'dependencies': [
+ '../components/nacl_common.gypi:nacl_switches',
+ ],
+ }],
],
},
],
@@ -96,6 +101,7 @@
],
'dependencies': [
'../base/base.gyp:base_nacl_win64',
+ '../components/nacl_common.gypi:nacl_switches_win64',
'../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
],
'defines': [