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

Unified Diff: components/components_tests.gyp

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 | « components/BUILD.gn ('k') | components/safe_browsing_db.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index bc107ccc6c79a10cbd9a8643083905870cbfa668..7f21b8c1f61aa656fe674c44b21c40ac708d7578 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -606,10 +606,6 @@
],
'rlz_unittest_sources': [
'rlz/rlz_tracker_unittest.cc',
- ],
- 'safe_browsing_db_mobile_unittest_sources': [
- 'safe_browsing_db/remote_database_manager_unittest.cc',
- 'safe_browsing_db/safe_browsing_api_handler_unittest.cc',
],
'safe_browsing_db_unittest_sources': [
'safe_browsing_db/prefix_set_unittest.cc',
@@ -1269,14 +1265,6 @@
}],
],
}],
- ['safe_browsing == 2 and OS != "ios"', {
- 'dependencies': [
- 'components.gyp:safe_browsing_db_mobile',
- ],
- 'sources': [
- '<@(safe_browsing_db_mobile_unittest_sources)',
- ],
- }],
],
}, { # 'OS == "ios"'
'sources': [
« no previous file with comments | « components/BUILD.gn ('k') | components/safe_browsing_db.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698