| 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 '../breakpad/breakpad.gyp:*', | 76 '../breakpad/breakpad.gyp:*', |
| 77 '../courgette/courgette.gyp:*', | 77 '../courgette/courgette.gyp:*', |
| 78 '../sandbox/sandbox.gyp:*', | 78 '../sandbox/sandbox.gyp:*', |
| 79 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', | 79 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', |
| 80 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', | 80 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', |
| 81 '../net/third_party/nss/nss.gyp:*', | 81 '../net/third_party/nss/nss.gyp:*', |
| 82 ], | 82 ], |
| 83 'conditions': [ | 83 'conditions': [ |
| 84 ['branding=="Chrome"', { | 84 ['branding=="Chrome"', { |
| 85 'dependencies': [ | 85 'dependencies': [ |
| 86 '../chrome/installer/installer.gyp:linux_packages', | 86 '../chrome/installer/installer.gyp:linux_packages_<(channel)', |
| 87 ], | 87 ], |
| 88 }], | 88 }], |
| 89 ], | 89 ], |
| 90 }], | 90 }], |
| 91 ['OS=="win"', { | 91 ['OS=="win"', { |
| 92 'dependencies': [ | 92 'dependencies': [ |
| 93 '../breakpad/breakpad.gyp:*', | 93 '../breakpad/breakpad.gyp:*', |
| 94 '../chrome/app/locales/locales.gyp:*', | 94 '../chrome/app/locales/locales.gyp:*', |
| 95 '../courgette/courgette.gyp:*', | 95 '../courgette/courgette.gyp:*', |
| 96 '../gears/gears.gyp:*', | 96 '../gears/gears.gyp:*', |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 ], # targets | 225 ], # targets |
| 226 }], # OS="win" | 226 }], # OS="win" |
| 227 ], # conditions | 227 ], # conditions |
| 228 } | 228 } |
| 229 | 229 |
| 230 # Local Variables: | 230 # Local Variables: |
| 231 # tab-width:2 | 231 # tab-width:2 |
| 232 # indent-tabs-mode:nil | 232 # indent-tabs-mode:nil |
| 233 # End: | 233 # End: |
| 234 # vim: set expandtab tabstop=2 shiftwidth=2: | 234 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |