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

Unified Diff: components/enhanced_bookmarks/BUILD.gn

Issue 1253953002: Componentize enhanced_bookmark_features.{h,cc}. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert change in //chrome/common/DEPS that broke checkdeps Created 5 years, 5 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/enhanced_bookmarks.gypi ('k') | components/enhanced_bookmarks/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/enhanced_bookmarks/BUILD.gn
diff --git a/components/enhanced_bookmarks/BUILD.gn b/components/enhanced_bookmarks/BUILD.gn
index 7702fbd64f1d7c25b573fa0c020f547036fad6b7..b146575a36b4040d49e043e88c2292e8ba4c33bc 100644
--- a/components/enhanced_bookmarks/BUILD.gn
+++ b/components/enhanced_bookmarks/BUILD.gn
@@ -16,9 +16,13 @@ source_set("enhanced_bookmarks") {
"bookmark_server_cluster_service.h",
"bookmark_server_service.cc",
"bookmark_server_service.h",
+ "enhanced_bookmark_features.cc",
+ "enhanced_bookmark_features.h",
"enhanced_bookmark_model.cc",
"enhanced_bookmark_model.h",
"enhanced_bookmark_model_observer.h",
+ "enhanced_bookmark_switches.cc",
+ "enhanced_bookmark_switches.h",
"enhanced_bookmark_utils.cc",
"enhanced_bookmark_utils.h",
"image_record.cc",
@@ -45,6 +49,7 @@ source_set("enhanced_bookmarks") {
"//components/keyed_service/core",
"//components/signin/core/browser",
"//components/sync_driver",
+ "//components/variations",
"//skia",
"//sql",
"//ui/gfx",
« no previous file with comments | « components/enhanced_bookmarks.gypi ('k') | components/enhanced_bookmarks/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698