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

Unified Diff: gyp/viewer.gyp

Issue 2210603003: Get Mac viewer working with SDL (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix patch Created 4 years, 4 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 | « example/SkiaSDLExample.cpp ('k') | src/views/mac/skia_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/viewer.gyp
diff --git a/gyp/viewer.gyp b/gyp/viewer.gyp
index f94c87558e932af8967b9bed1ed91debccba2468..4317b8adb3b481bced9fe7e6a693b46769877608 100644
--- a/gyp/viewer.gyp
+++ b/gyp/viewer.gyp
@@ -32,6 +32,7 @@
'sources': [
'../gm/gm.cpp',
'<!@(python find.py "*.cpp" ../tools/viewer)',
+ '<!@(python find.py "*.h" ../tools/viewer)',
# views (subset of files for the Android build)
'../src/views/SkEvent.cpp',
@@ -85,6 +86,11 @@
],
},
}],
+ [ 'skia_os == "mac"', {
+ 'dependencies': [
+ 'sdl.gyp:sdl',
+ ],
+ }],
['skia_os != "android"', {
'sources/': [
['exclude', '_android.(h|cpp)$'],
« no previous file with comments | « example/SkiaSDLExample.cpp ('k') | src/views/mac/skia_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698