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

Side by Side Diff: components/enhanced_bookmarks.gypi

Issue 1028543002: Turn the utility process image decoder into a Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and address comments. Created 5 years, 7 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 | « components/components_unittests.isolate ('k') | components/image_decoder.gypi » ('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 # 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 ], 63 ],
64 }, 64 },
65 { 65 {
66 # GN: //components/enhanced_bookmarks:enhanced_bookmarks_test_support 66 # GN: //components/enhanced_bookmarks:enhanced_bookmarks_test_support
67 'target_name': 'enhanced_bookmarks_test_support', 67 'target_name': 'enhanced_bookmarks_test_support',
68 'type': 'static_library', 68 'type': 'static_library',
69 'include_dirs': [ 69 'include_dirs': [
70 '..', 70 '..',
71 ], 71 ],
72 'dependencies': [ 72 'dependencies': [
73 '../skia/skia.gyp:skia',
73 '../testing/gtest.gyp:gtest', 74 '../testing/gtest.gyp:gtest',
74 'enhanced_bookmarks', 75 'enhanced_bookmarks',
75 ], 76 ],
76 'sources': [ 77 'sources': [
77 'enhanced_bookmarks/test_image_store.cc', 78 'enhanced_bookmarks/test_image_store.cc',
78 'enhanced_bookmarks/test_image_store.h', 79 'enhanced_bookmarks/test_image_store.h',
79 ], 80 ],
80 }, 81 },
81 { 82 {
82 'target_name': 'enhanced_bookmarks_proto', 83 'target_name': 'enhanced_bookmarks_proto',
(...skipping 20 matching lines...) Expand all
103 'variables': { 104 'variables': {
104 'source_file': 'enhanced_bookmarks/enhanced_bookmark_utils.h', 105 'source_file': 'enhanced_bookmarks/enhanced_bookmark_utils.h',
105 }, 106 },
106 'includes': [ '../build/android/java_cpp_enum.gypi' ], 107 'includes': [ '../build/android/java_cpp_enum.gypi' ],
107 }, 108 },
108 ], 109 ],
109 }, 110 },
110 ], 111 ],
111 ], 112 ],
112 } 113 }
OLDNEW
« no previous file with comments | « components/components_unittests.isolate ('k') | components/image_decoder.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698