diff options
author | aurimas@chromium.org <aurimas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-05 19:56:25 +0000 |
---|---|---|
committer | aurimas@chromium.org <aurimas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-05 19:56:25 +0000 |
commit | df2e196e0564fdb2b2e9840a41468c39f46507c6 (patch) | |
tree | c1cd662a4175417f3d8f63cde137d4f9f1c80b93 /chrome/chrome_common.gypi | |
parent | 0d378d2ba97025fe428e285a5059535d602b0dc9 (diff) | |
download | chromium_src-df2e196e0564fdb2b2e9840a41468c39f46507c6.zip chromium_src-df2e196e0564fdb2b2e9840a41468c39f46507c6.tar.gz chromium_src-df2e196e0564fdb2b2e9840a41468c39f46507c6.tar.bz2 |
Exclude IDS_CERT strings that are not used on Android.
BUG=326023
Review URL: https://codereview.chromium.org/145973020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@249089 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 714673f..da9ab4e 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -694,8 +694,10 @@ 'dependencies': [ '../third_party/openssl/openssl.gyp:openssl', ], - }, - ], + 'sources!': [ + 'common/net/x509_certificate_model.cc', + ], + }], ['use_openssl==1', { 'sources!': [ 'common/net/x509_certificate_model_nss.cc', |