diff options
Diffstat (limited to 'chrome/common_constants.gyp')
-rw-r--r-- | chrome/common_constants.gyp | 6 |
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': [ |