| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 5d377517f43fd74be31898ca9aefb4d84e1fe262..95160845b12c5fcb33df165d74d405413800075c 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -1818,19 +1818,8 @@
|
| ['exclude', '^../content/browser/speech/'],
|
| ],
|
| }],
|
| - ['safe_browsing==1', {
|
| - 'defines': [
|
| - 'FULL_SAFE_BROWSING',
|
| - ],
|
| - }],
|
| - # TODO(sgurun) enable tests.
|
| - ['safe_browsing==2', {
|
| - 'sources/': [
|
| - ['exclude', '^browser/safe_browsing/'],
|
| - ['exclude', '^renderer/safe_browsing/'],
|
| - ],
|
| - }],
|
| - ['safe_browsing==0', {
|
| + # TODO(sgurun) enable tests for safe_browsing==2.
|
| + ['safe_browsing==0 or safe_browsing==2', {
|
| 'sources/': [
|
| ['exclude', '^browser/safe_browsing/'],
|
| ['exclude', '^renderer/safe_browsing/'],
|
|
|