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

Side by Side Diff: gyp/webtry.gyp

Issue 726833004: Cleanup: Delete webtry.gyp (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month 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/everything.gyp ('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
(Empty)
1 # GYP file to build a the webtry sample.
2 {
3 'targets': [
4 {
5 'target_name': 'webtry',
6 'type': 'executable',
7 'include_dirs' : [
8 '../src/core',
9 '../src/images',
10 '../src/pathops',
11 ],
12 'sources': [
13 '../experimental/webtry/result.cpp',
14 '../experimental/webtry/main.cpp',
15 ],
16 'dependencies': [
17 'flags.gyp:flags',
18 'skia_lib.gyp:skia_lib',
19 'images.gyp:images',
20 ],
21 },
22 ],
23 }
OLDNEW
« no previous file with comments | « gyp/everything.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698