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

Unified Diff: components/bookmarks.gypi

Issue 253753005: Move bookmarks' production code to components/bookmarks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@367656
Patch Set: Fix compilation for win_chromium_x64_rel Created 6 years, 8 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 | « chrome/test/base/ui_test_utils.cc ('k') | components/bookmarks/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks.gypi
diff --git a/components/bookmarks.gypi b/components/bookmarks.gypi
index 0ed534f20daf81abb67715e7866de8b718ff54c6..74115ddfede8eea63d47fc48327b25d1b4ec354a 100644
--- a/components/bookmarks.gypi
+++ b/components/bookmarks.gypi
@@ -12,22 +12,58 @@
],
'dependencies': [
'../base/base.gyp:base',
+ '../net/net.gyp:net',
+ '../third_party/icu/icu.gyp:icuuc',
'../ui/base/ui_base.gyp:ui_base',
'../ui/gfx/gfx.gyp:gfx',
'../url/url.gyp:url_lib',
+ 'bookmarks_core_common',
+ 'components_strings.gyp:components_strings',
+ 'favicon_base',
+ 'query_parser',
+ 'startup_metric_utils',
+ 'user_prefs',
],
'sources': [
'bookmarks/core/browser/base_bookmark_model_observer.cc',
'bookmarks/core/browser/base_bookmark_model_observer.h',
'bookmarks/core/browser/bookmark_client.h',
+ 'bookmarks/core/browser/bookmark_codec.cc',
+ 'bookmarks/core/browser/bookmark_codec.h',
+ 'bookmarks/core/browser/bookmark_expanded_state_tracker.cc',
+ 'bookmarks/core/browser/bookmark_expanded_state_tracker.h',
+ 'bookmarks/core/browser/bookmark_index.cc',
+ 'bookmarks/core/browser/bookmark_index.h',
'bookmarks/core/browser/bookmark_match.cc',
'bookmarks/core/browser/bookmark_match.h',
+ 'bookmarks/core/browser/bookmark_model.cc',
+ 'bookmarks/core/browser/bookmark_model.h',
'bookmarks/core/browser/bookmark_model_observer.h',
'bookmarks/core/browser/bookmark_node.cc',
'bookmarks/core/browser/bookmark_node.h',
+ 'bookmarks/core/browser/bookmark_node_data.cc',
+ 'bookmarks/core/browser/bookmark_node_data.h',
+ 'bookmarks/core/browser/bookmark_node_data_mac.cc',
+ 'bookmarks/core/browser/bookmark_node_data_views.cc',
+ 'bookmarks/core/browser/bookmark_pasteboard_helper_mac.h',
+ 'bookmarks/core/browser/bookmark_pasteboard_helper_mac.mm',
'bookmarks/core/browser/bookmark_prompt_prefs.cc',
'bookmarks/core/browser/bookmark_prompt_prefs.h',
'bookmarks/core/browser/bookmark_service.h',
+ 'bookmarks/core/browser/bookmark_storage.cc',
+ 'bookmarks/core/browser/bookmark_storage.h',
+ 'bookmarks/core/browser/bookmark_utils.cc',
+ 'bookmarks/core/browser/bookmark_utils.h',
+ 'bookmarks/core/browser/scoped_group_bookmark_actions.cc',
+ 'bookmarks/core/browser/scoped_group_bookmark_actions.h',
+ ],
+ 'conditions': [
+ ['OS=="android"', {
+ 'sources!': [
+ 'bookmarks/core/browser/scoped_group_bookmark_actions.cc',
+ 'bookmarks/core/browser/scoped_group_bookmark_actions.h',
+ ],
+ }]
],
},
{
« no previous file with comments | « chrome/test/base/ui_test_utils.cc ('k') | components/bookmarks/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698