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', |