OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 # A hook that can be overridden in other repositories to add additional | 7 # A hook that can be overridden in other repositories to add additional |
8 # compilation targets to 'All'. | 8 # compilation targets to 'All'. |
9 'app_targets%': [], | 9 'app_targets%': [], |
10 # For Android-specific targets. | 10 # For Android-specific targets. |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 '../third_party/libusb/libusb.gyp:*', | 151 '../third_party/libusb/libusb.gyp:*', |
152 '../third_party/libwebp/libwebp.gyp:*', | 152 '../third_party/libwebp/libwebp.gyp:*', |
153 '../third_party/libxslt/libxslt.gyp:*', | 153 '../third_party/libxslt/libxslt.gyp:*', |
154 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 154 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
155 '../third_party/mesa/mesa.gyp:*', | 155 '../third_party/mesa/mesa.gyp:*', |
156 '../third_party/modp_b64/modp_b64.gyp:*', | 156 '../third_party/modp_b64/modp_b64.gyp:*', |
157 '../third_party/npapi/npapi.gyp:*', | 157 '../third_party/npapi/npapi.gyp:*', |
158 '../third_party/ots/ots.gyp:*', | 158 '../third_party/ots/ots.gyp:*', |
159 '../third_party/pdfium/samples/samples.gyp:*', | 159 '../third_party/pdfium/samples/samples.gyp:*', |
160 '../third_party/qcms/qcms.gyp:*', | 160 '../third_party/qcms/qcms.gyp:*', |
| 161 '../tools/battor_agent/battor_agent.gyp:*', |
161 '../tools/gn/gn.gyp:*', | 162 '../tools/gn/gn.gyp:*', |
162 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 163 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
163 '../v8/tools/gyp/v8.gyp:*', | 164 '../v8/tools/gyp/v8.gyp:*', |
164 '<(libjpeg_gyp_path):*', | 165 '<(libjpeg_gyp_path):*', |
165 ], | 166 ], |
166 }], | 167 }], |
167 ['use_openssl==0 and OS=="ios"', { | 168 ['use_openssl==0 and OS=="ios"', { |
168 'dependencies': [ | 169 'dependencies': [ |
169 '../third_party/nss/nss.gyp:*', | 170 '../third_party/nss/nss.gyp:*', |
170 ], | 171 ], |
(...skipping 1270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1441 'dependencies': [ | 1442 'dependencies': [ |
1442 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1443 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1443 '../ui/views/views.gyp:views', | 1444 '../ui/views/views.gyp:views', |
1444 '../ui/views/views.gyp:views_unittests', | 1445 '../ui/views/views.gyp:views_unittests', |
1445 ], | 1446 ], |
1446 }, # target_name: macviews_builder | 1447 }, # target_name: macviews_builder |
1447 ], # targets | 1448 ], # targets |
1448 }], # os=='mac' and toolkit_views==1 | 1449 }], # os=='mac' and toolkit_views==1 |
1449 ], # conditions | 1450 ], # conditions |
1450 } | 1451 } |
OLD | NEW |