diff options
author | yael.aharon@intel.com <yael.aharon@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-24 23:53:10 +0000 |
---|---|---|
committer | yael.aharon@intel.com <yael.aharon@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-24 23:53:10 +0000 |
commit | cbb22eb172522dd37d943a0613743117dd23845d (patch) | |
tree | 4e848a2109216c41841d183ebe88c22f3786c7ea /chrome/common_constants.gyp | |
parent | 6bcbf174dcf48419f44c54ad4ff4ddd25bedb26f (diff) | |
download | chromium_src-cbb22eb172522dd37d943a0613743117dd23845d.zip chromium_src-cbb22eb172522dd37d943a0613743117dd23845d.tar.gz chromium_src-cbb22eb172522dd37d943a0613743117dd23845d.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/17074012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208306 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common_constants.gyp')
-rw-r--r-- | chrome/common_constants.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common_constants.gyp b/chrome/common_constants.gyp index 7020f80..b0ee2cd 100644 --- a/chrome/common_constants.gyp +++ b/chrome/common_constants.gyp @@ -67,6 +67,7 @@ ], 'dependencies': [ '../base/base.gyp:base', + '../components/nacl_common.gyp:nacl_switches', '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', ], 'target_conditions': [ @@ -96,6 +97,7 @@ ], 'dependencies': [ '../base/base.gyp:base_nacl_win64', + '../components/nacl_common.gyp:nacl_switches_win64', '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', ], 'defines': [ |