diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-25 23:52:33 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-25 23:52:33 +0000 |
commit | eecae45911385c61918d94332a4447e5f5d869b2 (patch) | |
tree | 1ed973cd49aadcb1043996ce6bc761edc00b7d19 /chrome/installer/mini_installer.gyp | |
parent | babfb66def4258aa1ee5d3f2d89e3a0dc0724f54 (diff) | |
download | chromium_src-eecae45911385c61918d94332a4447e5f5d869b2.zip chromium_src-eecae45911385c61918d94332a4447e5f5d869b2.tar.gz chromium_src-eecae45911385c61918d94332a4447e5f5d869b2.tar.bz2 |
Reduce the number of unneeded dependencies.
Split constants in common off so the projects that wants to pull that don't need to pull half-the-world.
TEST=still compiles
BUG=22926
Review URL: http://codereview.chromium.org/241006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27296 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/mini_installer.gyp')
-rwxr-xr-x | chrome/installer/mini_installer.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/installer/mini_installer.gyp b/chrome/installer/mini_installer.gyp index e48ed62..71aecaa 100755 --- a/chrome/installer/mini_installer.gyp +++ b/chrome/installer/mini_installer.gyp @@ -19,7 +19,6 @@ '../chrome.gyp:chrome', '../chrome.gyp:chrome_dll', '../chrome.gyp:default_extensions', - '../../testing/gtest.gyp:gtest', 'installer.gyp:setup', ], 'include_dirs': [ |