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

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

Issue 1408003010: [sync] Componentize switches used by ProfileSyncService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@more_pss_chrome_deps
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/OWNERS ('k') | components/browser_sync/common/browser_sync_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_sync/common/BUILD.gn
diff --git a/blimp/engine/common/BUILD.gn b/components/browser_sync/common/BUILD.gn
similarity index 68%
copy from blimp/engine/common/BUILD.gn
copy to components/browser_sync/common/BUILD.gn
index 48632dc0eda05961a7ae7e2a08dfede33e9688d3..8fcae92bbf091d9f9f017dae4e916585e50b9d3d 100644
--- a/blimp/engine/common/BUILD.gn
+++ b/components/browser_sync/common/BUILD.gn
@@ -2,15 +2,15 @@
# 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("common") {
sources = [
- "blimp_content_client.cc",
- "blimp_content_client.h",
+ "browser_sync_switches.cc",
+ "browser_sync_switches.h",
]
deps = [
"//base",
- "//content/public/common",
- "//ui/base",
]
}
« no previous file with comments | « components/browser_sync/OWNERS ('k') | components/browser_sync/common/browser_sync_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698