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

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 Created 6 years, 8 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 1a4229ee6cd141936de60e2136197d10e37a4a66..e2872e29ba115a65a4e16e631f22a779020ca0b9 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -88,6 +88,7 @@
'domain_reliability/test_util.h',
'domain_reliability/uploader_unittest.cc',
'domain_reliability/util_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',
@@ -216,6 +217,9 @@
# Dependencies of domain_reliability
'components.gyp:domain_reliability',
+ # Dependencies of invalidation
+ 'components.gyp:invalidation',
+
# Dependencies of json_schema
'components.gyp:json_schema',

Powered by Google App Engine
This is Rietveld 408576698