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

Unified Diff: components/browser_sync/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 | « components/BUILD.gn ('k') | components/browser_sync/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_sync/BUILD.gn
diff --git a/components/browser_sync/browser/BUILD.gn b/components/browser_sync/BUILD.gn
similarity index 96%
rename from components/browser_sync/browser/BUILD.gn
rename to components/browser_sync/BUILD.gn
index 1e3167808f2bc67e9168e5288be82c9074e2cb93..7a42726915ef84f8c2174cb29a15995c2a1f058d 100644
--- a/components/browser_sync/browser/BUILD.gn
+++ b/components/browser_sync/BUILD.gn
@@ -4,8 +4,10 @@
import("//build/config/features.gni")
-static_library("browser") {
+static_library("browser_sync") {
sources = [
+ "browser_sync_switches.cc",
+ "browser_sync_switches.h",
"profile_sync_components_factory_impl.cc",
"profile_sync_components_factory_impl.h",
"profile_sync_service.cc",
@@ -22,7 +24,6 @@ static_library("browser") {
"//base",
"//components/autofill/core/browser",
"//components/autofill/core/common",
- "//components/browser_sync/common",
"//components/dom_distiller/core",
"//components/history/core/browser",
"//components/invalidation/impl",
@@ -58,7 +59,7 @@ source_set("unit_tests") {
]
deps = [
- ":browser",
+ ":browser_sync",
":test_support",
"//base",
"//base/test:test_support",
@@ -67,7 +68,6 @@ source_set("unit_tests") {
"//components/bookmarks/browser:browser",
"//components/bookmarks/managed:managed",
"//components/bookmarks/test:test",
- "//components/browser_sync/common",
"//components/dom_distiller/core",
"//components/history/core/browser:browser",
"//components/invalidation/impl",
@@ -112,7 +112,7 @@ static_library("test_support") {
]
deps = [
- ":browser",
+ ":browser_sync",
"//base",
"//base/test:test_support",
"//components/bookmarks/browser:browser",
« no previous file with comments | « components/BUILD.gn ('k') | components/browser_sync/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698