| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 597cce482fa61b1b0856c3d4281aa8f96cb994d5..2f7ccad6833297c1539b5e51bee47c3f8ae32f4e 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -527,12 +527,8 @@
|
| ],
|
| }],
|
| ['safe_browsing==1', {
|
| - 'defines': [ 'FULL_SAFE_BROWSING' ],
|
| 'sources': [ '<@(chrome_common_full_safe_browsing_sources)', ],
|
| }],
|
| - ['safe_browsing==2', {
|
| - 'defines': [ 'MOBILE_SAFE_BROWSING' ],
|
| - }],
|
| ],
|
| 'target_conditions': [
|
| ['OS == "ios"', {
|
|
|