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

Unified 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 side-by-side diff with in-line comments
Download patch
« experimental/webtry/setup/webtry_setup.sh ('K') | « experimental/webtry/webtry.go ('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
index ba0b9263a185b12bd308a1a53a3f234b4fdec458..1f476f3d4675ce490bbf3dc9adb1474aeed76621 100644
--- a/gyp/webtry.gyp
+++ b/gyp/webtry.gyp
@@ -4,13 +4,13 @@
{
'target_name': 'webtry',
'type': 'executable',
- 'mac_bundle' : 1,
'include_dirs' : [
'../src/core',
'../src/images',
],
'sources': [
'../experimental/webtry/result.cpp',
+ '../experimental/webtry/main.cpp',
],
'dependencies': [
'flags.gyp:flags',
« 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