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'. Only used on Android. | 8 # compilation targets to 'All'. Only used on Android. |
9 'android_app_targets%': [], | 9 'android_app_targets%': [], |
10 }, | 10 }, |
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 '../base/allocator/allocator.gyp:*', | 195 '../base/allocator/allocator.gyp:*', |
196 ], | 196 ], |
197 }], | 197 }], |
198 ], | 198 ], |
199 'dependencies': [ | 199 'dependencies': [ |
200 '../chrome_elf/chrome_elf.gyp:*', | 200 '../chrome_elf/chrome_elf.gyp:*', |
201 '../cloud_print/cloud_print.gyp:*', | 201 '../cloud_print/cloud_print.gyp:*', |
202 '../courgette/courgette.gyp:*', | 202 '../courgette/courgette.gyp:*', |
203 '../rlz/rlz.gyp:*', | 203 '../rlz/rlz.gyp:*', |
204 '../sandbox/sandbox.gyp:*', | 204 '../sandbox/sandbox.gyp:*', |
205 '<(angle_path)/src/build_angle.gyp:*', | 205 '<(angle_path)/src/angle.gyp:*', |
206 '../third_party/bspatch/bspatch.gyp:*', | 206 '../third_party/bspatch/bspatch.gyp:*', |
207 '../tools/win/static_initializers/static_initializers.gyp:*', | 207 '../tools/win/static_initializers/static_initializers.gyp:*', |
208 ], | 208 ], |
209 }, { | 209 }, { |
210 'dependencies': [ | 210 'dependencies': [ |
211 '../third_party/libevent/libevent.gyp:*', | 211 '../third_party/libevent/libevent.gyp:*', |
212 ], | 212 ], |
213 }], | 213 }], |
214 ['toolkit_views==1', { | 214 ['toolkit_views==1', { |
215 'dependencies': [ | 215 'dependencies': [ |
(...skipping 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1311 'dependencies': [ | 1311 'dependencies': [ |
1312 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1312 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1313 '../ui/views/views.gyp:views', | 1313 '../ui/views/views.gyp:views', |
1314 '../ui/views/views.gyp:views_unittests', | 1314 '../ui/views/views.gyp:views_unittests', |
1315 ], | 1315 ], |
1316 }, # target_name: macviews_builder | 1316 }, # target_name: macviews_builder |
1317 ], # targets | 1317 ], # targets |
1318 }], # os=='mac' and toolkit_views==1 | 1318 }], # os=='mac' and toolkit_views==1 |
1319 ], # conditions | 1319 ], # conditions |
1320 } | 1320 } |
OLD | NEW |