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)$'], |