diff options
author | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-25 23:13:45 +0000 |
---|---|---|
committer | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-25 23:13:45 +0000 |
commit | 3b33d16000bc6cd51d3934adb67ebeab4c546090 (patch) | |
tree | c54e825203f52f0dd8721972a96fe57068847139 /chrome/chrome_installer_util.gypi | |
parent | f10d53e3d6dbd5c598c32a19edde00039c8498b2 (diff) | |
download | chromium_src-3b33d16000bc6cd51d3934adb67ebeab4c546090.zip chromium_src-3b33d16000bc6cd51d3934adb67ebeab4c546090.tar.gz chromium_src-3b33d16000bc6cd51d3934adb67ebeab4c546090.tar.bz2 |
fix incremental_chrome_dll shared build on windows
This patch applies patchset #2 from
https://chromiumcodereview.appspot.com/10121004/
and then removes the changes to content_switches.cc (which weren't
needed) and chrome_exe.gypi (which was not needed and was actually
bad because it caused chrome.exe to depend on content.dll ).
R=jam@chromium.org, vangelis@chromium.org, rogerta@chromium.org
BUG=none
TEST=local win build succeeds with incremental_chrome_dll = 1, all bots
remain green.
Review URL: https://chromiumcodereview.appspot.com/10166021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134008 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_installer_util.gypi')
-rw-r--r-- | chrome/chrome_installer_util.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_installer_util.gypi b/chrome/chrome_installer_util.gypi index c82f981..c6ea69c 100644 --- a/chrome/chrome_installer_util.gypi +++ b/chrome/chrome_installer_util.gypi @@ -145,7 +145,7 @@ 'installer/util/shell_util.h', ], 'conditions': [ - ['component=="shared_library" and incremental_chrome_dll!=1', { + ['component=="shared_library"', { 'sources': [ '../content/public/common/content_switches.cc' ], 'defines': [ 'COMPILE_CONTENT_STATICALLY'], }, { |