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

Side by Side Diff: components/enhanced_bookmarks.gypi

Issue 1496953003: [Enhanced Bookmarks] Make enhanced bookmarks default for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase & ios update Created 4 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
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',
(...skipping 13 matching lines...) Expand all
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 'variations',
28 ], 28 ],
29 'sources': [ 29 'sources': [
30 'enhanced_bookmarks/bookmark_server_cluster_service.cc', 30 'enhanced_bookmarks/bookmark_server_cluster_service.cc',
31 'enhanced_bookmarks/bookmark_server_cluster_service.h', 31 'enhanced_bookmarks/bookmark_server_cluster_service.h',
32 'enhanced_bookmarks/bookmark_server_service.cc', 32 'enhanced_bookmarks/bookmark_server_service.cc',
33 'enhanced_bookmarks/bookmark_server_service.h', 33 'enhanced_bookmarks/bookmark_server_service.h',
34 'enhanced_bookmarks/enhanced_bookmark_features.cc',
35 'enhanced_bookmarks/enhanced_bookmark_features.h',
36 'enhanced_bookmarks/enhanced_bookmark_model.cc', 34 'enhanced_bookmarks/enhanced_bookmark_model.cc',
37 'enhanced_bookmarks/enhanced_bookmark_model.h', 35 'enhanced_bookmarks/enhanced_bookmark_model.h',
38 'enhanced_bookmarks/enhanced_bookmark_model_observer.h', 36 'enhanced_bookmarks/enhanced_bookmark_model_observer.h',
39 'enhanced_bookmarks/enhanced_bookmark_switches.cc', 37 'enhanced_bookmarks/enhanced_bookmark_switches_ios.cc',
40 'enhanced_bookmarks/enhanced_bookmark_switches.h', 38 'enhanced_bookmarks/enhanced_bookmark_switches_ios.h',
41 'enhanced_bookmarks/enhanced_bookmark_utils.cc', 39 'enhanced_bookmarks/enhanced_bookmark_utils.cc',
42 'enhanced_bookmarks/enhanced_bookmark_utils.h', 40 'enhanced_bookmarks/enhanced_bookmark_utils.h',
43 'enhanced_bookmarks/image_record.cc', 41 'enhanced_bookmarks/image_record.cc',
44 'enhanced_bookmarks/image_record.h', 42 'enhanced_bookmarks/image_record.h',
45 'enhanced_bookmarks/image_store.cc', 43 'enhanced_bookmarks/image_store.cc',
46 'enhanced_bookmarks/image_store.h', 44 'enhanced_bookmarks/image_store.h',
47 'enhanced_bookmarks/image_store_util.cc', 45 'enhanced_bookmarks/image_store_util.cc',
48 'enhanced_bookmarks/image_store_util.h', 46 'enhanced_bookmarks/image_store_util.h',
49 'enhanced_bookmarks/image_store_util_ios.mm', 47 'enhanced_bookmarks/image_store_util_ios.mm',
50 'enhanced_bookmarks/item_position.cc', 48 'enhanced_bookmarks/item_position.cc',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'variables': { 104 'variables': {
107 'source_file': 'enhanced_bookmarks/enhanced_bookmark_utils.h', 105 'source_file': 'enhanced_bookmarks/enhanced_bookmark_utils.h',
108 }, 106 },
109 'includes': [ '../build/android/java_cpp_enum.gypi' ], 107 'includes': [ '../build/android/java_cpp_enum.gypi' ],
110 }, 108 },
111 ], 109 ],
112 }, 110 },
113 ], 111 ],
114 ], 112 ],
115 } 113 }
OLDNEW
« no previous file with comments | « chrome/browser/android/bookmarks/bookmarks_bridge.cc ('k') | components/enhanced_bookmarks/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698