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

Unified Diff: components/components_tests.gyp

Issue 290013011: Move all remaining files to gcm_driver component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix per feedback Created 6 years, 7 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_unit.gypi ('k') | components/gcm_driver.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 c6928ebc4e20f4588f47ac18589c4d98655e625e..0d9faa2511cb9723dc9581526a4476263b2db131 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -97,6 +97,7 @@
'domain_reliability/util_unittest.cc',
'enhanced_bookmarks/image_store_unittest.cc',
'feedback/feedback_uploader_unittest.cc',
+ 'gcm_driver/gcm_driver_unittest.cc',
'invalidation/invalidation_logger_unittest.cc',
'json_schema/json_schema_validator_unittest.cc',
'json_schema/json_schema_validator_unittest_base.cc',
@@ -243,6 +244,10 @@
# Dependencies of feedback
'components.gyp:feedback_component',
+
+ # Dependencies of gcm
+ 'components.gyp:gcm_driver',
+ 'components.gyp:gcm_driver_test_support',
# Dependencies of invalidation
'components.gyp:invalidation',
@@ -360,6 +365,7 @@
['include', '^bookmarks/'],
['include', '^data_reduction_proxy/'],
['include', '^dom_distiller/'],
+ ['include', '^gcm_driver/'],
['include', '^invalidation/'],
['include', '^json_schema/'],
['include', '^keyed_service/core/'],
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/gcm_driver.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698