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

Unified Diff: sync/tools/BUILD.gn

Issue 1191393008: Introduce a layering in the invalidation component as public and impl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Explicitly forbid content to prevent future additions Created 5 years, 6 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/test/run_all_unittests.cc ('k') | sync/tools/invalidation_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/tools/BUILD.gn
diff --git a/sync/tools/BUILD.gn b/sync/tools/BUILD.gn
index 9eefdaeea262b17d91653584baecc2a2082a63ae..fc6f7ae00e3e230fd41d38cf5145152382e9f083 100644
--- a/sync/tools/BUILD.gn
+++ b/sync/tools/BUILD.gn
@@ -18,7 +18,7 @@ if (is_linux && !is_chromeos) {
deps = [
"//base",
- "//components/invalidation",
+ "//components/invalidation/impl",
"//sync",
]
}
@@ -33,7 +33,7 @@ if (is_linux && !is_chromeos) {
deps = [
":common",
"//base",
- "//components/invalidation",
+ "//components/invalidation/impl",
"//jingle:notifier",
"//net",
"//net:test_support",
@@ -52,7 +52,7 @@ if (is_linux && !is_chromeos) {
deps = [
":common",
"//base",
- "//components/invalidation",
+ "//components/invalidation/impl",
"//jingle:notifier",
"//net",
"//net:test_support",
« no previous file with comments | « components/test/run_all_unittests.cc ('k') | sync/tools/invalidation_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698