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

Unified Diff: ios/chrome/browser/sync/glue/BUILD.gn

Issue 2443373002: Split //ios/chrome/browser in multiple targets. (Closed)
Patch Set: Rebase Created 4 years, 2 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: ios/chrome/browser/sync/glue/BUILD.gn
diff --git a/ios/public/consumer/base/BUILD.gn b/ios/chrome/browser/sync/glue/BUILD.gn
similarity index 52%
copy from ios/public/consumer/base/BUILD.gn
copy to ios/chrome/browser/sync/glue/BUILD.gn
index eb83ba22b1adcf0d9f15821bbf91574e002c623a..8fd8b306d47f3dacee16c9854ba291a4b69e67c4 100644
--- a/ios/public/consumer/base/BUILD.gn
+++ b/ios/chrome/browser/sync/glue/BUILD.gn
@@ -2,12 +2,16 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("base") {
+source_set("glue") {
sources = [
- "//ios/consumer/base/debugger.mm",
- "//ios/public/consumer/base/debugger.h",
+ "sync_start_util.cc",
+ "sync_start_util.h",
]
deps = [
"//base",
+ "//components/browser_sync",
+ "//components/sync",
+ "//ios/chrome/browser/browser_state",
+ "//ios/web",
]
}

Powered by Google App Engine
This is Rietveld 408576698