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

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: Initial support for OSX (not working yet). Code review fixes. 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
Index: gyp/experimental.gyp
diff --git a/gyp/experimental.gyp b/gyp/experimental.gyp
index 09711ac40007c4cc182f4cffc37ab2549caa4957..5e2982c83c54f493dc2128b2bcba3bf220993871 100644
--- a/gyp/experimental.gyp
+++ b/gyp/experimental.gyp
@@ -12,6 +12,9 @@
'../experimental/SkSetPoly3To3_A.cpp',
'../experimental/SkSetPoly3To3_D.cpp',
],
+ 'dependencies': [
+ 'SkiaExamples.gyp:SkiaExamples',
+ ],
'direct_dependent_settings': {
'include_dirs': [
'../experimental',

Powered by Google App Engine
This is Rietveld 408576698