| 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 11 matching lines...) Expand all Loading... |
| 22 '../include/gpu', | 22 '../include/gpu', |
| 23 '../include/images', | 23 '../include/images', |
| 24 '../include/pathops', | 24 '../include/pathops', |
| 25 '../include/pipe', | 25 '../include/pipe', |
| 26 '../include/private', | 26 '../include/private', |
| 27 '../include/utils', | 27 '../include/utils', |
| 28 '../include/utils/mac', | 28 '../include/utils/mac', |
| 29 '../include/utils/unix', | 29 '../include/utils/unix', |
| 30 '../include/utils/win', | 30 '../include/utils/win', |
| 31 '../src/core', | 31 '../src/core', |
| 32 '../src/gpu', |
| 32 '../src/image', | 33 '../src/image', |
| 33 '../src/opts', | 34 '../src/opts', |
| 34 '../src/utils', | 35 '../src/utils', |
| 35 ], | 36 ], |
| 36 'sources': [ | 37 'sources': [ |
| 37 'utils.gypi', # Makes the gypi appear in IDEs (but does not modify the b
uild). | 38 'utils.gypi', # Makes the gypi appear in IDEs (but does not modify the b
uild). |
| 38 ], | 39 ], |
| 39 'conditions': [ | 40 'conditions': [ |
| 40 [ 'skia_os == "mac"', { | 41 [ 'skia_os == "mac"', { |
| 41 'link_settings': { | 42 'link_settings': { |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 '../src/utils/android/SkHwuiRenderer.cpp', | 131 '../src/utils/android/SkHwuiRenderer.cpp', |
| 131 ], | 132 ], |
| 132 'direct_dependent_settings': { | 133 'direct_dependent_settings': { |
| 133 'include_dirs': [ | 134 'include_dirs': [ |
| 134 '../src/utils/android', | 135 '../src/utils/android', |
| 135 ], | 136 ], |
| 136 }, | 137 }, |
| 137 }, | 138 }, |
| 138 ], | 139 ], |
| 139 } | 140 } |
| OLD | NEW |