| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 484 'conditions': [ | 484 'conditions': [ |
| 485 ['branding=="Chrome"', { | 485 ['branding=="Chrome"', { |
| 486 'targets': [ | 486 'targets': [ |
| 487 { | 487 { |
| 488 'target_name': 'chrome_official_builder', | 488 'target_name': 'chrome_official_builder', |
| 489 'type': 'none', | 489 'type': 'none', |
| 490 'dependencies': [ | 490 'dependencies': [ |
| 491 '../chrome/chrome.gyp:chromedriver', | 491 '../chrome/chrome.gyp:chromedriver', |
| 492 '../chrome/chrome.gyp:crash_service', | 492 '../chrome/chrome.gyp:crash_service', |
| 493 '../chrome/chrome.gyp:crash_service_win64', | 493 '../chrome/chrome.gyp:crash_service_win64', |
| 494 '../chrome/chrome.gyp:performance_ui_tests', |
| 494 '../chrome/chrome.gyp:policy_templates', | 495 '../chrome/chrome.gyp:policy_templates', |
| 495 '../chrome/chrome.gyp:pyautolib', | 496 '../chrome/chrome.gyp:pyautolib', |
| 496 '../chrome/chrome.gyp:reliability_tests', | 497 '../chrome/chrome.gyp:reliability_tests', |
| 497 '../chrome/chrome.gyp:automated_ui_tests', | 498 '../chrome/chrome.gyp:automated_ui_tests', |
| 498 '../chrome/installer/mini_installer.gyp:mini_installer', | 499 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 499 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 500 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
| 500 '../courgette/courgette.gyp:courgette', | 501 '../courgette/courgette.gyp:courgette', |
| 501 '../courgette/courgette.gyp:courgette64', | 502 '../courgette/courgette.gyp:courgette64', |
| 502 '../cloud_print/virtual_driver/virtual_driver.gyp:virtual_driver
', | 503 '../cloud_print/virtual_driver/virtual_driver.gyp:virtual_driver
', |
| 503 '../remoting/remoting.gyp:webapp_it2me', | 504 '../remoting/remoting.gyp:webapp_it2me', |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 598 '../sql/sql.gyp:sql_unittests', | 599 '../sql/sql.gyp:sql_unittests', |
| 599 '../ui/ui.gyp:gfx_unittests', | 600 '../ui/ui.gyp:gfx_unittests', |
| 600 ], | 601 ], |
| 601 }], | 602 }], |
| 602 ], | 603 ], |
| 603 }, | 604 }, |
| 604 ], # targets | 605 ], # targets |
| 605 }], # "use_aura==1" | 606 }], # "use_aura==1" |
| 606 ], # conditions | 607 ], # conditions |
| 607 } | 608 } |
| OLD | NEW |