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

Side by Side Diff: components/bookmarks.gypi

Issue 261013002: Add overrides for BookmarkModel clipboard interface on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address blundell comments Created 6 years, 7 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'bookmarks_core_browser', 8 'target_name': 'bookmarks_core_browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 25 matching lines...) Expand all
36 'bookmarks/core/browser/bookmark_index.h', 36 'bookmarks/core/browser/bookmark_index.h',
37 'bookmarks/core/browser/bookmark_match.cc', 37 'bookmarks/core/browser/bookmark_match.cc',
38 'bookmarks/core/browser/bookmark_match.h', 38 'bookmarks/core/browser/bookmark_match.h',
39 'bookmarks/core/browser/bookmark_model.cc', 39 'bookmarks/core/browser/bookmark_model.cc',
40 'bookmarks/core/browser/bookmark_model.h', 40 'bookmarks/core/browser/bookmark_model.h',
41 'bookmarks/core/browser/bookmark_model_observer.h', 41 'bookmarks/core/browser/bookmark_model_observer.h',
42 'bookmarks/core/browser/bookmark_node.cc', 42 'bookmarks/core/browser/bookmark_node.cc',
43 'bookmarks/core/browser/bookmark_node.h', 43 'bookmarks/core/browser/bookmark_node.h',
44 'bookmarks/core/browser/bookmark_node_data.cc', 44 'bookmarks/core/browser/bookmark_node_data.cc',
45 'bookmarks/core/browser/bookmark_node_data.h', 45 'bookmarks/core/browser/bookmark_node_data.h',
46 'bookmarks/core/browser/bookmark_node_data_ios.cc',
46 'bookmarks/core/browser/bookmark_node_data_mac.cc', 47 'bookmarks/core/browser/bookmark_node_data_mac.cc',
47 'bookmarks/core/browser/bookmark_node_data_views.cc', 48 'bookmarks/core/browser/bookmark_node_data_views.cc',
48 'bookmarks/core/browser/bookmark_pasteboard_helper_mac.h', 49 'bookmarks/core/browser/bookmark_pasteboard_helper_mac.h',
49 'bookmarks/core/browser/bookmark_pasteboard_helper_mac.mm', 50 'bookmarks/core/browser/bookmark_pasteboard_helper_mac.mm',
50 'bookmarks/core/browser/bookmark_service.h', 51 'bookmarks/core/browser/bookmark_service.h',
51 'bookmarks/core/browser/bookmark_storage.cc', 52 'bookmarks/core/browser/bookmark_storage.cc',
52 'bookmarks/core/browser/bookmark_storage.h', 53 'bookmarks/core/browser/bookmark_storage.h',
53 'bookmarks/core/browser/bookmark_utils.cc', 54 'bookmarks/core/browser/bookmark_utils.cc',
54 'bookmarks/core/browser/bookmark_utils.h', 55 'bookmarks/core/browser/bookmark_utils.h',
55 'bookmarks/core/browser/scoped_group_bookmark_actions.cc', 56 'bookmarks/core/browser/scoped_group_bookmark_actions.cc',
(...skipping 11 matching lines...) Expand all
67 ], 68 ],
68 'sources': [ 69 'sources': [
69 'bookmarks/core/common/bookmark_constants.cc', 70 'bookmarks/core/common/bookmark_constants.cc',
70 'bookmarks/core/common/bookmark_constants.h', 71 'bookmarks/core/common/bookmark_constants.h',
71 'bookmarks/core/common/bookmark_pref_names.cc', 72 'bookmarks/core/common/bookmark_pref_names.cc',
72 'bookmarks/core/common/bookmark_pref_names.h', 73 'bookmarks/core/common/bookmark_pref_names.h',
73 ], 74 ],
74 }, 75 },
75 ], 76 ],
76 } 77 }
OLDNEW
« no previous file with comments | « chrome/browser/bookmarks/bookmark_utils_unittest.cc ('k') | components/bookmarks/core/browser/bookmark_node_data_ios.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698