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

Side by Side Diff: gyp/fuzz.gyp

Issue 2205903004: GN: get echo-headers sources via exec_script (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: still needed for Mac Created 4 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
« no previous file with comments | « gyp/find.py ('k') | gyp/gmslides.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 2016 Google Inc. 1 # Copyright 2016 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'includes': [ 'apptype_console.gypi' ], 7 'includes': [ 'apptype_console.gypi' ],
8 'targets': [{ 8 'targets': [{
9 'target_name': 'fuzz', 9 'target_name': 'fuzz',
10 'type': 'executable', 10 'type': 'executable',
11 'defines': [ 11 'defines': [
12 'SK_FUZZ_LOGGING', 12 'SK_FUZZ_LOGGING',
13 ], 13 ],
14 'sources': [ 14 'sources': [
15 '<!@(python find.py ../fuzz "*.cpp")', 15 '<!@(python find.py "*.cpp" ../fuzz)',
16 '../tests/PathOpsDebug.cpp', 16 '../tests/PathOpsDebug.cpp',
17 ], 17 ],
18 'dependencies': [ 18 'dependencies': [
19 'flags.gyp:flags', 19 'flags.gyp:flags',
20 'skia_lib.gyp:skia_lib', 20 'skia_lib.gyp:skia_lib',
21 ], 21 ],
22 'include_dirs': [ 22 'include_dirs': [
23 '../include/private', 23 '../include/private',
24 '../src/core', 24 '../src/core',
25 '../src/pathops', 25 '../src/pathops',
26 ], 26 ],
27 }], 27 }],
28 } 28 }
OLDNEW
« no previous file with comments | « gyp/find.py ('k') | gyp/gmslides.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698