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

Side by Side Diff: gyp/webtry.gyp

Issue 252863002: Add pathops and capture stderr so we can get SkDebugf output. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 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 | « experimental/webtry/webtry.go ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # GYP file to build a the webtry sample. 1 # GYP file to build a the webtry sample.
2 { 2 {
3 'targets': [ 3 'targets': [
4 { 4 {
5 'target_name': 'webtry', 5 'target_name': 'webtry',
6 'type': 'executable', 6 'type': 'executable',
7 'include_dirs' : [ 7 'include_dirs' : [
8 '../src/core', 8 '../src/core',
9 '../src/images', 9 '../src/images',
10 '../src/pathops',
10 ], 11 ],
11 'sources': [ 12 'sources': [
12 '../experimental/webtry/result.cpp', 13 '../experimental/webtry/result.cpp',
13 '../experimental/webtry/main.cpp', 14 '../experimental/webtry/main.cpp',
14 ], 15 ],
15 'dependencies': [ 16 'dependencies': [
16 'flags.gyp:flags', 17 'flags.gyp:flags',
17 'skia_lib.gyp:skia_lib', 18 'skia_lib.gyp:skia_lib',
18 'images.gyp:images', 19 'images.gyp:images',
19 ], 20 ],
20 }, 21 },
21 ], 22 ],
22 } 23 }
OLDNEW
« no previous file with comments | « experimental/webtry/webtry.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698