OLD | NEW |
---|---|
(Empty) | |
1 # Include this gypi to include all Android Framework-specific 'utils' files | |
2 # The parent gyp/gypi file must define | |
3 # 'skia_src_path' e.g. skia/trunk/src | |
4 # 'skia_include_path' e.g. skia/trunk/include | |
5 # | |
6 # The skia build defines these in common_variables.gypi | |
7 # | |
8 { | |
9 'sources': [ | |
10 '<(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
| |
11 '<(skia_src_path)/utils/android/SkAndroidSDKCanvas.cpp', | |
12 ], | |
13 } | |
OLD | NEW |