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

Unified Diff: chrome/browser/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 | « chrome/android/BUILD.gn ('k') | chrome/browser/android/chrome_jni_registrar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 2cccfbd35a39427300d9eec2879fc658fbc2b7cb..963d0830ef0a30fb7307f217aaf71fc610890765 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -114,7 +114,7 @@ source_set("browser") {
"//components/history/core/browser",
"//components/history/core/common",
"//components/infobars/core",
- "//components/invalidation",
+ "//components/invalidation/impl",
"//components/metrics:gpu",
"//components/metrics:net",
"//components/metrics:profiler",
@@ -1029,8 +1029,8 @@ source_set("test_support") {
"//chrome/browser",
"//chrome/common",
"//chrome/common/safe_browsing:proto",
- "//components/invalidation",
- "//components/invalidation:test_support",
+ "//components/invalidation/impl",
+ "//components/invalidation/impl:test_support",
"//components/password_manager/core/browser:test_support",
"//components/search_engines:test_support",
"//content/test:test_support",
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/browser/android/chrome_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698