diff options
author | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-09 20:57:49 +0000 |
---|---|---|
committer | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-09 20:57:49 +0000 |
commit | 99245a080cb0558a1642b4416f9e44f24bba3b3c (patch) | |
tree | bd5833a0c799281bb4b2728957ab1bfa4e922be0 /chrome/chrome_exe.gypi | |
parent | 8a21822aef69e2f420053a30c35835ba6d794b03 (diff) | |
download | chromium_src-99245a080cb0558a1642b4416f9e44f24bba3b3c.zip chromium_src-99245a080cb0558a1642b4416f9e44f24bba3b3c.tar.gz chromium_src-99245a080cb0558a1642b4416f9e44f24bba3b3c.tar.bz2 |
Move common_constants target into a proper .gyp file so that it can shared
more easily by multiple projects (e.g., chrome & unittests).
This is needed because:
* Including the gypi directly from each .gyp that needs it will break ninja
(since it merges all the gyps into a single file).
* Referring to chrome.gyp:common_constants breaks the circular dependency
check on the Mac.
BUG=none
TEST=gclient runhooks, make chrome, ninja chrome
Review URL: https://chromiumcodereview.appspot.com/9112019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160922 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index c8527f9..7ecc789 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -557,7 +557,6 @@ 'dependencies': [ 'app/policy/cloud_policy_codegen.gyp:policy_win64', 'chrome_version_resources', - 'common_constants_win64', 'installer_util_nacl_win64', 'nacl_win64', '../breakpad/breakpad.gyp:breakpad_handler_win64', @@ -566,6 +565,7 @@ '../base/base.gyp:base_nacl_win64', '../base/base.gyp:base_static_win64', '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations_win64', + '../chrome/common_constants.gyp:common_constants_win64', '../crypto/crypto.gyp:crypto_nacl_win64', '../ipc/ipc.gyp:ipc_win64', '../sandbox/sandbox.gyp:sandbox_win64', |