| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 '../third_party/ocmock/ocmock.gyp:*', | 71 '../third_party/ocmock/ocmock.gyp:*', |
| 72 ], | 72 ], |
| 73 }], | 73 }], |
| 74 ['OS=="linux"', { | 74 ['OS=="linux"', { |
| 75 'dependencies': [ | 75 'dependencies': [ |
| 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 ], | 82 ], |
| 82 'conditions': [ | 83 'conditions': [ |
| 83 ['branding=="Chrome"', { | 84 ['branding=="Chrome"', { |
| 84 'dependencies': [ | 85 'dependencies': [ |
| 85 '../chrome/installer/installer.gyp:linux_packages', | 86 '../chrome/installer/installer.gyp:linux_packages', |
| 86 ], | 87 ], |
| 87 }], | 88 }], |
| 88 ], | 89 ], |
| 89 }], | 90 }], |
| 90 ['OS=="win"', { | 91 ['OS=="win"', { |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 ], # targets | 247 ], # targets |
| 247 }], # OS="win" | 248 }], # OS="win" |
| 248 ], # conditions | 249 ], # conditions |
| 249 } | 250 } |
| 250 | 251 |
| 251 # Local Variables: | 252 # Local Variables: |
| 252 # tab-width:2 | 253 # tab-width:2 |
| 253 # indent-tabs-mode:nil | 254 # indent-tabs-mode:nil |
| 254 # End: | 255 # End: |
| 255 # vim: set expandtab tabstop=2 shiftwidth=2: | 256 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |