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_installer.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_installer.gypi')
-rw-r--r-- | chrome/chrome_installer.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi index c73c5d9..97cf4c4 100644 --- a/chrome/chrome_installer.gypi +++ b/chrome/chrome_installer.gypi @@ -262,7 +262,7 @@ 'installer_util_strings', '../base/base.gyp:base', '../build/temp_gyp/googleurl.gyp:googleurl', - '../chrome/chrome.gyp:common_constants', + '../chrome/common_constants.gyp:common_constants', '../chrome_frame/chrome_frame.gyp:chrome_tab_idl', '../chrome_frame/chrome_frame.gyp:npchrome_frame', '../breakpad/breakpad.gyp:breakpad_handler', |