| 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 '../chrome/chrome.gyp:ui_tests', | 245 '../chrome/chrome.gyp:ui_tests', |
| 246 ], | 246 ], |
| 247 }, # target_name: chromium_builder_perf | 247 }, # target_name: chromium_builder_perf |
| 248 { | 248 { |
| 249 'target_name': 'chromium_gpu_builder', | 249 'target_name': 'chromium_gpu_builder', |
| 250 'type': 'none', | 250 'type': 'none', |
| 251 'dependencies': [ | 251 'dependencies': [ |
| 252 '../chrome/chrome.gyp:gpu_tests', | 252 '../chrome/chrome.gyp:gpu_tests', |
| 253 '../chrome/chrome.gyp:performance_browser_tests', | 253 '../chrome/chrome.gyp:performance_browser_tests', |
| 254 '../chrome/chrome.gyp:performance_ui_tests', | 254 '../chrome/chrome.gyp:performance_ui_tests', |
| 255 '../webkit/webkit.gyp:pull_in_DumpRenderTree', | |
| 256 ], | 255 ], |
| 257 }, # target_name: chromium_gpu_builder | 256 }, # target_name: chromium_gpu_builder |
| 258 { | 257 { |
| 258 'target_name': 'chromium_gpu_debug_builder', |
| 259 'type': 'none', |
| 260 'dependencies': [ |
| 261 '../chrome/chrome.gyp:gpu_tests', |
| 262 ], |
| 263 }, # target_name: chromium_gpu_debug_builder |
| 264 { |
| 259 'target_name': 'chromium_builder_qa', | 265 'target_name': 'chromium_builder_qa', |
| 260 'type': 'none', | 266 'type': 'none', |
| 261 'dependencies': [ | 267 'dependencies': [ |
| 262 '../chrome/chrome.gyp:chromedriver', | 268 '../chrome/chrome.gyp:chromedriver', |
| 263 ], | 269 ], |
| 264 'conditions': [ | 270 'conditions': [ |
| 265 # If you change this condition, make sure you also change it | 271 # If you change this condition, make sure you also change it |
| 266 # in chrome_tests.gypi | 272 # in chrome_tests.gypi |
| 267 ['OS=="mac" or OS=="win" or (os_posix==1 and OS != "android" and target_
arch==python_arch)', { | 273 ['OS=="mac" or OS=="win" or (os_posix==1 and OS != "android" and target_
arch==python_arch)', { |
| 268 'dependencies': [ | 274 'dependencies': [ |
| (...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 610 '../chrome/chrome.gyp:ui_tests', | 616 '../chrome/chrome.gyp:ui_tests', |
| 611 '../ui/views/views.gyp:views_unittests', | 617 '../ui/views/views.gyp:views_unittests', |
| 612 ], | 618 ], |
| 613 }], | 619 }], |
| 614 ], | 620 ], |
| 615 }, | 621 }, |
| 616 ], # targets | 622 ], # targets |
| 617 }], # "use_aura==1" | 623 }], # "use_aura==1" |
| 618 ], # conditions | 624 ], # conditions |
| 619 } | 625 } |
| OLD | NEW |