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

Unified Diff: third_party/libsdl/sdl.gypi

Issue 1415453009: Wire up SDL on Android (Closed) Base URL: https://skia.googlesource.com/skia.git@sdl
Patch Set: fix appurify 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 | « third_party/libsdl/android/sdl_android.gypi ('k') | no next file » | 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 75c59af2fd27a2ef2164b6d43b49c435e17459bc..8634fc2a2d736d47867e04ee3097a2759708936e 100644
--- a/third_party/libsdl/sdl.gypi
+++ b/third_party/libsdl/sdl.gypi
@@ -16,6 +16,7 @@
'direct_dependent_settings': {
'include_dirs': [
'<(src_dir)/include',
+ '<(src_dir)/src',
]
},
'cflags': [
@@ -28,6 +29,11 @@
'linux/sdl_linux.gypi',
]
}],
+ ['skia_os == "android"', {
+ 'includes': [
+ 'android/sdl_android.gypi',
+ ]
+ }],
],
},
],
« no previous file with comments | « third_party/libsdl/android/sdl_android.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698