summaryrefslogtreecommitdiffstats
path: root/chrome/installer/installer.gyp
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-25 23:52:33 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-25 23:52:33 +0000
commiteecae45911385c61918d94332a4447e5f5d869b2 (patch)
tree1ed973cd49aadcb1043996ce6bc761edc00b7d19 /chrome/installer/installer.gyp
parentbabfb66def4258aa1ee5d3f2d89e3a0dc0724f54 (diff)
downloadchromium_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/installer.gyp')
-rw-r--r--chrome/installer/installer.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp
index ac89050..c9820ab 100644
--- a/chrome/installer/installer.gyp
+++ b/chrome/installer/installer.gyp
@@ -15,7 +15,7 @@
'dependencies': [
'../../app/app.gyp:app_id',
'installer_util_strings',
- '../chrome.gyp:common',
+ '../chrome.gyp:common_constants',
'../chrome.gyp:chrome_resources',
'../chrome.gyp:chrome_strings',
'../../courgette/courgette.gyp:courgette_lib',