Index: chrome/common_constants.gyp |
diff --git a/chrome/common_constants.gyp b/chrome/common_constants.gyp |
index 7020f80e062e5bb7e9f6b908fa5b0de53f57527a..c6dd6e362156db3b9e45219a2c3e37af19207d52 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"', { |
Mark Seaborn
2013/06/21 13:35:13
Why does this have 'OS != "ios"'? This isn't a us
|
+ 'dependencies': [ |
+ 'nacl_common.gypi:nacl_switches', |
+ ], |
+ }], |
], |
}, |
], |
@@ -95,6 +100,7 @@ |
'<(SHARED_INTERMEDIATE_DIR)', # Needed by chrome_paths.cc. |
], |
'dependencies': [ |
+ 'nacl_common.gypi:nacl_switches_win64', |
'../base/base.gyp:base_nacl_win64', |
'../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
], |