Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6778)

Unified Diff: chrome/chrome_tests.gypi

Issue 397853002: Refactor safe-browsing build-config definitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to pick up safe_browsing_resource_throttle_factory change. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 13d89d3180eb38f351e3193f167caddebed4f752..f64a88ca1b00ba56f8634bb6771b32d6136efc54 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1817,19 +1817,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/'],

Powered by Google App Engine
This is Rietveld 408576698