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', |
11 'type': 'static_library', | 11 'type': 'static_library', |
12 'standalone_static_library': 1, | 12 'standalone_static_library': 1, |
13 'dependencies': [ | 13 'dependencies': [ |
14 'core.gyp:*', | 14 'core.gyp:*', |
15 'etc1.gyp:libetc1', | 15 'etc1.gyp:libetc1', |
16 ], | 16 ], |
17 'includes': [ | 17 'includes': [ |
18 'utils.gypi', | 18 'utils.gypi', |
19 ], | 19 ], |
20 'include_dirs': [ | 20 'include_dirs': [ |
21 '../include/effects', | 21 '../include/effects', |
22 '../include/gpu', | 22 '../include/gpu', |
23 '../include/images', | 23 '../include/images', |
24 '../include/pathops', | 24 '../include/pathops', |
25 '../include/pipe', | |
26 '../include/private', | 25 '../include/private', |
27 '../include/utils', | 26 '../include/utils', |
28 '../include/utils/mac', | 27 '../include/utils/mac', |
29 '../include/utils/unix', | 28 '../include/utils/unix', |
30 '../include/utils/win', | 29 '../include/utils/win', |
31 '../src/core', | 30 '../src/core', |
32 '../src/gpu', | 31 '../src/gpu', |
33 '../src/image', | 32 '../src/image', |
34 '../src/opts', | 33 '../src/opts', |
35 '../src/utils', | 34 '../src/utils', |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 ], | 99 ], |
101 'direct_dependent_settings': { | 100 'direct_dependent_settings': { |
102 'include_dirs': [ | 101 'include_dirs': [ |
103 '../include/utils', | 102 '../include/utils', |
104 '../src/utils', | 103 '../src/utils', |
105 ], | 104 ], |
106 }, | 105 }, |
107 }, | 106 }, |
108 ], | 107 ], |
109 } | 108 } |
OLD | NEW |