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

Unified Diff: gyp/experimental.gyp

Issue 16337012: Smallest possible desktop application that uses Skia to render stuff. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Refactored into BaseExample class and a HelloSkia subclass Created 7 years, 6 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/SkiaExamples/HelloSkiaExample.cpp ('K') | « gyp/SkiaExamples.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/experimental.gyp
diff --git a/gyp/experimental.gyp b/gyp/experimental.gyp
index 09711ac40007c4cc182f4cffc37ab2549caa4957..43aa2afbcca8abca5ba62d57ac511eaf59e25e4c 100644
--- a/gyp/experimental.gyp
+++ b/gyp/experimental.gyp
@@ -12,6 +12,9 @@
'../experimental/SkSetPoly3To3_A.cpp',
'../experimental/SkSetPoly3To3_D.cpp',
],
+ 'dependencies': [
+ 'SkiaExamples.gyp:HelloSkia'
sglez 2013/06/05 16:15:32 Is this OK? This is the way I managed to have a ni
+ ],
'direct_dependent_settings': {
'include_dirs': [
'../experimental',
« experimental/SkiaExamples/HelloSkiaExample.cpp ('K') | « gyp/SkiaExamples.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698