Index: gyp/android_utils.gypi |
diff --git a/gyp/android_utils.gypi b/gyp/android_utils.gypi |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1fdbb68789bf0ab70d2cfa355b35db14019e5688 |
--- /dev/null |
+++ b/gyp/android_utils.gypi |
@@ -0,0 +1,13 @@ |
+# Include this gypi to include all Android Framework-specific 'utils' files |
+# The parent gyp/gypi file must define |
+# 'skia_src_path' e.g. skia/trunk/src |
+# 'skia_include_path' e.g. skia/trunk/include |
+# |
+# The skia build defines these in common_variables.gypi |
+# |
+{ |
+ 'sources': [ |
+ '<(skia_include_path)/utils/android/SkAndroidSDKCanvas.h', |
mtklein
2015/03/23 16:47:01
Is this header really meant to be public? Let's p
|
+ '<(skia_src_path)/utils/android/SkAndroidSDKCanvas.cpp', |
+ ], |
+} |