| 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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 '../chrome/chrome.gyp:ui_tests', | 244 '../chrome/chrome.gyp:ui_tests', |
| 245 ], | 245 ], |
| 246 }, # target_name: chromium_builder_perf | 246 }, # target_name: chromium_builder_perf |
| 247 { | 247 { |
| 248 'target_name': 'chromium_gpu_builder', | 248 'target_name': 'chromium_gpu_builder', |
| 249 'type': 'none', | 249 'type': 'none', |
| 250 'dependencies': [ | 250 'dependencies': [ |
| 251 '../chrome/chrome.gyp:gpu_tests', | 251 '../chrome/chrome.gyp:gpu_tests', |
| 252 '../chrome/chrome.gyp:performance_browser_tests', | 252 '../chrome/chrome.gyp:performance_browser_tests', |
| 253 '../chrome/chrome.gyp:performance_ui_tests', | 253 '../chrome/chrome.gyp:performance_ui_tests', |
| 254 '../gpu/gpu.gyp:gl_tests', |
| 254 ], | 255 ], |
| 255 }, # target_name: chromium_gpu_builder | 256 }, # target_name: chromium_gpu_builder |
| 256 { | 257 { |
| 257 'target_name': 'chromium_gpu_debug_builder', | 258 'target_name': 'chromium_gpu_debug_builder', |
| 258 'type': 'none', | 259 'type': 'none', |
| 259 'dependencies': [ | 260 'dependencies': [ |
| 260 '../chrome/chrome.gyp:gpu_tests', | 261 '../chrome/chrome.gyp:gpu_tests', |
| 262 '../gpu/gpu.gyp:gl_tests', |
| 261 ], | 263 ], |
| 262 }, # target_name: chromium_gpu_debug_builder | 264 }, # target_name: chromium_gpu_debug_builder |
| 263 { | 265 { |
| 264 'target_name': 'chromium_builder_qa', | 266 'target_name': 'chromium_builder_qa', |
| 265 'type': 'none', | 267 'type': 'none', |
| 266 'dependencies': [ | 268 'dependencies': [ |
| 267 '../chrome/chrome.gyp:chromedriver', | 269 '../chrome/chrome.gyp:chromedriver', |
| 268 ], | 270 ], |
| 269 'conditions': [ | 271 'conditions': [ |
| 270 # If you change this condition, make sure you also change it | 272 # If you change this condition, make sure you also change it |
| (...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 604 'dependencies': [ | 606 'dependencies': [ |
| 605 '../chromeos/chromeos.gyp:chromeos_unittests', | 607 '../chromeos/chromeos.gyp:chromeos_unittests', |
| 606 ], | 608 ], |
| 607 }], | 609 }], |
| 608 ], | 610 ], |
| 609 }, | 611 }, |
| 610 ], # targets | 612 ], # targets |
| 611 }], # "use_aura==1" | 613 }], # "use_aura==1" |
| 612 ], # conditions | 614 ], # conditions |
| 613 } | 615 } |
| OLD | NEW |