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

Side by Side Diff: components/enhanced_bookmarks.gypi

Issue 1031293002: Fix crashes due to gfx::Image unsafe thread passing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary Pass() Created 5 years, 8 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 20 matching lines...) Expand all
31 'enhanced_bookmarks/bookmark_server_cluster_service.h', 31 'enhanced_bookmarks/bookmark_server_cluster_service.h',
32 'enhanced_bookmarks/bookmark_server_search_service.cc', 32 'enhanced_bookmarks/bookmark_server_search_service.cc',
33 'enhanced_bookmarks/bookmark_server_search_service.h', 33 'enhanced_bookmarks/bookmark_server_search_service.h',
34 'enhanced_bookmarks/bookmark_server_service.cc', 34 'enhanced_bookmarks/bookmark_server_service.cc',
35 'enhanced_bookmarks/bookmark_server_service.h', 35 'enhanced_bookmarks/bookmark_server_service.h',
36 'enhanced_bookmarks/enhanced_bookmark_model.cc', 36 'enhanced_bookmarks/enhanced_bookmark_model.cc',
37 'enhanced_bookmarks/enhanced_bookmark_model.h', 37 'enhanced_bookmarks/enhanced_bookmark_model.h',
38 'enhanced_bookmarks/enhanced_bookmark_model_observer.h', 38 'enhanced_bookmarks/enhanced_bookmark_model_observer.h',
39 'enhanced_bookmarks/enhanced_bookmark_utils.cc', 39 'enhanced_bookmarks/enhanced_bookmark_utils.cc',
40 'enhanced_bookmarks/enhanced_bookmark_utils.h', 40 'enhanced_bookmarks/enhanced_bookmark_utils.h',
41 'enhanced_bookmarks/image_record.cc',
41 'enhanced_bookmarks/image_record.h', 42 'enhanced_bookmarks/image_record.h',
42 'enhanced_bookmarks/image_store.cc', 43 'enhanced_bookmarks/image_store.cc',
43 'enhanced_bookmarks/image_store.h', 44 'enhanced_bookmarks/image_store.h',
44 'enhanced_bookmarks/image_store_util.cc', 45 'enhanced_bookmarks/image_store_util.cc',
45 'enhanced_bookmarks/image_store_util.h', 46 'enhanced_bookmarks/image_store_util.h',
46 'enhanced_bookmarks/image_store_util_ios.mm', 47 'enhanced_bookmarks/image_store_util_ios.mm',
47 'enhanced_bookmarks/item_position.cc', 48 'enhanced_bookmarks/item_position.cc',
48 'enhanced_bookmarks/item_position.h', 49 'enhanced_bookmarks/item_position.h',
49 'enhanced_bookmarks/metadata_accessor.cc', 50 'enhanced_bookmarks/metadata_accessor.cc',
50 'enhanced_bookmarks/metadata_accessor.h', 51 'enhanced_bookmarks/metadata_accessor.h',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'variables': { 103 'variables': {
103 'source_file': 'enhanced_bookmarks/enhanced_bookmark_utils.h', 104 'source_file': 'enhanced_bookmarks/enhanced_bookmark_utils.h',
104 }, 105 },
105 'includes': [ '../build/android/java_cpp_enum.gypi' ], 106 'includes': [ '../build/android/java_cpp_enum.gypi' ],
106 }, 107 },
107 ], 108 ],
108 }, 109 },
109 ], 110 ],
110 ], 111 ],
111 } 112 }
OLDNEW
« no previous file with comments | « chrome/browser/enhanced_bookmarks/android/enhanced_bookmarks_bridge.cc ('k') | components/enhanced_bookmarks/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698