| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 0359bcd600ccaf32579ec942fdaf69146f8c6616..413560b75b45eee955fa57eb3e4d594dbbc0331d 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -506,12 +506,8 @@
|
| ],
|
| }],
|
| ['safe_browsing==1', {
|
| - 'defines': [ 'FULL_SAFE_BROWSING' ],
|
| 'sources': [ '<@(chrome_common_full_safe_browsing_sources)', ],
|
| }],
|
| - ['safe_browsing==2', {
|
| - 'defines': [ 'MOBILE_SAFE_BROWSING' ],
|
| - }],
|
| ['use_openssl==1', {
|
| 'sources!': [
|
| 'common/extensions/api/networking_private/networking_private_crypto_nss.cc',
|
|
|