Chromium Code Reviews| 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': [ |