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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 '../webkit/webkit.gyp:*', | 46 '../webkit/webkit.gyp:*', |
47 'util/build_util.gyp:*', | 47 'util/build_util.gyp:*', |
48 'temp_gyp/googleurl.gyp:*', | 48 'temp_gyp/googleurl.gyp:*', |
49 ], | 49 ], |
50 'conditions': [ | 50 'conditions': [ |
51 ['javascript_engine=="v8"', { | 51 ['javascript_engine=="v8"', { |
52 'dependencies': [ | 52 'dependencies': [ |
53 '../v8/tools/gyp/v8.gyp:*', | 53 '../v8/tools/gyp/v8.gyp:*', |
54 ], | 54 ], |
55 }], | 55 }], |
56 ['OS=="mac" or OS=="linux" or OS=="freebsd"', { | 56 ['OS=="mac" or OS=="linux" or OS=="freebsd" or OS=="openbsd"', { |
57 'dependencies': [ | 57 'dependencies': [ |
58 '../third_party/yasm/yasm.gyp:*#host', | 58 '../third_party/yasm/yasm.gyp:*#host', |
59 ], | 59 ], |
60 }], | 60 }], |
61 ['OS=="mac"', { | 61 ['OS=="mac"', { |
62 'dependencies': [ | 62 'dependencies': [ |
63 '../third_party/ocmock/ocmock.gyp:*', | 63 '../third_party/ocmock/ocmock.gyp:*', |
64 ], | 64 ], |
65 }], | 65 }], |
66 ['OS=="linux"', { | 66 ['OS=="linux"', { |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
319 ], # targets | 319 ], # targets |
320 }], # "chromeos==1" | 320 }], # "chromeos==1" |
321 ], # conditions | 321 ], # conditions |
322 } | 322 } |
323 | 323 |
324 # Local Variables: | 324 # Local Variables: |
325 # tab-width:2 | 325 # tab-width:2 |
326 # indent-tabs-mode:nil | 326 # indent-tabs-mode:nil |
327 # End: | 327 # End: |
328 # vim: set expandtab tabstop=2 shiftwidth=2: | 328 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |