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

Unified Diff: chrome/browser/BUILD.gn

Issue 2345843003: [Sync] Merge //components/browser_sync into one directory. (Closed)
Patch Set: Address comment + rebase. Created 4 years, 3 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 | « no previous file | chrome/browser/about_flags.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 96a89bdf0b7a82f628fcf60997e653f91fc27f2b..5b515ee500f422c62236ecb915263ed1fb7e7f21 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1273,8 +1273,7 @@ split_static_library("browser") {
"//components/autofill/core/browser",
"//components/bookmarks/browser",
"//components/bookmarks/managed",
- "//components/browser_sync/browser",
- "//components/browser_sync/common",
+ "//components/browser_sync",
"//components/browsing_data/content",
"//components/browsing_data/core",
"//components/captive_portal",
@@ -4031,7 +4030,7 @@ static_library("test_support") {
"//chrome/browser",
"//chrome/common",
"//chrome/common/safe_browsing:proto",
- "//components/browser_sync/browser:test_support",
+ "//components/browser_sync:test_support",
"//components/invalidation/impl",
"//components/invalidation/impl:test_support",
"//components/password_manager/core/browser:test_support",
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698