| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'All', | 8 'target_name': 'All', |
| 9 'type': 'none', | 9 'type': 'none', |
| 10 'xcode_create_dependents_test_runner': 1, | 10 'xcode_create_dependents_test_runner': 1, |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 'conditions': [ | 95 'conditions': [ |
| 96 ['win_use_allocator_shim==1', { | 96 ['win_use_allocator_shim==1', { |
| 97 'dependencies': [ | 97 'dependencies': [ |
| 98 '../base/allocator/allocator.gyp:*', | 98 '../base/allocator/allocator.gyp:*', |
| 99 ], | 99 ], |
| 100 }], | 100 }], |
| 101 ], | 101 ], |
| 102 'dependencies': [ | 102 'dependencies': [ |
| 103 '../breakpad/breakpad.gyp:*', | 103 '../breakpad/breakpad.gyp:*', |
| 104 '../chrome/app/locales/locales.gyp:*', | 104 '../chrome/app/locales/locales.gyp:*', |
| 105 '../ceee/ceee.gyp:*', |
| 105 '../chrome_frame/chrome_frame.gyp:*', | 106 '../chrome_frame/chrome_frame.gyp:*', |
| 106 '../courgette/courgette.gyp:*', | 107 '../courgette/courgette.gyp:*', |
| 107 '../gears/gears.gyp:*', | 108 '../gears/gears.gyp:*', |
| 108 '../rlz/rlz.gyp:*', | 109 '../rlz/rlz.gyp:*', |
| 109 '../sandbox/sandbox.gyp:*', | 110 '../sandbox/sandbox.gyp:*', |
| 110 '../third_party/angle/src/build_angle.gyp:*', | 111 '../third_party/angle/src/build_angle.gyp:*', |
| 111 '../third_party/bsdiff/bsdiff.gyp:*', | 112 '../third_party/bsdiff/bsdiff.gyp:*', |
| 112 '../third_party/bspatch/bspatch.gyp:*', | 113 '../third_party/bspatch/bspatch.gyp:*', |
| 113 '../third_party/gles2_book/gles2_book.gyp:*', | 114 '../third_party/gles2_book/gles2_book.gyp:*', |
| 114 '../tools/memory_watcher/memory_watcher.gyp:*', | 115 '../tools/memory_watcher/memory_watcher.gyp:*', |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 420 ], # targets | 421 ], # targets |
| 421 }], # "chromeos==1" | 422 }], # "chromeos==1" |
| 422 ], # conditions | 423 ], # conditions |
| 423 } | 424 } |
| 424 | 425 |
| 425 # Local Variables: | 426 # Local Variables: |
| 426 # tab-width:2 | 427 # tab-width:2 |
| 427 # indent-tabs-mode:nil | 428 # indent-tabs-mode:nil |
| 428 # End: | 429 # End: |
| 429 # vim: set expandtab tabstop=2 shiftwidth=2: | 430 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |