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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 'dependencies': [ | 269 'dependencies': [ |
270 '../chrome/chrome.gyp:gpu_tests', | 270 '../chrome/chrome.gyp:gpu_tests', |
271 '../gpu/gpu.gyp:gl_tests', | 271 '../gpu/gpu.gyp:gl_tests', |
272 ], | 272 ], |
273 }, # target_name: chromium_gpu_debug_builder | 273 }, # target_name: chromium_gpu_debug_builder |
274 { | 274 { |
275 'target_name': 'chromium_builder_qa', | 275 'target_name': 'chromium_builder_qa', |
276 'type': 'none', | 276 'type': 'none', |
277 'dependencies': [ | 277 'dependencies': [ |
278 '../chrome/chrome.gyp:chromedriver', | 278 '../chrome/chrome.gyp:chromedriver', |
| 279 # Dependencies of pyauto_functional tests. |
| 280 '../remoting/remoting.gyp:remoting_webapp', |
279 ], | 281 ], |
280 'conditions': [ | 282 'conditions': [ |
281 # If you change this condition, make sure you also change it | 283 # If you change this condition, make sure you also change it |
282 # in chrome_tests.gypi | 284 # in chrome_tests.gypi |
283 ['enable_automation==1 and (OS=="mac" or OS=="win" or (os_posix==1 and t
arget_arch==python_arch))', { | 285 ['enable_automation==1 and (OS=="mac" or OS=="win" or (os_posix==1 and t
arget_arch==python_arch))', { |
284 'dependencies': [ | 286 'dependencies': [ |
285 '../chrome/chrome.gyp:pyautolib', | 287 '../chrome/chrome.gyp:pyautolib', |
286 ], | 288 ], |
287 }], | 289 }], |
288 ], | 290 ], |
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
618 'dependencies': [ | 620 'dependencies': [ |
619 '../chromeos/chromeos.gyp:chromeos_unittests', | 621 '../chromeos/chromeos.gyp:chromeos_unittests', |
620 ], | 622 ], |
621 }], | 623 }], |
622 ], | 624 ], |
623 }, | 625 }, |
624 ], # targets | 626 ], # targets |
625 }], # "use_aura==1" | 627 }], # "use_aura==1" |
626 ], # conditions | 628 ], # conditions |
627 } | 629 } |
OLD | NEW |