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

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: 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
Index: gyp/viewer.gyp
diff --git a/gyp/viewer.gyp b/gyp/viewer.gyp
index b2563ef5371d776ff478b7e45e8d2d5b3d7325ad..11d093c15bedede936f1f66fa30c92d85b60e6c7 100644
--- a/gyp/viewer.gyp
+++ b/gyp/viewer.gyp
@@ -32,6 +32,7 @@
'sources': [
'../gm/gm.cpp',
'<!@(python find.py ../tools/viewer "*.cpp")',
+ '<!@(python find.py ../tools/viewer "*.h")',
# 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)$'],

Powered by Google App Engine
This is Rietveld 408576698