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

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: 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 27 matching lines...) Expand all
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_mac.cc', 46 'bookmarks/core/browser/bookmark_node_data_mac.cc',
47 'bookmarks/core/browser/bookmark_node_data_views.cc', 47 'bookmarks/core/browser/bookmark_node_data_views.cc',
48 'bookmarks/core/browser/bookmark_pasteboard_helper_ios.cc',
blundell 2014/05/05 12:32:18 this should be bookmark_node_data_ios.cc
sdefresne 2014/05/05 14:45:50 Done.
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_prompt_prefs.cc', 51 'bookmarks/core/browser/bookmark_prompt_prefs.cc',
51 'bookmarks/core/browser/bookmark_prompt_prefs.h', 52 'bookmarks/core/browser/bookmark_prompt_prefs.h',
52 'bookmarks/core/browser/bookmark_service.h', 53 'bookmarks/core/browser/bookmark_service.h',
53 'bookmarks/core/browser/bookmark_storage.cc', 54 'bookmarks/core/browser/bookmark_storage.cc',
54 'bookmarks/core/browser/bookmark_storage.h', 55 'bookmarks/core/browser/bookmark_storage.h',
55 'bookmarks/core/browser/bookmark_utils.cc', 56 'bookmarks/core/browser/bookmark_utils.cc',
56 'bookmarks/core/browser/bookmark_utils.h', 57 'bookmarks/core/browser/bookmark_utils.h',
57 'bookmarks/core/browser/scoped_group_bookmark_actions.cc', 58 'bookmarks/core/browser/scoped_group_bookmark_actions.cc',
(...skipping 19 matching lines...) Expand all
77 ], 78 ],
78 'sources': [ 79 'sources': [
79 'bookmarks/core/common/bookmark_constants.cc', 80 'bookmarks/core/common/bookmark_constants.cc',
80 'bookmarks/core/common/bookmark_constants.h', 81 'bookmarks/core/common/bookmark_constants.h',
81 'bookmarks/core/common/bookmark_pref_names.cc', 82 'bookmarks/core/common/bookmark_pref_names.cc',
82 'bookmarks/core/common/bookmark_pref_names.h', 83 'bookmarks/core/common/bookmark_pref_names.h',
83 ], 84 ],
84 }, 85 },
85 ], 86 ],
86 } 87 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698