diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-04 17:17:36 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-04 17:17:36 +0000 |
commit | ebd6d03fd2aac4113081974a5af403d550e959d4 (patch) | |
tree | e56e9477ba400cf2a0944db1676278c3d0d61960 /chrome/common_constants.gyp | |
parent | 39833834050281f849bf0c831970f0d98cfd8465 (diff) | |
download | chromium_src-ebd6d03fd2aac4113081974a5af403d550e959d4.zip chromium_src-ebd6d03fd2aac4113081974a5af403d550e959d4.tar.gz chromium_src-ebd6d03fd2aac4113081974a5af403d550e959d4.tar.bz2 |
Revert 226921 "Don't pull in content_switches.cc to whole chrome..."
Likely increased mac binary size by 36 MB (crbug.com/304153)
> 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.
>
> BUG=
>
> Review URL: https://codereview.chromium.org/24994002
TBR=rchlodnicki@opera.com
Review URL: https://codereview.chromium.org/26006005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227028 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common_constants.gyp')
-rw-r--r-- | chrome/common_constants.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common_constants.gyp b/chrome/common_constants.gyp index 018a817..3cb4843d 100644 --- a/chrome/common_constants.gyp +++ b/chrome/common_constants.gyp @@ -71,7 +71,6 @@ 'dependencies': [ '../base/base.gyp:base', '../components/nacl_common.gyp:nacl_switches', - '../content/content.gyp:content_common', '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', ], 'target_conditions': [ |