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

Unified Diff: third_party/libsdl/sdl.gypi

Issue 1413593007: Create SDL backed SkOSWindow (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: tweaks Created 5 years, 2 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 | « third_party/libsdl/linux/sdl_linux.gypi ('k') | third_party/libsdl/sdl_sources.gypi » ('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 31d8834fc41fe3cf3d730208d747813a7a60c1e3..75c59af2fd27a2ef2164b6d43b49c435e17459bc 100644
--- a/third_party/libsdl/sdl.gypi
+++ b/third_party/libsdl/sdl.gypi
@@ -8,17 +8,11 @@
{
'target_name': 'sdl',
'product_name': 'sdl',
- 'type': 'shared_library',
+ 'type': 'static_library',
'include_dirs': [
'<(base_dir)/<(skia_os)',
'<(src_dir)/include',
],
- 'includes': [
- 'sdl_sources.gypi',
- ],
- 'sources': [
- '<@(sdl_sources)',
- ],
'direct_dependent_settings': {
'include_dirs': [
'<(src_dir)/include',
« no previous file with comments | « third_party/libsdl/linux/sdl_linux.gypi ('k') | third_party/libsdl/sdl_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698