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

Unified Diff: gyp/example.gyp

Issue 1442573003: Create a standalone example for using Skia with SDL (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: feedback inc Created 5 years, 1 month 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 | « example/SkiaSDLExample.cpp ('k') | src/views/sdl/SkOSWindow_SDL.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/example.gyp
diff --git a/gyp/example.gyp b/gyp/example.gyp
index a01717e67e6f121ad6dd9222bb8db017394dfbe4..75d53b317bcc8a3a93174c64b49246c5da0ce36a 100644
--- a/gyp/example.gyp
+++ b/gyp/example.gyp
@@ -23,5 +23,20 @@
'views.gyp:views',
],
},
+ {
+ 'target_name': 'SkiaSDLExample',
+ 'type': 'executable',
+ 'include_dirs' : [
+ '../include/gpu',
+ '../src/gpu',
+ ],
+ 'sources': [
+ '../example/SkiaSDLExample.cpp',
+ ],
+ 'dependencies': [
+ 'skia_lib.gyp:skia_lib',
+ 'sdl.gyp:sdl',
+ ],
+ },
],
}
« no previous file with comments | « example/SkiaSDLExample.cpp ('k') | src/views/sdl/SkOSWindow_SDL.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698