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

Unified Diff: gyp/webtry.gyp

Issue 195143004: First pass at a web app that lets you run Skia code and see the results. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove stray png Created 6 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/everything.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/webtry.gyp
diff --git a/gyp/webtry.gyp b/gyp/webtry.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..ba0b9263a185b12bd308a1a53a3f234b4fdec458
--- /dev/null
+++ b/gyp/webtry.gyp
@@ -0,0 +1,22 @@
+# GYP file to build a the webtry sample.
+{
+ 'targets': [
+ {
+ 'target_name': 'webtry',
+ 'type': 'executable',
+ 'mac_bundle' : 1,
+ 'include_dirs' : [
+ '../src/core',
+ '../src/images',
+ ],
+ 'sources': [
+ '../experimental/webtry/result.cpp',
+ ],
+ 'dependencies': [
+ 'flags.gyp:flags',
+ 'skia_lib.gyp:skia_lib',
+ 'images.gyp:images',
+ ],
+ },
+ ],
+}
« 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