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

Side by Side Diff: components/enhanced_bookmarks.gypi

Issue 1253953002: Componentize enhanced_bookmark_features.{h,cc}. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert change in //chrome/common/DEPS that broke checkdeps Created 5 years, 4 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 # 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 '../skia/skia.gyp:skia',
19 '../sql/sql.gyp:sql', 19 '../sql/sql.gyp:sql',
20 '../ui/gfx/gfx.gyp:gfx', 20 '../ui/gfx/gfx.gyp:gfx',
21 '../url/url.gyp:url_lib', 21 '../url/url.gyp:url_lib',
22 'bookmarks_browser', 22 'bookmarks_browser',
23 'enhanced_bookmarks_proto', 23 'enhanced_bookmarks_proto',
24 'keyed_service_core', 24 'keyed_service_core',
25 'signin_core_browser', 25 'signin_core_browser',
26 'sync_driver', 26 'sync_driver',
27 'variations',
27 ], 28 ],
28 'sources': [ 29 'sources': [
29 'enhanced_bookmarks/bookmark_image_service.cc', 30 'enhanced_bookmarks/bookmark_image_service.cc',
30 'enhanced_bookmarks/bookmark_image_service.h', 31 'enhanced_bookmarks/bookmark_image_service.h',
31 'enhanced_bookmarks/bookmark_server_cluster_service.cc', 32 'enhanced_bookmarks/bookmark_server_cluster_service.cc',
32 'enhanced_bookmarks/bookmark_server_cluster_service.h', 33 'enhanced_bookmarks/bookmark_server_cluster_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',
36 'enhanced_bookmarks/enhanced_bookmark_features.cc',
37 'enhanced_bookmarks/enhanced_bookmark_features.h',
35 'enhanced_bookmarks/enhanced_bookmark_model.cc', 38 'enhanced_bookmarks/enhanced_bookmark_model.cc',
36 'enhanced_bookmarks/enhanced_bookmark_model.h', 39 'enhanced_bookmarks/enhanced_bookmark_model.h',
37 'enhanced_bookmarks/enhanced_bookmark_model_observer.h', 40 'enhanced_bookmarks/enhanced_bookmark_model_observer.h',
41 'enhanced_bookmarks/enhanced_bookmark_switches.cc',
42 'enhanced_bookmarks/enhanced_bookmark_switches.h',
38 'enhanced_bookmarks/enhanced_bookmark_utils.cc', 43 'enhanced_bookmarks/enhanced_bookmark_utils.cc',
39 'enhanced_bookmarks/enhanced_bookmark_utils.h', 44 'enhanced_bookmarks/enhanced_bookmark_utils.h',
40 'enhanced_bookmarks/image_record.cc', 45 'enhanced_bookmarks/image_record.cc',
41 'enhanced_bookmarks/image_record.h', 46 'enhanced_bookmarks/image_record.h',
42 'enhanced_bookmarks/image_store.cc', 47 'enhanced_bookmarks/image_store.cc',
43 'enhanced_bookmarks/image_store.h', 48 'enhanced_bookmarks/image_store.h',
44 'enhanced_bookmarks/image_store_util.cc', 49 'enhanced_bookmarks/image_store_util.cc',
45 'enhanced_bookmarks/image_store_util.h', 50 'enhanced_bookmarks/image_store_util.h',
46 'enhanced_bookmarks/image_store_util_ios.mm', 51 'enhanced_bookmarks/image_store_util_ios.mm',
47 'enhanced_bookmarks/item_position.cc', 52 'enhanced_bookmarks/item_position.cc',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'variables': { 107 'variables': {
103 'source_file': 'enhanced_bookmarks/enhanced_bookmark_utils.h', 108 'source_file': 'enhanced_bookmarks/enhanced_bookmark_utils.h',
104 }, 109 },
105 'includes': [ '../build/android/java_cpp_enum.gypi' ], 110 'includes': [ '../build/android/java_cpp_enum.gypi' ],
106 }, 111 },
107 ], 112 ],
108 }, 113 },
109 ], 114 ],
110 ], 115 ],
111 } 116 }
OLDNEW
« no previous file with comments | « components/dom_distiller/core/dom_distiller_switches.cc ('k') | components/enhanced_bookmarks/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698