"third_party/externals/libwebp" : "http://src.chromium.org/svn/trunk/src/third_party/libwebp@186718",
}
+deps_os = {
+ "android": {
+ "platform_tools/android/third_party/externals/expat" : "https://android.googlesource.com/platform/external/expat.git",
+ "platform_tools/android/third_party/externals/gif" : "https://android.googlesource.com/platform/external/giflib.git",
+ "platform_tools/android/third_party/externals/png" : "https://android.googlesource.com/platform/external/libpng.git",
+ "platform_tools/android/third_party/externals/jpeg" : "https://android.googlesource.com/platform/external/jpeg.git",
+ },
+}
+
#hooks = [
# {
# # A change to a .gyp, .gypi, or to GYP itself should run the generator.
# variable expansion step for gyp happens after the includes are processed.
{
'includes': [
- '../../android/gyp/dependencies.gypi',
+ '../platform_tools/android/gyp/dependencies.gypi',
],
}
# variable expansion step for gyp happens after the includes are processed.
{
'includes': [
- '../../android/gyp/skia_android.gypi',
+ '../platform_tools/android/gyp/skia_android.gypi',
],
}
+++ /dev/null
-use_relative_paths = True
-
-# Dependencies on external packages.
-deps = {
- "third_party/externals/expat" : "https://android.googlesource.com/platform/external/expat.git",
- "third_party/externals/gif" : "https://android.googlesource.com/platform/external/giflib.git",
- "third_party/externals/png" : "https://android.googlesource.com/platform/external/libpng.git",
- "third_party/externals/jpeg" : "https://android.googlesource.com/platform/external/jpeg.git",
-}
-
-#hooks = [
-# {
-# # A change to a .gyp, .gypi, or to GYP itself should run the generator.
-# "pattern": ".",
-# "action": ["python", "trunk/gyp_skia"],
-# },
-#]
],
},
'sources': [
- '../../android/app/jni/com_skia_SkiaIntentService.cpp',
+ '../app/jni/com_skia_SkiaIntentService.cpp',
],
},
{
}],
],
'sources': [
- '../../android/app/jni/com_skia_SkiaSampleRenderer.cpp',
+ '../app/jni/com_skia_SkiaSampleRenderer.cpp',
],
},