OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 '../webkit/support/webkit_support.gyp:*', | 54 '../webkit/support/webkit_support.gyp:*', |
55 '../webkit/webkit.gyp:*', | 55 '../webkit/webkit.gyp:*', |
56 'util/build_util.gyp:*', | 56 'util/build_util.gyp:*', |
57 'temp_gyp/googleurl.gyp:*', | 57 'temp_gyp/googleurl.gyp:*', |
58 '<(libjpeg_gyp_path):*', | 58 '<(libjpeg_gyp_path):*', |
59 ], | 59 ], |
60 'conditions': [ | 60 'conditions': [ |
61 ['os_posix==1 and OS!="android"', { | 61 ['os_posix==1 and OS!="android"', { |
62 'dependencies': [ | 62 'dependencies': [ |
63 '../third_party/yasm/yasm.gyp:*#host', | 63 '../third_party/yasm/yasm.gyp:*#host', |
64 '../cloud_print/virtual_driver/virtual_driver_posix.gyp:*', | 64 ], |
65 ], | |
66 }], | 65 }], |
67 ['OS=="mac" or OS=="win"', { | 66 ['OS=="mac" or OS=="win"', { |
68 'dependencies': [ | 67 'dependencies': [ |
69 '../third_party/nss/nss.gyp:*', | 68 '../third_party/nss/nss.gyp:*', |
70 ], | 69 ], |
71 }], | 70 }], |
72 ['OS=="mac"', { | 71 ['OS=="mac"', { |
73 'dependencies': [ | 72 'dependencies': [ |
74 '../third_party/ocmock/ocmock.gyp:*', | 73 '../third_party/ocmock/ocmock.gyp:*', |
75 ], | 74 ], |
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
617 '../chrome/chrome.gyp:ui_tests', | 616 '../chrome/chrome.gyp:ui_tests', |
618 '../ui/views/views.gyp:views_unittests', | 617 '../ui/views/views.gyp:views_unittests', |
619 ], | 618 ], |
620 }], | 619 }], |
621 ], | 620 ], |
622 }, | 621 }, |
623 ], # targets | 622 ], # targets |
624 }], # "use_aura==1" | 623 }], # "use_aura==1" |
625 ], # conditions | 624 ], # conditions |
626 } | 625 } |
OLD | NEW |