| OLD | NEW |
| 1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 # Gyp for utils. | 5 # Gyp for utils. |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'utils', | 9 'target_name': 'utils', |
| 10 'product_name': 'skia_utils', | 10 'product_name': 'skia_utils', |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 'target_name': 'android_utils', | 132 'target_name': 'android_utils', |
| 133 'product_name': 'skia_android_utils', | 133 'product_name': 'skia_android_utils', |
| 134 'type': 'static_library', | 134 'type': 'static_library', |
| 135 'standalone_static_library': 1, | 135 'standalone_static_library': 1, |
| 136 'dependencies': [ | 136 'dependencies': [ |
| 137 'core.gyp:*', | 137 'core.gyp:*', |
| 138 ], | 138 ], |
| 139 'sources': [ | 139 'sources': [ |
| 140 '../src/utils/android/SkAndroidSDKCanvas.h', | 140 '../src/utils/android/SkAndroidSDKCanvas.h', |
| 141 '../src/utils/android/SkAndroidSDKCanvas.cpp', | 141 '../src/utils/android/SkAndroidSDKCanvas.cpp', |
| 142 '../src/utils/android/SkHwuiRenderer.h', |
| 143 '../src/utils/android/SkHwuiRenderer.cpp', |
| 142 ], | 144 ], |
| 143 'direct_dependent_settings': { | 145 'direct_dependent_settings': { |
| 144 'include_dirs': [ | 146 'include_dirs': [ |
| 145 '../src/utils/android', | 147 '../src/utils/android', |
| 146 ], | 148 ], |
| 147 }, | 149 }, |
| 148 }, | 150 }, |
| 149 ], | 151 ], |
| 150 } | 152 } |
| OLD | NEW |