| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 '../chrome_frame/chrome_frame.gyp:*', | 50 '../chrome_frame/chrome_frame.gyp:*', |
| 51 ], | 51 ], |
| 52 }], | 52 }], |
| 53 ['enable_pepper==1', { | 53 ['enable_pepper==1', { |
| 54 'dependencies': [ | 54 'dependencies': [ |
| 55 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*', | 55 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*', |
| 56 ], | 56 ], |
| 57 }], | 57 }], |
| 58 ['OS=="mac" or OS=="linux" or OS=="freebsd"', { | 58 ['OS=="mac" or OS=="linux" or OS=="freebsd"', { |
| 59 'dependencies': [ | 59 'dependencies': [ |
| 60 '../third_party/yasm/yasm.gyp:*', | 60 '../third_party/yasm/yasm.gyp:*#host', |
| 61 ], | 61 ], |
| 62 }], | 62 }], |
| 63 ['OS=="mac"', { | 63 ['OS=="mac"', { |
| 64 'dependencies': [ | 64 'dependencies': [ |
| 65 '../third_party/ocmock/ocmock.gyp:*', | 65 '../third_party/ocmock/ocmock.gyp:*', |
| 66 ], | 66 ], |
| 67 }], | 67 }], |
| 68 ['OS=="linux"', { | 68 ['OS=="linux"', { |
| 69 'dependencies': [ | 69 'dependencies': [ |
| 70 '../breakpad/breakpad.gyp:*', | 70 '../breakpad/breakpad.gyp:*', |
| 71 '../courgette/courgette.gyp:*', | 71 '../courgette/courgette.gyp:*', |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 ], # targets | 240 ], # targets |
| 241 }], # OS="win" | 241 }], # OS="win" |
| 242 ], # conditions | 242 ], # conditions |
| 243 } | 243 } |
| 244 | 244 |
| 245 # Local Variables: | 245 # Local Variables: |
| 246 # tab-width:2 | 246 # tab-width:2 |
| 247 # indent-tabs-mode:nil | 247 # indent-tabs-mode:nil |
| 248 # End: | 248 # End: |
| 249 # vim: set expandtab tabstop=2 shiftwidth=2: | 249 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |