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

Unified Diff: chrome/chrome_tests.gypi

Issue 1579403002: Move remote_db_manager into the safe_browsing_db component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a gn dep on safe_browsing_db_mobile Created 4 years, 11 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 bd008e7448a8e812e6b73a181b3cef251871bc9d..91fef75e6a11ff6f0533018dbf26760d8478361d 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2388,6 +2388,9 @@
# TODO(nparker) enable tests for safe_browsing==2.
['safe_browsing==1', {
'sources': [ '<@(chrome_browser_tests_full_safe_browsing_sources)' ],
+ 'dependencies': [
+ '../components/components.gyp:safe_browsing_metadata_proto',
+ ],
}],
['enable_captive_portal_detection==1', {
'sources': [ 'browser/captive_portal/captive_portal_browsertest.cc' ],

Powered by Google App Engine
This is Rietveld 408576698