| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 ['OS=="mac"', { | 57 ['OS=="mac"', { |
| 58 'dependencies': [ | 58 'dependencies': [ |
| 59 '../third_party/ocmock/ocmock.gyp:*', | 59 '../third_party/ocmock/ocmock.gyp:*', |
| 60 ], | 60 ], |
| 61 }], | 61 }], |
| 62 ['OS=="linux"', { | 62 ['OS=="linux"', { |
| 63 'dependencies': [ | 63 'dependencies': [ |
| 64 '../breakpad/breakpad.gyp:*', | 64 '../breakpad/breakpad.gyp:*', |
| 65 '../courgette/courgette.gyp:*', | 65 '../courgette/courgette.gyp:*', |
| 66 '../sandbox/sandbox.gyp:*', | 66 '../sandbox/sandbox.gyp:*', |
| 67 '../third_party/harfbuzz/harfbuzz.gyp:*', | |
| 68 '../third_party/yasm/yasm.gyp:*', | 67 '../third_party/yasm/yasm.gyp:*', |
| 69 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', | 68 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', |
| 70 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', | 69 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', |
| 71 ], | 70 ], |
| 72 'conditions': [ | 71 'conditions': [ |
| 73 ['branding=="Chrome"', { | 72 ['branding=="Chrome"', { |
| 74 'dependencies': [ | 73 'dependencies': [ |
| 75 '../chrome/installer/installer.gyp:linux_packages', | 74 '../chrome/installer/installer.gyp:linux_packages', |
| 76 ], | 75 ], |
| 77 }], | 76 }], |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 ], # targets | 235 ], # targets |
| 237 }], # OS="win" | 236 }], # OS="win" |
| 238 ], # conditions | 237 ], # conditions |
| 239 } | 238 } |
| 240 | 239 |
| 241 # Local Variables: | 240 # Local Variables: |
| 242 # tab-width:2 | 241 # tab-width:2 |
| 243 # indent-tabs-mode:nil | 242 # indent-tabs-mode:nil |
| 244 # End: | 243 # End: |
| 245 # vim: set expandtab tabstop=2 shiftwidth=2: | 244 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |