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

Side by Side Diff: skia/skia.gyp

Issue 1126123004: Use TestDiscardableMemoryAllocator in filter_fuzz_stub. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark filter fuzz stub as testonly 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 | « skia/BUILD.gn ('k') | skia/tools/filter_fuzz_stub/filter_fuzz_stub.cc » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'conditions': [ 6 'conditions': [
7 # In component mode (shared_lib), we build all of skia as a single DLL. 7 # In component mode (shared_lib), we build all of skia as a single DLL.
8 # However, in the static mode, we need to build skia as multiple targets 8 # However, in the static mode, we need to build skia as multiple targets
9 # in order to support the use case where a platform (e.g. Android) may 9 # in order to support the use case where a platform (e.g. Android) may
10 # already have a copy of skia as a system library. 10 # already have a copy of skia as a system library.
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 ], 130 ],
131 'sources': [ 131 'sources': [
132 'ext/image_operations_bench.cc', 132 'ext/image_operations_bench.cc',
133 ], 133 ],
134 }, 134 },
135 { 135 {
136 'target_name': 'filter_fuzz_stub', 136 'target_name': 'filter_fuzz_stub',
137 'type': 'executable', 137 'type': 'executable',
138 'dependencies': [ 138 'dependencies': [
139 '../base/base.gyp:base', 139 '../base/base.gyp:base',
140 '../base/base.gyp:test_support_base',
140 'skia.gyp:skia', 141 'skia.gyp:skia',
141 ], 142 ],
142 'sources': [ 143 'sources': [
143 'tools/filter_fuzz_stub/filter_fuzz_stub.cc', 144 'tools/filter_fuzz_stub/filter_fuzz_stub.cc',
144 ], 145 ],
145 'includes': [ 146 'includes': [
146 '../build/android/increase_size_for_speed.gypi', 147 '../build/android/increase_size_for_speed.gypi',
147 ], 148 ],
148 }, 149 },
149 ], 150 ],
150 } 151 }
OLDNEW
« no previous file with comments | « skia/BUILD.gn ('k') | skia/tools/filter_fuzz_stub/filter_fuzz_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698