blob: b22ac9d4a72b60e0e4e48bc59847fe1f3fb3dc26 [file] [log] [blame]
scroggo6cfce1b2014-12-10 10:23:04 -08001# GYP file to send android SkDebug to stdout in addition to logcat. To enable,
2# include this project as a dependency.
3{
4 'targets': [
5 {
6 'target_name': 'android_output',
7 'type': 'static_library',
8 'sources': [
9 '../tools/AndroidSkDebugToStdOut.cpp',
10 ],
11 'dependencies': [
12 'skia_lib.gyp:skia_lib',
13 ],
14 },
15 ],
16}