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

Side by Side Diff: gyp/webtry.gyp

Issue 228693002: Initial code for webtry, a web application for allowing users to try out Skia. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Don't add webtry to everything.gyp Created 6 years, 8 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
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 'mac_bundle' : 1,
8 'include_dirs' : [ 7 'include_dirs' : [
9 '../src/core', 8 '../src/core',
10 '../src/images', 9 '../src/images',
11 ], 10 ],
12 'sources': [ 11 'sources': [
13 '../experimental/webtry/result.cpp', 12 '../experimental/webtry/result.cpp',
13 '../experimental/webtry/main.cpp',
14 ], 14 ],
15 'dependencies': [ 15 'dependencies': [
16 'flags.gyp:flags', 16 'flags.gyp:flags',
17 'skia_lib.gyp:skia_lib', 17 'skia_lib.gyp:skia_lib',
18 'images.gyp:images', 18 'images.gyp:images',
19 ], 19 ],
20 }, 20 },
21 ], 21 ],
22 } 22 }
OLDNEW
« experimental/webtry/setup/webtry_setup.sh ('K') | « experimental/webtry/webtry.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698