diff options
author | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-23 18:28:13 +0000 |
---|---|---|
committer | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-23 18:28:13 +0000 |
commit | 3ae83989fbb4bc835109d709c4e71650f0788a14 (patch) | |
tree | e52450ab2739f1d87098231ddd2f7b7554059ef3 /chrome/installer | |
parent | eaadd905fd0d3e3e0496f229a5aaa3e3982002a4 (diff) | |
download | chromium_src-3ae83989fbb4bc835109d709c4e71650f0788a14.zip chromium_src-3ae83989fbb4bc835109d709c4e71650f0788a14.tar.gz chromium_src-3ae83989fbb4bc835109d709c4e71650f0788a14.tar.bz2 |
Cleanup setup dependencies.
Review URL: http://codereview.chromium.org/147027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19034 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer')
-rw-r--r-- | chrome/installer/installer.gyp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp index 5820abd..4001f11 100644 --- a/chrome/installer/installer.gyp +++ b/chrome/installer/installer.gyp @@ -117,15 +117,10 @@ '../chrome.gyp:common', '../chrome.gyp:chrome_resources', '../chrome.gyp:chrome_strings', - '../../net/net.gyp:net_resources', - '../../media/media.gyp:media', - '../../skia/skia.gyp:skia', '../../third_party/icu38/icu38.gyp:icui18n', '../../third_party/icu38/icu38.gyp:icuuc', '../../third_party/libxml/libxml.gyp:libxml', '../../third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', - '../../third_party/npapi/npapi.gyp:npapi', - '../third_party/hunspell/hunspell.gyp:hunspell', ], 'include_dirs': [ '../..', @@ -490,6 +485,7 @@ 'dependencies': [ 'installer_util', 'installer_util_strings', + '../../build/util/build_util.gyp:lastchange', '../../build/win/system.gyp:cygwin', '../../courgette/courgette.gyp:courgette_lib', '../../third_party/bspatch/bspatch.gyp:bspatch', |