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

Unified Diff: components/components_tests.gyp

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: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 83245da202e1b98fd0d190ab90239b2bd792fcd7..42bedc60656b300768d1a620ab9a0c6a7bd6fb33 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1260,6 +1260,15 @@
}],
],
}],
+ ['safe_browsing == 2 and OS != "ios"', {
+ 'dependencies': [
+ 'components.gyp:safe_browsing_db_mobile',
+ ],
+ 'sources': [
+ 'safe_browsing_db/remote_database_manager_unittest.cc',
Nathan Parker 2016/01/20 23:26:54 Can we specify a target here rather than individua
vakh (use Gerrit instead) 2016/01/21 01:36:46 Not sure if we can specify targets for sources. Th
blundell 2016/01/21 08:51:27 I think it would be more in the spirit of how thin
vakh (use Gerrit instead) 2016/01/21 18:48:46 Done.
+ 'safe_browsing_db/safe_browsing_api_handler_unittest.cc',
+ ],
+ }],
],
}, { # 'OS == "ios"'
'sources': [

Powered by Google App Engine
This is Rietveld 408576698