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 'variables': { | 6 'variables': { |
7 # A hook that can be overridden in other repositories to add additional | 7 # A hook that can be overridden in other repositories to add additional |
8 # compilation targets to 'All'. Only used on Android. | 8 # compilation targets to 'All'. Only used on Android. |
9 'android_app_targets%': [], | 9 'android_app_targets%': [], |
10 }, | 10 }, |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 '../third_party/mtpd/mtpd.gyp:*', | 147 '../third_party/mtpd/mtpd.gyp:*', |
148 ], | 148 ], |
149 }], | 149 }], |
150 ['enable_ipc_fuzzer==1', { | 150 ['enable_ipc_fuzzer==1', { |
151 'dependencies': [ | 151 'dependencies': [ |
152 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*', | 152 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*', |
153 ], | 153 ], |
154 }], | 154 }], |
155 ], | 155 ], |
156 }], | 156 }], |
| 157 ['chromecast_build==1', { |
| 158 'dependencies': [ |
| 159 '../chromecast/chromecast.gyp:*', |
| 160 ], |
| 161 }], |
157 ['use_x11==1', { | 162 ['use_x11==1', { |
158 'dependencies': [ | 163 'dependencies': [ |
159 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', | 164 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', |
160 ], | 165 ], |
161 }], | 166 }], |
162 ['toolkit_uses_gtk==1', { | 167 ['toolkit_uses_gtk==1', { |
163 'dependencies': [ | 168 'dependencies': [ |
164 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', | 169 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', |
165 ], | 170 ], |
166 }], | 171 }], |
(...skipping 1068 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1235 # http://crbug.com/157234 | 1240 # http://crbug.com/157234 |
1236 #'../chrome/chrome.gyp:sync_integration_tests_run', | 1241 #'../chrome/chrome.gyp:sync_integration_tests_run', |
1237 '../chrome/chrome.gyp:unit_tests_run', | 1242 '../chrome/chrome.gyp:unit_tests_run', |
1238 '../net/net.gyp:net_unittests_run', | 1243 '../net/net.gyp:net_unittests_run', |
1239 ], | 1244 ], |
1240 }, # target_name: chromium_swarm_tests | 1245 }, # target_name: chromium_swarm_tests |
1241 ], | 1246 ], |
1242 }], | 1247 }], |
1243 ], # conditions | 1248 ], # conditions |
1244 } | 1249 } |
OLD | NEW |