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

Side by Side Diff: components/enhanced_bookmarks.gypi

Issue 1184613002: [Android] Remove search feature from enhanced bookmarks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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 # 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 12 matching lines...) Expand all
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 ], 27 ],
28 'sources': [ 28 'sources': [
29 'enhanced_bookmarks/bookmark_image_service.cc', 29 'enhanced_bookmarks/bookmark_image_service.cc',
30 'enhanced_bookmarks/bookmark_image_service.h', 30 'enhanced_bookmarks/bookmark_image_service.h',
31 'enhanced_bookmarks/bookmark_server_cluster_service.cc', 31 'enhanced_bookmarks/bookmark_server_cluster_service.cc',
32 'enhanced_bookmarks/bookmark_server_cluster_service.h', 32 'enhanced_bookmarks/bookmark_server_cluster_service.h',
33 'enhanced_bookmarks/bookmark_server_search_service.cc',
34 'enhanced_bookmarks/bookmark_server_search_service.h',
35 'enhanced_bookmarks/bookmark_server_service.cc', 33 'enhanced_bookmarks/bookmark_server_service.cc',
36 'enhanced_bookmarks/bookmark_server_service.h', 34 'enhanced_bookmarks/bookmark_server_service.h',
37 'enhanced_bookmarks/enhanced_bookmark_model.cc', 35 'enhanced_bookmarks/enhanced_bookmark_model.cc',
38 'enhanced_bookmarks/enhanced_bookmark_model.h', 36 'enhanced_bookmarks/enhanced_bookmark_model.h',
39 'enhanced_bookmarks/enhanced_bookmark_model_observer.h', 37 'enhanced_bookmarks/enhanced_bookmark_model_observer.h',
40 'enhanced_bookmarks/enhanced_bookmark_utils.cc', 38 'enhanced_bookmarks/enhanced_bookmark_utils.cc',
41 'enhanced_bookmarks/enhanced_bookmark_utils.h', 39 'enhanced_bookmarks/enhanced_bookmark_utils.h',
42 'enhanced_bookmarks/image_record.cc', 40 'enhanced_bookmarks/image_record.cc',
43 'enhanced_bookmarks/image_record.h', 41 'enhanced_bookmarks/image_record.h',
44 'enhanced_bookmarks/image_store.cc', 42 'enhanced_bookmarks/image_store.cc',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'variables': { 102 'variables': {
105 'source_file': 'enhanced_bookmarks/enhanced_bookmark_utils.h', 103 'source_file': 'enhanced_bookmarks/enhanced_bookmark_utils.h',
106 }, 104 },
107 'includes': [ '../build/android/java_cpp_enum.gypi' ], 105 'includes': [ '../build/android/java_cpp_enum.gypi' ],
108 }, 106 },
109 ], 107 ],
110 }, 108 },
111 ], 109 ],
112 ], 110 ],
113 } 111 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698