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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 1620813005: Revert of Move remote_db_manager into the safe_browsing_db component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 e8d1ac8c0213fe6bacf986ab12ed92bc1a744065..36d65c4b3cdeafd87940952c585d14b9e569cfdc 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -767,6 +767,10 @@
'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',
@@ -2504,7 +2508,9 @@
],
}],
['safe_browsing==2', {
- 'sources': [ '<@(chrome_unit_tests_shared_safe_browsing_sources)' ],
+ 'sources': [ '<@(chrome_unit_tests_mobile_safe_browsing_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