Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2015 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 # This file defines five targets that we are using to track the progress of the | 5 # This file defines five targets that we are using to track the progress of the |
| 6 # GYP->GN migration: | 6 # GYP->GN migration: |
| 7 # | 7 # |
| 8 # 'both_gn_and_gyp' lists what GN is currently capable of building and should | 8 # 'both_gn_and_gyp' lists what GN is currently capable of building and should |
| 9 # match the 'both_gn_and_gyp' target in //BUILD.gn. | 9 # match the 'both_gn_and_gyp' target in //BUILD.gn. |
| 10 # | 10 # |
| (...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 542 ['remoting==1', { | 542 ['remoting==1', { |
| 543 'dependencies': [ | 543 'dependencies': [ |
| 544 '../remoting/app_remoting_webapp.gyp:ar_sample_app', # crbug.com/47 1916 | 544 '../remoting/app_remoting_webapp.gyp:ar_sample_app', # crbug.com/47 1916 |
| 545 ], | 545 ], |
| 546 }], | 546 }], |
| 547 ['test_isolation_mode!="noop"', { | 547 ['test_isolation_mode!="noop"', { |
| 548 'dependencies': [ | 548 'dependencies': [ |
| 549 '../base/base.gyp:base_unittests_run', | 549 '../base/base.gyp:base_unittests_run', |
| 550 '../cc/cc_tests.gyp:cc_unittests_run', | 550 '../cc/cc_tests.gyp:cc_unittests_run', |
| 551 '../chrome/chrome.gyp:browser_tests_run', | 551 '../chrome/chrome.gyp:browser_tests_run', |
| 552 '../chrome/chrome.gyp:chrome_app_unittests', | |
|
Nico
2016/02/08 20:52:32
you need chrome_app_unittests_run
grt (UTC plus 2)
2016/02/08 21:14:25
ah, yes. monkey-see-monkey-do-poorly. ;-)
| |
| 552 '../chrome/chrome.gyp:chrome_run', | 553 '../chrome/chrome.gyp:chrome_run', |
| 553 '../chrome/chrome.gyp:interactive_ui_tests_run', | 554 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 554 '../chrome/chrome.gyp:sync_integration_tests_run', | 555 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 555 '../chrome/chrome.gyp:unit_tests_run', | 556 '../chrome/chrome.gyp:unit_tests_run', |
| 556 '../components/components_tests.gyp:components_browsertests_run', | 557 '../components/components_tests.gyp:components_browsertests_run', |
| 557 '../components/components_tests.gyp:components_unittests_run', | 558 '../components/components_tests.gyp:components_unittests_run', |
| 558 '../content/content_shell_and_tests.gyp:content_browsertests_run', | 559 '../content/content_shell_and_tests.gyp:content_browsertests_run', |
| 559 '../content/content_shell_and_tests.gyp:content_unittests_run', | 560 '../content/content_shell_and_tests.gyp:content_unittests_run', |
| 560 '../courgette/courgette.gyp:courgette_unittests_run', | 561 '../courgette/courgette.gyp:courgette_unittests_run', |
| 561 '../crypto/crypto.gyp:crypto_unittests_run', | 562 '../crypto/crypto.gyp:crypto_unittests_run', |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 778 }], | 779 }], |
| 779 ['OS=="android" and target_arch != "x64"', { | 780 ['OS=="android" and target_arch != "x64"', { |
| 780 'dependencies': [ | 781 'dependencies': [ |
| 781 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' | 782 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' |
| 782 ], | 783 ], |
| 783 }], | 784 }], |
| 784 ], | 785 ], |
| 785 }, | 786 }, |
| 786 ] | 787 ] |
| 787 } | 788 } |
| OLD | NEW |