| 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 'target_name': 'android_utils', | 120 'target_name': 'android_utils', |
| 121 'product_name': 'skia_android_utils', | 121 'product_name': 'skia_android_utils', |
| 122 'type': 'static_library', | 122 'type': 'static_library', |
| 123 'standalone_static_library': 1, | 123 'standalone_static_library': 1, |
| 124 'dependencies': [ | 124 'dependencies': [ |
| 125 'core.gyp:*', | 125 'core.gyp:*', |
| 126 ], | 126 ], |
| 127 'sources': [ | 127 'sources': [ |
| 128 '../src/utils/android/SkAndroidSDKCanvas.h', | 128 '../src/utils/android/SkAndroidSDKCanvas.h', |
| 129 '../src/utils/android/SkAndroidSDKCanvas.cpp', | 129 '../src/utils/android/SkAndroidSDKCanvas.cpp', |
| 130 '../src/utils/android/SkHwuiRenderer.h', | |
| 131 '../src/utils/android/SkHwuiRenderer.cpp', | |
| 132 ], | 130 ], |
| 133 'direct_dependent_settings': { | 131 'direct_dependent_settings': { |
| 134 'include_dirs': [ | 132 'include_dirs': [ |
| 135 '../src/utils/android', | 133 '../src/utils/android', |
| 136 ], | 134 ], |
| 137 }, | 135 }, |
| 138 }, | 136 }, |
| 139 ], | 137 ], |
| 140 } | 138 } |
| OLD | NEW |