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

Side by Side Diff: components/enhanced_bookmarks.gypi

Issue 563363002: Only set remote id during url node creation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 6 years, 3 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/bookmark_server_search_service.h » ('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 'target_name': 'enhanced_bookmarks', 8 'target_name': 'enhanced_bookmarks',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 13 matching lines...) Expand all
24 ], 24 ],
25 'sources': [ 25 'sources': [
26 'enhanced_bookmarks/bookmark_image_service.cc', 26 'enhanced_bookmarks/bookmark_image_service.cc',
27 'enhanced_bookmarks/bookmark_image_service.h', 27 'enhanced_bookmarks/bookmark_image_service.h',
28 'enhanced_bookmarks/bookmark_server_search_service.cc', 28 'enhanced_bookmarks/bookmark_server_search_service.cc',
29 'enhanced_bookmarks/bookmark_server_search_service.h', 29 'enhanced_bookmarks/bookmark_server_search_service.h',
30 'enhanced_bookmarks/bookmark_server_service.cc', 30 'enhanced_bookmarks/bookmark_server_service.cc',
31 'enhanced_bookmarks/bookmark_server_service.h', 31 'enhanced_bookmarks/bookmark_server_service.h',
32 'enhanced_bookmarks/enhanced_bookmark_model.cc', 32 'enhanced_bookmarks/enhanced_bookmark_model.cc',
33 'enhanced_bookmarks/enhanced_bookmark_model.h', 33 'enhanced_bookmarks/enhanced_bookmark_model.h',
34 'enhanced_bookmarks/enhanced_bookmark_model_observer.h',
34 'enhanced_bookmarks/enhanced_bookmark_utils.cc', 35 'enhanced_bookmarks/enhanced_bookmark_utils.cc',
35 'enhanced_bookmarks/enhanced_bookmark_utils.h', 36 'enhanced_bookmarks/enhanced_bookmark_utils.h',
36 'enhanced_bookmarks/image_store.cc', 37 'enhanced_bookmarks/image_store.cc',
37 'enhanced_bookmarks/image_store.h', 38 'enhanced_bookmarks/image_store.h',
38 'enhanced_bookmarks/image_store_util.cc', 39 'enhanced_bookmarks/image_store_util.cc',
39 'enhanced_bookmarks/image_store_util.h', 40 'enhanced_bookmarks/image_store_util.h',
40 'enhanced_bookmarks/image_store_util_ios.mm', 41 'enhanced_bookmarks/image_store_util_ios.mm',
41 'enhanced_bookmarks/item_position.cc', 42 'enhanced_bookmarks/item_position.cc',
42 'enhanced_bookmarks/item_position.h', 43 'enhanced_bookmarks/item_position.h',
43 'enhanced_bookmarks/metadata_accessor.cc', 44 'enhanced_bookmarks/metadata_accessor.cc',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 ], 116 ],
116 'variables': { 117 'variables': {
117 'jni_gen_package': 'enhanced_bookmarks', 118 'jni_gen_package': 'enhanced_bookmarks',
118 }, 119 },
119 'includes': [ '../build/jni_generator.gypi' ], 120 'includes': [ '../build/jni_generator.gypi' ],
120 }, 121 },
121 ], 122 ],
122 }] 123 }]
123 ], 124 ],
124 } 125 }
OLDNEW
« no previous file with comments | « no previous file | components/enhanced_bookmarks/bookmark_server_search_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698