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

Unified Diff: components/enhanced_bookmarks.gypi

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/dom_distiller/core/dom_distiller_switches.cc ('k') | components/enhanced_bookmarks/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/enhanced_bookmarks.gypi
diff --git a/components/enhanced_bookmarks.gypi b/components/enhanced_bookmarks.gypi
index be15b26bc41cf08cf670d512d7a43ab6e27ccc95..8c2076205b556e10439bc5e247b354994981efdf 100644
--- a/components/enhanced_bookmarks.gypi
+++ b/components/enhanced_bookmarks.gypi
@@ -24,6 +24,7 @@
'keyed_service_core',
'signin_core_browser',
'sync_driver',
+ 'variations',
],
'sources': [
'enhanced_bookmarks/bookmark_image_service.cc',
@@ -32,9 +33,13 @@
'enhanced_bookmarks/bookmark_server_cluster_service.h',
'enhanced_bookmarks/bookmark_server_service.cc',
'enhanced_bookmarks/bookmark_server_service.h',
+ 'enhanced_bookmarks/enhanced_bookmark_features.cc',
+ 'enhanced_bookmarks/enhanced_bookmark_features.h',
'enhanced_bookmarks/enhanced_bookmark_model.cc',
'enhanced_bookmarks/enhanced_bookmark_model.h',
'enhanced_bookmarks/enhanced_bookmark_model_observer.h',
+ 'enhanced_bookmarks/enhanced_bookmark_switches.cc',
+ 'enhanced_bookmarks/enhanced_bookmark_switches.h',
'enhanced_bookmarks/enhanced_bookmark_utils.cc',
'enhanced_bookmarks/enhanced_bookmark_utils.h',
'enhanced_bookmarks/image_record.cc',
« no previous file with comments | « components/dom_distiller/core/dom_distiller_switches.cc ('k') | components/enhanced_bookmarks/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698