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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 ], | 52 ], |
53 }], | 53 }], |
54 ['OS=="mac" or OS=="linux" or OS=="freebsd"', { | 54 ['OS=="mac" or OS=="linux" or OS=="freebsd"', { |
55 'dependencies': [ | 55 'dependencies': [ |
56 '../third_party/yasm/yasm.gyp:*#host', | 56 '../third_party/yasm/yasm.gyp:*#host', |
57 ], | 57 ], |
58 }], | 58 }], |
59 ['OS=="mac"', { | 59 ['OS=="mac"', { |
60 'dependencies': [ | 60 'dependencies': [ |
61 '../third_party/ocmock/ocmock.gyp:*', | 61 '../third_party/ocmock/ocmock.gyp:*', |
| 62 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*', |
62 ], | 63 ], |
63 }], | 64 }], |
64 ['OS=="linux"', { | 65 ['OS=="linux"', { |
65 'dependencies': [ | 66 'dependencies': [ |
66 '../breakpad/breakpad.gyp:*', | 67 '../breakpad/breakpad.gyp:*', |
67 '../courgette/courgette.gyp:*', | 68 '../courgette/courgette.gyp:*', |
68 '../sandbox/sandbox.gyp:*', | 69 '../sandbox/sandbox.gyp:*', |
69 ], | 70 ], |
70 'conditions': [ | 71 'conditions': [ |
71 ['branding=="Chrome"', { | 72 ['branding=="Chrome"', { |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 ], # targets | 251 ], # targets |
251 }], # OS="win" | 252 }], # OS="win" |
252 ], # conditions | 253 ], # conditions |
253 } | 254 } |
254 | 255 |
255 # Local Variables: | 256 # Local Variables: |
256 # tab-width:2 | 257 # tab-width:2 |
257 # indent-tabs-mode:nil | 258 # indent-tabs-mode:nil |
258 # End: | 259 # End: |
259 # vim: set expandtab tabstop=2 shiftwidth=2: | 260 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |