diff options
author | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-05 19:13:16 +0000 |
---|---|---|
committer | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-05 19:13:16 +0000 |
commit | 323f8b0c4be31eb820c0e916feab06a5d153d0fd (patch) | |
tree | 1b8964df538db38f99534a682beb48d480954829 /chrome/installer/installer.gyp | |
parent | 32dda3615ecec2a9f0ce3318658588b4103d997d (diff) | |
download | chromium_src-323f8b0c4be31eb820c0e916feab06a5d153d0fd.zip chromium_src-323f8b0c4be31eb820c0e916feab06a5d153d0fd.tar.gz chromium_src-323f8b0c4be31eb820c0e916feab06a5d153d0fd.tar.bz2 |
setup.exe doesn't depend on chrome.{exe|dll}
Review URL: http://codereview.chromium.org/118241
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17752 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/installer.gyp')
-rw-r--r-- | chrome/installer/installer.gyp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp index 056bc9e..807fb47 100644 --- a/chrome/installer/installer.gyp +++ b/chrome/installer/installer.gyp @@ -446,8 +446,6 @@ 'dependencies': [ 'installer_util', 'installer_util_strings', - '../chrome.gyp:app', - '../chrome.gyp:chrome_dll', '../../build/win/system.gyp:cygwin', '../../courgette/courgette.gyp:courgette_lib', '../../third_party/bspatch/bspatch.gyp:bspatch', @@ -513,10 +511,6 @@ }, 'inputs': [ '<scan_server_dlls_py)', - '<(PRODUCT_DIR)/chrome.exe', - '<(PRODUCT_DIR)/chrome.dll', - '<(PRODUCT_DIR)/locales/en-US.dll', - '<(PRODUCT_DIR)/icudt38.dll', ], 'outputs': [ '<(INTERMEDIATE_DIR)/registered_dlls.h', |