diff options
author | rchlodnicki@opera.com <rchlodnicki@opera.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-04 01:25:15 +0000 |
---|---|---|
committer | rchlodnicki@opera.com <rchlodnicki@opera.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-04 01:25:15 +0000 |
commit | e1ed52ebfa73ca295ee6a34ee9ee2bfde1a49156 (patch) | |
tree | 97b398572d5b336dd56ef7f8a13f905e8040744f /chrome/common_constants.gyp | |
parent | d19d40d46917d7f347d1acd1517d162fb080755e (diff) | |
download | chromium_src-e1ed52ebfa73ca295ee6a34ee9ee2bfde1a49156.zip chromium_src-e1ed52ebfa73ca295ee6a34ee9ee2bfde1a49156.tar.gz chromium_src-e1ed52ebfa73ca295ee6a34ee9ee2bfde1a49156.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.
BUG=
Review URL: https://codereview.chromium.org/24994002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226921 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common_constants.gyp')
-rw-r--r-- | chrome/common_constants.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common_constants.gyp b/chrome/common_constants.gyp index 3cb4843d..018a817 100644 --- a/chrome/common_constants.gyp +++ b/chrome/common_constants.gyp @@ -71,6 +71,7 @@ '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': [ |