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

Unified Diff: third_party/libsdl/sdl.gypi

Issue 1438003004: bring up SDL on windows (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: disable sdl 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 | « src/views/sdl/SkOSWindow_SDL.cpp ('k') | third_party/libsdl/win/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libsdl/sdl.gypi
diff --git a/third_party/libsdl/sdl.gypi b/third_party/libsdl/sdl.gypi
index 6b5df3f97bf1f1f8e8e4a6221ab674d6090aaa3e..4b3009b0d9a7eeac134810771e02e728898c929f 100644
--- a/third_party/libsdl/sdl.gypi
+++ b/third_party/libsdl/sdl.gypi
@@ -39,6 +39,11 @@
'mac/sdl_mac.gypi',
]
}],
+ ['skia_os == "win"', {
+ 'includes': [
+ 'win/sdl_win.gypi',
+ ]
+ }],
],
},
],
« no previous file with comments | « src/views/sdl/SkOSWindow_SDL.cpp ('k') | third_party/libsdl/win/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698