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

Unified Diff: chrome/chrome_tests.gypi

Issue 1081403002: Refactor safe-browsing build-config definitions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename INTERNAL/EXTERNAL to LOCAL/REMOTE Created 5 years, 8 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 0657d6fb309ce9aaa0593413472898a73363f12c..e5cf979460d288b528b732ff5c3238ffdb883a7a 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2197,11 +2197,9 @@
['enable_web_speech==1', {
'sources': [ '<@(chrome_browser_tests_speech_sources)' ],
}],
+ # TODO(nparker) enable tests for safe_browsing==2.
['safe_browsing==1', {
'sources': [ '<@(chrome_browser_tests_full_safe_browsing_sources)' ],
- 'defines': [
- 'FULL_SAFE_BROWSING',
- ],
}],
['enable_captive_portal_detection==1', {
'sources': [ 'browser/captive_portal/captive_portal_browsertest.cc' ],

Powered by Google App Engine
This is Rietveld 408576698