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

Side by Side Diff: components/enhanced_bookmarks.gypi

Issue 1270693004: Add bookmark search feature to enhanced bookmark (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleaned 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',
(...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_image_service.cc', 30 'enhanced_bookmarks/bookmark_image_service.cc',
31 'enhanced_bookmarks/bookmark_image_service.h', 31 'enhanced_bookmarks/bookmark_image_service.h',
32 'enhanced_bookmarks/bookmark_server_cluster_service.cc', 32 'enhanced_bookmarks/bookmark_server_cluster_service.cc',
33 'enhanced_bookmarks/bookmark_server_cluster_service.h', 33 'enhanced_bookmarks/bookmark_server_cluster_service.h',
34 'enhanced_bookmarks/bookmark_server_search_service.cc',
35 'enhanced_bookmarks/bookmark_server_search_service.h',
34 'enhanced_bookmarks/bookmark_server_service.cc', 36 'enhanced_bookmarks/bookmark_server_service.cc',
35 'enhanced_bookmarks/bookmark_server_service.h', 37 'enhanced_bookmarks/bookmark_server_service.h',
36 'enhanced_bookmarks/enhanced_bookmark_features.cc', 38 'enhanced_bookmarks/enhanced_bookmark_features.cc',
37 'enhanced_bookmarks/enhanced_bookmark_features.h', 39 'enhanced_bookmarks/enhanced_bookmark_features.h',
38 'enhanced_bookmarks/enhanced_bookmark_model.cc', 40 'enhanced_bookmarks/enhanced_bookmark_model.cc',
39 'enhanced_bookmarks/enhanced_bookmark_model.h', 41 'enhanced_bookmarks/enhanced_bookmark_model.h',
40 'enhanced_bookmarks/enhanced_bookmark_model_observer.h', 42 'enhanced_bookmarks/enhanced_bookmark_model_observer.h',
41 'enhanced_bookmarks/enhanced_bookmark_switches.cc', 43 'enhanced_bookmarks/enhanced_bookmark_switches.cc',
42 'enhanced_bookmarks/enhanced_bookmark_switches.h', 44 'enhanced_bookmarks/enhanced_bookmark_switches.h',
43 'enhanced_bookmarks/enhanced_bookmark_utils.cc', 45 'enhanced_bookmarks/enhanced_bookmark_utils.cc',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'variables': { 109 'variables': {
108 'source_file': 'enhanced_bookmarks/enhanced_bookmark_utils.h', 110 'source_file': 'enhanced_bookmarks/enhanced_bookmark_utils.h',
109 }, 111 },
110 'includes': [ '../build/android/java_cpp_enum.gypi' ], 112 'includes': [ '../build/android/java_cpp_enum.gypi' ],
111 }, 113 },
112 ], 114 ],
113 }, 115 },
114 ], 116 ],
115 ], 117 ],
116 } 118 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698