Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: chrome/chrome_common.gypi

Issue 145973020: Exclude IDS_CERT strings that are not used on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: newt's nits Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 773a7decf290170fc5ba626e8bde5e1972e98edc..e3622443f4b5c864b8d1f0b5e545d37ec959d08b 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -693,8 +693,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',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698