Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index 87e4d2753ce89ffe8891cc85e13dc01f751a2e6a..d6f15e9fb436f23c3b4788f1b9fb3d1c14f8e79b 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -1800,19 +1800,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/'], |