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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 ], | 94 ], |
95 'conditions': [ | 95 'conditions': [ |
96 ['branding=="Chrome"', { | 96 ['branding=="Chrome"', { |
97 'dependencies': [ | 97 'dependencies': [ |
98 '../chrome/chrome.gyp:linux_packages_<(channel)', | 98 '../chrome/chrome.gyp:linux_packages_<(channel)', |
99 ], | 99 ], |
100 }], | 100 }], |
101 ['chromeos==0', { | 101 ['chromeos==0', { |
102 'dependencies': [ | 102 'dependencies': [ |
103 '../third_party/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp:*', | 103 '../third_party/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp:*', |
| 104 '../third_party/libmtp/libmtp.gyp:*', |
| 105 '../third_party/mtpd/mtpd.gyp:*', |
104 ], | 106 ], |
105 }], | 107 }], |
106 ], | 108 ], |
107 }], | 109 }], |
108 ['toolkit_uses_gtk==1', { | 110 ['toolkit_uses_gtk==1', { |
109 'dependencies': [ | 111 'dependencies': [ |
110 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', | 112 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', |
111 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', | 113 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', |
112 ], | 114 ], |
113 }], | 115 }], |
(...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
716 '../base/base.gyp:base_unittests_run', | 718 '../base/base.gyp:base_unittests_run', |
717 '../chrome/chrome.gyp:browser_tests_run', | 719 '../chrome/chrome.gyp:browser_tests_run', |
718 '../chrome/chrome.gyp:unit_tests_run', | 720 '../chrome/chrome.gyp:unit_tests_run', |
719 '../net/net.gyp:net_unittests_run', | 721 '../net/net.gyp:net_unittests_run', |
720 ], | 722 ], |
721 }, # target_name: chromium_swarm_tests | 723 }, # target_name: chromium_swarm_tests |
722 ], | 724 ], |
723 }], | 725 }], |
724 ], # conditions | 726 ], # conditions |
725 } | 727 } |
OLD | NEW |