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 'dependencies': [ | 50 'dependencies': [ |
51 '../chrome_frame/chrome_frame.gyp:*', | 51 '../chrome_frame/chrome_frame.gyp:*', |
52 ], | 52 ], |
53 }], | 53 }], |
54 ['enable_pepper==1', { | 54 ['enable_pepper==1', { |
55 'dependencies': [ | 55 'dependencies': [ |
56 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*', | 56 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*', |
57 '../gpu/gpu.gyp:*', | 57 '../gpu/gpu.gyp:*', |
58 ], | 58 ], |
59 }], | 59 }], |
60 ['enable_openmax==1', { | |
61 'dependencies': [ | |
62 '../media/omx/omx_test.gyp:*', | |
63 ], | |
64 }], | |
65 ['OS=="mac" or OS=="linux" or OS=="freebsd"', { | 60 ['OS=="mac" or OS=="linux" or OS=="freebsd"', { |
66 'dependencies': [ | 61 'dependencies': [ |
67 '../third_party/yasm/yasm.gyp:*#host', | 62 '../third_party/yasm/yasm.gyp:*#host', |
68 ], | 63 ], |
69 }], | 64 }], |
70 ['OS=="mac"', { | 65 ['OS=="mac"', { |
71 'dependencies': [ | 66 'dependencies': [ |
72 '../third_party/ocmock/ocmock.gyp:*', | 67 '../third_party/ocmock/ocmock.gyp:*', |
73 ], | 68 ], |
74 }], | 69 }], |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
226 ], # targets | 221 ], # targets |
227 }], # OS="win" | 222 }], # OS="win" |
228 ], # conditions | 223 ], # conditions |
229 } | 224 } |
230 | 225 |
231 # Local Variables: | 226 # Local Variables: |
232 # tab-width:2 | 227 # tab-width:2 |
233 # indent-tabs-mode:nil | 228 # indent-tabs-mode:nil |
234 # End: | 229 # End: |
235 # vim: set expandtab tabstop=2 shiftwidth=2: | 230 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |