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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 1624723002: Move remote_db_manager into the safe_browsing_db component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fetch, rebase, format 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 6ccc60e8a58ba7d8763f29017023309964049773..c6916590c4fa09bf3dadbd9ee7ced41030b0f774 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -765,10 +765,6 @@
'browser/safe_browsing/threat_details_unittest.cc',
'browser/safe_browsing/ui_manager_unittest.cc',
],
- 'chrome_unit_tests_mobile_safe_browsing_sources': [
- 'browser/safe_browsing/remote_database_manager_unittest.cc',
- 'browser/safe_browsing/safe_browsing_api_handler_unittest.cc',
- ],
'chrome_unit_tests_full_safe_browsing_sources': [
'browser/safe_browsing/browser_feature_extractor_unittest.cc',
'browser/safe_browsing/chunk_range_unittest.cc',
@@ -2503,9 +2499,7 @@
],
}],
['safe_browsing==2', {
- 'sources': [ '<@(chrome_unit_tests_mobile_safe_browsing_sources)',
- '<@(chrome_unit_tests_shared_safe_browsing_sources)',
- ],
+ 'sources': [ '<@(chrome_unit_tests_shared_safe_browsing_sources)' ],
}],
['enable_autofill_dialog==1 and OS!="android"', {
'sources': [ '<@(chrome_unit_tests_autofill_dialog_sources)' ],
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698