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

Unified Diff: chrome/chrome_tests.gypi

Issue 1110723002: Split to SafeBrowsingDatabaseManager into Local* and Remote*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move delegate mgmt to sb service. Use weak_ptr for ClientRequest Created 5 years, 7 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 7125fa747fdc6694c07d695ea2d98eff645d207a..46353419953b051716a2cf207de5851dfbf42069 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -794,6 +794,8 @@
'browser/safe_browsing/safe_browsing_blocking_page_test.cc',
'browser/safe_browsing/safe_browsing_service_browsertest.cc',
'browser/safe_browsing/safe_browsing_test.cc',
+ 'browser/safe_browsing/test_database_manager.cc',
+ 'browser/safe_browsing/test_database_manager.h',
'renderer/safe_browsing/malware_dom_details_browsertest.cc',
'renderer/safe_browsing/phishing_classifier_browsertest.cc',
'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc',
@@ -2947,8 +2949,6 @@
'../components/components.gyp:precache_javatests',
'../content/content_shell_and_tests.gyp:content_java_test_support',
'../sync/sync.gyp:sync_javatests',
- '../testing/android/on_device_instrumentation.gyp:broker_java',
- '../testing/android/on_device_instrumentation.gyp:require_driver_apk',
mattm 2015/05/08 02:17:26 was this intentional?
Nathan Parker 2015/05/12 01:04:01 Nope. Looks like a rebase issue. I must have pick
'../ui/android/ui_android.gyp:ui_javatests',
],
'variables': {

Powered by Google App Engine
This is Rietveld 408576698