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

Side by Side Diff: gyp/fuzz.gyp

Issue 1589563002: Add new fuzz binary. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: simplify gyp Created 4 years, 11 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
« fuzz/Fuzz.h ('K') | « fuzz/fuzz.cpp ('k') | gyp/most.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2016 Google Inc.
2 #
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
5
6 {
7 'includes': [ 'apptype_console.gypi' ],
8 'targets': [{
9 'target_name': 'fuzz',
10 'type': 'executable',
11 'sources': [ '<!@(python find.py ../fuzz "*.cpp")' ],
12 'dependencies': [
13 'flags.gyp:flags',
14 'skia_lib.gyp:skia_lib',
15 ],
16 }],
17 }
OLDNEW
« fuzz/Fuzz.h ('K') | « fuzz/fuzz.cpp ('k') | gyp/most.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698