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

Unified Diff: components/enhanced_bookmarks/BUILD.gn

Issue 539173004: Bring up of the enhanced bookmarks cluster service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@intermediary2
Patch Set: micro-nit Created 6 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
« 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 5ff23d6e0b2eeaf47702abc839b7af7faa70bf21..736ac97e731db9e7406bc5a573a0eea0545aab17 100644
--- a/components/enhanced_bookmarks/BUILD.gn
+++ b/components/enhanced_bookmarks/BUILD.gn
@@ -4,15 +4,32 @@
source_set("enhanced_bookmarks") {
sources = [
+ "bookmark_image_service.cc",
+ "bookmark_image_service.h",
+ "bookmark_server_cluster_service.cc",
+ "bookmark_server_cluster_service.h",
+ "bookmark_server_search_service.cc",
+ "bookmark_server_search_service.h",
+ "bookmark_server_service.cc",
+ "bookmark_server_service.h",
+ "enhanced_bookmark_model.cc",
+ "enhanced_bookmark_model.h",
+ "enhanced_bookmark_model_observer.h",
+ "enhanced_bookmark_utils.cc",
+ "enhanced_bookmark_utils.h",
"image_store.cc",
"image_store.h",
"image_store_util.cc",
"image_store_util.h",
"image_store_util_ios.mm",
+ "item_position.cc",
+ "item_position.h",
"metadata_accessor.cc",
"metadata_accessor.h",
"persistent_image_store.cc",
"persistent_image_store.h",
+ "pref_names.cc",
+ "pref_names.h",
]
deps = [
« 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