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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 ['javascript_engine=="v8"', { | 44 ['javascript_engine=="v8"', { |
45 'dependencies': [ | 45 'dependencies': [ |
46 '../v8/tools/gyp/v8.gyp:*', | 46 '../v8/tools/gyp/v8.gyp:*', |
47 ], | 47 ], |
48 }], | 48 }], |
49 ['chrome_frame_define==1', { | 49 ['chrome_frame_define==1', { |
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_gpu==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 ['OS=="mac" or OS=="linux" or OS=="freebsd"', { | 60 ['OS=="mac" or OS=="linux" or OS=="freebsd"', { |
61 'dependencies': [ | 61 'dependencies': [ |
62 '../third_party/yasm/yasm.gyp:*#host', | 62 '../third_party/yasm/yasm.gyp:*#host', |
63 ], | 63 ], |
64 }], | 64 }], |
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 ], # targets | 227 ], # targets |
228 }], # OS="win" | 228 }], # OS="win" |
229 ], # conditions | 229 ], # conditions |
230 } | 230 } |
231 | 231 |
232 # Local Variables: | 232 # Local Variables: |
233 # tab-width:2 | 233 # tab-width:2 |
234 # indent-tabs-mode:nil | 234 # indent-tabs-mode:nil |
235 # End: | 235 # End: |
236 # vim: set expandtab tabstop=2 shiftwidth=2: | 236 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |