diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-30 21:31:24 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-30 21:31:24 +0000 |
commit | 7825931bdacb66eb2f41031e48484cd29dc02843 (patch) | |
tree | 1c45c166c0e7203f88dab2ed9752b4cd07210561 /chrome/chrome_dll.gypi | |
parent | 51696c6374a5b853c0af1b61a9004388986789d5 (diff) | |
download | chromium_src-7825931bdacb66eb2f41031e48484cd29dc02843.zip chromium_src-7825931bdacb66eb2f41031e48484cd29dc02843.tar.gz chromium_src-7825931bdacb66eb2f41031e48484cd29dc02843.tar.bz2 |
Remove installer strings from chrome.dll.
They are only used by the installer (the header installer_util_strings.h
is only included in files in chrome/installer), so they don't
need to be in chrome.dll.
It looks like this was added in r1044, but I don't think it's
needed anymore.
BUG=119947
Review URL: https://chromiumcodereview.appspot.com/9809036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129947 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r-- | chrome/chrome_dll.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index b7bbe0e..3552f88 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -60,7 +60,6 @@ # up actual Chromium functionality into this .dll. 'chrome_resources.gyp:chrome_resources', 'chrome_version_resources', - 'installer_util_strings', '../content/content.gyp:content_worker', '../crypto/crypto.gyp:crypto', '../printing/printing.gyp:printing', |