| 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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 }], | 196 }], |
| 197 ['OS=="win"', { | 197 ['OS=="win"', { |
| 198 'conditions': [ | 198 'conditions': [ |
| 199 ['win_use_allocator_shim==1', { | 199 ['win_use_allocator_shim==1', { |
| 200 'dependencies': [ | 200 'dependencies': [ |
| 201 '../base/allocator/allocator.gyp:*', | 201 '../base/allocator/allocator.gyp:*', |
| 202 ], | 202 ], |
| 203 }], | 203 }], |
| 204 ], | 204 ], |
| 205 'dependencies': [ | 205 'dependencies': [ |
| 206 '../chrome/tools/crash_service/caps/caps.gyp:*', |
| 206 '../chrome_elf/chrome_elf.gyp:*', | 207 '../chrome_elf/chrome_elf.gyp:*', |
| 207 '../cloud_print/cloud_print.gyp:*', | 208 '../cloud_print/cloud_print.gyp:*', |
| 208 '../courgette/courgette.gyp:*', | 209 '../courgette/courgette.gyp:*', |
| 209 '../rlz/rlz.gyp:*', | 210 '../rlz/rlz.gyp:*', |
| 210 '../sandbox/sandbox.gyp:*', | 211 '../sandbox/sandbox.gyp:*', |
| 211 '<(angle_path)/src/angle.gyp:*', | 212 '<(angle_path)/src/angle.gyp:*', |
| 212 '../third_party/bspatch/bspatch.gyp:*', | 213 '../third_party/bspatch/bspatch.gyp:*', |
| 213 '../tools/win/static_initializers/static_initializers.gyp:*', | 214 '../tools/win/static_initializers/static_initializers.gyp:*', |
| 214 ], | 215 ], |
| 215 }, { | 216 }, { |
| (...skipping 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1375 'dependencies': [ | 1376 'dependencies': [ |
| 1376 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1377 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1377 '../ui/views/views.gyp:views', | 1378 '../ui/views/views.gyp:views', |
| 1378 '../ui/views/views.gyp:views_unittests', | 1379 '../ui/views/views.gyp:views_unittests', |
| 1379 ], | 1380 ], |
| 1380 }, # target_name: macviews_builder | 1381 }, # target_name: macviews_builder |
| 1381 ], # targets | 1382 ], # targets |
| 1382 }], # os=='mac' and toolkit_views==1 | 1383 }], # os=='mac' and toolkit_views==1 |
| 1383 ], # conditions | 1384 ], # conditions |
| 1384 } | 1385 } |
| OLD | NEW |