diff options
author | bradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-30 00:02:27 +0000 |
---|---|---|
committer | bradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-30 00:02:27 +0000 |
commit | 397fe9d4394b75224aa8123850f5d1977b9c5123 (patch) | |
tree | fa8b383aa714438dfd92b8502f0681f74109de48 /chrome/chrome.gyp | |
parent | 9fa82bb8872a34275f3e0832f33339a4d07fa33b (diff) | |
download | chromium_src-397fe9d4394b75224aa8123850f5d1977b9c5123.zip chromium_src-397fe9d4394b75224aa8123850f5d1977b9c5123.tar.gz chromium_src-397fe9d4394b75224aa8123850f5d1977b9c5123.tar.bz2 |
Learned that mini_installer's linker settings cannot actually be shared
by everyone else.
Separated mini_installer into its own gyp file and isolated it from
several common settings.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/150045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19561 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index e221965..683284d 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -4130,6 +4130,7 @@ 'target_name': 'pull_in_all', 'type': 'none', 'dependencies': [ + 'installer/mini_installer.gyp:*', 'installer/installer.gyp:*', '../app/app.gyp:*', '../base/base.gyp:*', |