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

Unified Diff: components/browser_sync/browser/BUILD.gn

Issue 1419103009: [Sync] Componentize ProfileSyncService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@max_bogue_sync_backend_host
Patch Set: Rebase Created 5 years, 1 month 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/browser_sync.gypi ('k') | components/browser_sync/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_sync/browser/BUILD.gn
diff --git a/components/browser_sync/browser/BUILD.gn b/components/browser_sync/browser/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..fa0add6ca3566531e3704eb21a45c223ed20286a
--- /dev/null
+++ b/components/browser_sync/browser/BUILD.gn
@@ -0,0 +1,32 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import("//build/config/features.gni")
+
+source_set("browser") {
+ sources = [
+ "profile_sync_service.cc",
+ "profile_sync_service.h",
+ ]
+
+ deps = [
+ "//base",
+ "//base:prefs",
+ "//components/history/core/browser",
+ "//components/invalidation/impl",
+ "//components/invalidation/public",
+ "//components/keyed_service/core",
+ "//components/pref_registry",
+ "//components/signin/core/browser",
+ "//components/strings",
+ "//components/syncable_prefs",
+ "//components/sync_driver",
+ "//components/sync_sessions",
+ "//components/version_info",
+ "//google_apis",
+ "//net",
+ "//sync",
+ "//ui/base",
+ ]
+}
« no previous file with comments | « components/browser_sync.gypi ('k') | components/browser_sync/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698