| 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 = [
|
|
|