diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-02 18:44:26 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-02 18:44:26 +0000 |
commit | db8e86cd38613b11de6efd70af60138491bcf08c (patch) | |
tree | 078297fa680dc53434ac1b4046a29b007ec3b1cf /win8/delegate_execute | |
parent | 32e0ac86199cfb30ba18a3f5c4b61f75416ddddd (diff) | |
download | chromium_src-db8e86cd38613b11de6efd70af60138491bcf08c.zip chromium_src-db8e86cd38613b11de6efd70af60138491bcf08c.tar.gz chromium_src-db8e86cd38613b11de6efd70af60138491bcf08c.tar.bz2 |
Don't pull in content_switches.cc to whole chrome code base
The point of this change is remove compilation of content_switches.cc
that was done in installer_util target. This is a static library
that other parts of chrome pull in and that makes the Chrome code that
references those switches compile even if the switches itself are
not exported.
Installer_util doesn't even seem to uses those switches AFAIK.
Dropped compilation of these files so these problems are actually
exposed and addressed by the person adding the switch. The main
offender that referenced those switches was chrome's about_flags.cc.
This is based off rchlodnicki@opera.com's patch from https://codereview.chromium.org/24994002/
R=rchlodnicki@opera.com, robertshield@chromium.org
Review URL: https://codereview.chromium.org/85333008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238139 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'win8/delegate_execute')
-rw-r--r-- | win8/delegate_execute/delegate_execute.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win8/delegate_execute/delegate_execute.gyp b/win8/delegate_execute/delegate_execute.gyp index 3d1a495..0307dc8 100644 --- a/win8/delegate_execute/delegate_execute.gyp +++ b/win8/delegate_execute/delegate_execute.gyp @@ -42,6 +42,7 @@ '../../base/base.gyp:base', '../../breakpad/breakpad.gyp:breakpad_handler', '../../chrome/chrome.gyp:installer_util', + '../../content/content.gyp:content_common', '../../google_update/google_update.gyp:google_update', '../../ui/gfx/gfx.gyp:gfx', '../../ui/ui.gyp:ui', |