| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 3b2279e6dd7ca75a9b8351db1ce0d41f37f1c284..fc5a26478658370fcef3b31eb5fd9438e6c9a936 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -513,12 +513,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',
|
|
|