| 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree'
, | 256 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree'
, |
| 257 ], | 257 ], |
| 258 }, # target_name: chromium_gpu_builder | 258 }, # target_name: chromium_gpu_builder |
| 259 { | 259 { |
| 260 'target_name': 'chromium_builder_qa', | 260 'target_name': 'chromium_builder_qa', |
| 261 'type': 'none', | 261 'type': 'none', |
| 262 'dependencies': [ | 262 'dependencies': [ |
| 263 '../chrome/chrome.gyp:chromedriver', | 263 '../chrome/chrome.gyp:chromedriver', |
| 264 ], | 264 ], |
| 265 'conditions': [ | 265 'conditions': [ |
| 266 ['OS=="mac" or OS=="win" or (os_posix==1 and target_arch==python_arch)',
{ | 266 # If you change this condition, make sure you also change it |
| 267 # in chrome_tests.gypi |
| 268 ['OS=="mac" or OS=="win" or (os_posix==1 and OS != "android" and target_
arch==python_arch)', { |
| 267 'dependencies': [ | 269 'dependencies': [ |
| 268 '../chrome/chrome.gyp:pyautolib', | 270 '../chrome/chrome.gyp:pyautolib', |
| 269 ], | 271 ], |
| 270 }], | 272 }], |
| 271 ], | 273 ], |
| 272 }, # target_name: chromium_builder_qa | 274 }, # target_name: chromium_builder_qa |
| 273 ], | 275 ], |
| 274 'conditions': [ | 276 'conditions': [ |
| 275 ['OS=="mac"', { | 277 ['OS=="mac"', { |
| 276 'targets': [ | 278 'targets': [ |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 604 '../sql/sql.gyp:sql_unittests', | 606 '../sql/sql.gyp:sql_unittests', |
| 605 '../ui/ui.gyp:gfx_unittests', | 607 '../ui/ui.gyp:gfx_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 |