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

Side by Side Diff: components/bookmarks.gypi

Issue 306143003: Remove the BookmarkService interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@371825.2
Patch Set: Rebase Created 6 years, 6 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_browser', 8 'target_name': 'bookmarks_browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'bookmarks/browser/bookmark_model_observer.h', 42 'bookmarks/browser/bookmark_model_observer.h',
43 'bookmarks/browser/bookmark_node.cc', 43 'bookmarks/browser/bookmark_node.cc',
44 'bookmarks/browser/bookmark_node.h', 44 'bookmarks/browser/bookmark_node.h',
45 'bookmarks/browser/bookmark_node_data.cc', 45 'bookmarks/browser/bookmark_node_data.cc',
46 'bookmarks/browser/bookmark_node_data.h', 46 'bookmarks/browser/bookmark_node_data.h',
47 'bookmarks/browser/bookmark_node_data_ios.cc', 47 'bookmarks/browser/bookmark_node_data_ios.cc',
48 'bookmarks/browser/bookmark_node_data_mac.cc', 48 'bookmarks/browser/bookmark_node_data_mac.cc',
49 'bookmarks/browser/bookmark_node_data_views.cc', 49 'bookmarks/browser/bookmark_node_data_views.cc',
50 'bookmarks/browser/bookmark_pasteboard_helper_mac.h', 50 'bookmarks/browser/bookmark_pasteboard_helper_mac.h',
51 'bookmarks/browser/bookmark_pasteboard_helper_mac.mm', 51 'bookmarks/browser/bookmark_pasteboard_helper_mac.mm',
52 'bookmarks/browser/bookmark_service.h',
53 'bookmarks/browser/bookmark_storage.cc', 52 'bookmarks/browser/bookmark_storage.cc',
54 'bookmarks/browser/bookmark_storage.h', 53 'bookmarks/browser/bookmark_storage.h',
55 'bookmarks/browser/bookmark_utils.cc', 54 'bookmarks/browser/bookmark_utils.cc',
56 'bookmarks/browser/bookmark_utils.h', 55 'bookmarks/browser/bookmark_utils.h',
57 'bookmarks/browser/scoped_group_bookmark_actions.cc', 56 'bookmarks/browser/scoped_group_bookmark_actions.cc',
58 'bookmarks/browser/scoped_group_bookmark_actions.h', 57 'bookmarks/browser/scoped_group_bookmark_actions.h',
59 ], 58 ],
60 }, 59 },
61 { 60 {
62 'target_name': 'bookmarks_common', 61 'target_name': 'bookmarks_common',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'conditions': [ 94 'conditions': [
96 ['use_x11==1', { 95 ['use_x11==1', {
97 'dependencies': [ 96 'dependencies': [
98 '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platfo rm', 97 '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platfo rm',
99 ], 98 ],
100 }], 99 }],
101 ], 100 ],
102 }, 101 },
103 ], 102 ],
104 } 103 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/bookmarks/bookmark_browsertest.cc ('k') | components/bookmarks/browser/bookmark_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698