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

Side by Side Diff: components/bookmarks.gypi

Issue 961683002: Move ManagedBookmarksTracker from policy/core/browser to bookmarks/managed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add back to policy DEPS Created 5 years, 9 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
« no previous file with comments | « components/BUILD.gn ('k') | components/bookmarks/managed/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # GN version: //components/bookmarks/browser 8 # GN version: //components/bookmarks/browser
9 'target_name': 'bookmarks_browser', 9 'target_name': 'bookmarks_browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 '../base/base.gyp:base', 89 '../base/base.gyp:base',
90 ], 90 ],
91 'sources': [ 91 'sources': [
92 'bookmarks/common/bookmark_constants.cc', 92 'bookmarks/common/bookmark_constants.cc',
93 'bookmarks/common/bookmark_constants.h', 93 'bookmarks/common/bookmark_constants.h',
94 'bookmarks/common/bookmark_pref_names.cc', 94 'bookmarks/common/bookmark_pref_names.cc',
95 'bookmarks/common/bookmark_pref_names.h', 95 'bookmarks/common/bookmark_pref_names.h',
96 ], 96 ],
97 }, 97 },
98 { 98 {
99 # GN version: //components/bookmarks/managed
100 'target_name': 'bookmarks_managed',
101 'type': 'static_library',
102 'include_dirs': [
103 '..',
104 ],
105 'dependencies': [
106 'bookmarks_browser',
107 'components_strings.gyp:components_strings',
108 ],
109 'sources': [
110 'bookmarks/managed/managed_bookmarks_tracker.cc',
111 'bookmarks/managed/managed_bookmarks_tracker.h',
112 ],
113 },
114 {
99 # GN version: //components/bookmarks/test 115 # GN version: //components/bookmarks/test
100 'target_name': 'bookmarks_test_support', 116 'target_name': 'bookmarks_test_support',
101 'type': 'static_library', 117 'type': 'static_library',
102 'include_dirs': [ 118 'include_dirs': [
103 '..', 119 '..',
104 ], 120 ],
105 'dependencies': [ 121 'dependencies': [
106 '../base/base.gyp:base', 122 '../base/base.gyp:base',
107 '../testing/gmock.gyp:gmock', 123 '../testing/gmock.gyp:gmock',
108 '../ui/events/platform/events_platform.gyp:events_platform', 124 '../ui/events/platform/events_platform.gyp:events_platform',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'type': 'none', 176 'type': 'none',
161 'variables': { 177 'variables': {
162 'source_file': 'bookmarks/common/android/bookmark_type.h', 178 'source_file': 'bookmarks/common/android/bookmark_type.h',
163 }, 179 },
164 'includes': [ '../build/android/java_cpp_enum.gypi' ], 180 'includes': [ '../build/android/java_cpp_enum.gypi' ],
165 }, 181 },
166 ], 182 ],
167 }] 183 }]
168 ], 184 ],
169 } 185 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/bookmarks/managed/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698