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

Side by Side Diff: components/enhanced_bookmarks.gypi

Issue 875463003: ★ Record the image dominant color in the image database. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN Created 5 years, 11 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 | « no previous file | components/enhanced_bookmarks/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: //components/enhanced_bookmarks:enhanced_bookmarks 8 # GN: //components/enhanced_bookmarks:enhanced_bookmarks
9 'target_name': 'enhanced_bookmarks', 9 'target_name': 'enhanced_bookmarks',
10 'type': 'static_library', 10 'type': 'static_library',
11 'include_dirs': [ 11 'include_dirs': [
12 '..', 12 '..',
13 ], 13 ],
14 'dependencies': [ 14 'dependencies': [
15 '../base/base.gyp:base', 15 '../base/base.gyp:base',
16 '../google_apis/google_apis.gyp:google_apis', 16 '../google_apis/google_apis.gyp:google_apis',
17 '../net/net.gyp:net', 17 '../net/net.gyp:net',
18 '../skia/skia.gyp:skia',
18 '../sql/sql.gyp:sql', 19 '../sql/sql.gyp:sql',
19 '../ui/gfx/gfx.gyp:gfx', 20 '../ui/gfx/gfx.gyp:gfx',
20 '../url/url.gyp:url_lib', 21 '../url/url.gyp:url_lib',
21 'bookmarks_browser', 22 'bookmarks_browser',
22 'enhanced_bookmarks_proto', 23 'enhanced_bookmarks_proto',
23 'keyed_service_core', 24 'keyed_service_core',
24 'signin_core_browser', 25 'signin_core_browser',
25 ], 26 ],
26 'sources': [ 27 'sources': [
27 'enhanced_bookmarks/bookmark_image_service.cc', 28 'enhanced_bookmarks/bookmark_image_service.cc',
28 'enhanced_bookmarks/bookmark_image_service.h', 29 'enhanced_bookmarks/bookmark_image_service.h',
29 'enhanced_bookmarks/bookmark_server_cluster_service.cc', 30 'enhanced_bookmarks/bookmark_server_cluster_service.cc',
30 'enhanced_bookmarks/bookmark_server_cluster_service.h', 31 'enhanced_bookmarks/bookmark_server_cluster_service.h',
31 'enhanced_bookmarks/bookmark_server_search_service.cc', 32 'enhanced_bookmarks/bookmark_server_search_service.cc',
32 'enhanced_bookmarks/bookmark_server_search_service.h', 33 'enhanced_bookmarks/bookmark_server_search_service.h',
33 'enhanced_bookmarks/bookmark_server_service.cc', 34 'enhanced_bookmarks/bookmark_server_service.cc',
34 'enhanced_bookmarks/bookmark_server_service.h', 35 'enhanced_bookmarks/bookmark_server_service.h',
35 'enhanced_bookmarks/enhanced_bookmark_model.cc', 36 'enhanced_bookmarks/enhanced_bookmark_model.cc',
36 'enhanced_bookmarks/enhanced_bookmark_model.h', 37 'enhanced_bookmarks/enhanced_bookmark_model.h',
37 'enhanced_bookmarks/enhanced_bookmark_model_observer.h', 38 'enhanced_bookmarks/enhanced_bookmark_model_observer.h',
38 'enhanced_bookmarks/enhanced_bookmark_utils.cc', 39 'enhanced_bookmarks/enhanced_bookmark_utils.cc',
39 'enhanced_bookmarks/enhanced_bookmark_utils.h', 40 'enhanced_bookmarks/enhanced_bookmark_utils.h',
41 'enhanced_bookmarks/image_record.h',
40 'enhanced_bookmarks/image_store.cc', 42 'enhanced_bookmarks/image_store.cc',
41 'enhanced_bookmarks/image_store.h', 43 'enhanced_bookmarks/image_store.h',
42 'enhanced_bookmarks/image_store_util.cc', 44 'enhanced_bookmarks/image_store_util.cc',
43 'enhanced_bookmarks/image_store_util.h', 45 'enhanced_bookmarks/image_store_util.h',
44 'enhanced_bookmarks/image_store_util_ios.mm', 46 'enhanced_bookmarks/image_store_util_ios.mm',
45 'enhanced_bookmarks/item_position.cc', 47 'enhanced_bookmarks/item_position.cc',
46 'enhanced_bookmarks/item_position.h', 48 'enhanced_bookmarks/item_position.h',
47 'enhanced_bookmarks/metadata_accessor.cc', 49 'enhanced_bookmarks/metadata_accessor.cc',
48 'enhanced_bookmarks/metadata_accessor.h', 50 'enhanced_bookmarks/metadata_accessor.h',
49 'enhanced_bookmarks/persistent_image_store.cc', 51 'enhanced_bookmarks/persistent_image_store.cc',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'enhanced_bookmarks/proto/search.proto', 86 'enhanced_bookmarks/proto/search.proto',
85 ], 87 ],
86 'variables': { 88 'variables': {
87 'proto_in_dir': './enhanced_bookmarks/proto', 89 'proto_in_dir': './enhanced_bookmarks/proto',
88 'proto_out_dir': 'components/enhanced_bookmarks/proto', 90 'proto_out_dir': 'components/enhanced_bookmarks/proto',
89 }, 91 },
90 'includes': [ '../build/protoc.gypi' ], 92 'includes': [ '../build/protoc.gypi' ],
91 }, 93 },
92 ], 94 ],
93 } 95 }
OLDNEW
« no previous file with comments | « no previous file | components/enhanced_bookmarks/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698