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

Unified Diff: components/components_tests.gyp

Issue 255273002: First step towards invalidations componentization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to fix merge conflict 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 | « components/components.gyp ('k') | components/invalidation.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 ebc1d56a84f6f046ee6d8469e71ecd3f15d17036..ca32038e63686238b7e860a86662cb8ad99d2ef3 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -93,6 +93,7 @@
'domain_reliability/uploader_unittest.cc',
'domain_reliability/util_unittest.cc',
'feedback/feedback_uploader_unittest.cc',
+ 'invalidation/invalidation_logger_unittest.cc',
'json_schema/json_schema_validator_unittest.cc',
'json_schema/json_schema_validator_unittest_base.cc',
'json_schema/json_schema_validator_unittest_base.h',
@@ -228,6 +229,9 @@
# Dependencies of feedback
'components.gyp:feedback_component',
+ # Dependencies of invalidation
+ 'components.gyp:invalidation',
+
# Dependencies of json_schema
'components.gyp:json_schema',
@@ -336,6 +340,7 @@
['include', '^bookmarks/'],
['include', '^data_reduction_proxy/'],
['include', '^dom_distiller/'],
+ ['include', '^invalidation/'],
['include', '^json_schema/'],
['include', '^keyed_service/core/'],
['include', '^language_usage_metrics/'],
« no previous file with comments | « components/components.gyp ('k') | components/invalidation.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698