| 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 542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 553 '../chrome/chrome.gyp:chrome_run', | 553 '../chrome/chrome.gyp:chrome_run', |
| 554 '../chrome/chrome.gyp:interactive_ui_tests_run', | 554 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 555 '../chrome/chrome.gyp:sync_integration_tests_run', | 555 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 556 '../chrome/chrome.gyp:unit_tests_run', | 556 '../chrome/chrome.gyp:unit_tests_run', |
| 557 '../components/components_tests.gyp:components_browsertests_run', | 557 '../components/components_tests.gyp:components_browsertests_run', |
| 558 '../components/components_tests.gyp:components_unittests_run', | 558 '../components/components_tests.gyp:components_unittests_run', |
| 559 '../content/content_shell_and_tests.gyp:content_browsertests_run', | 559 '../content/content_shell_and_tests.gyp:content_browsertests_run', |
| 560 '../content/content_shell_and_tests.gyp:content_unittests_run', | 560 '../content/content_shell_and_tests.gyp:content_unittests_run', |
| 561 '../courgette/courgette.gyp:courgette_unittests_run', | 561 '../courgette/courgette.gyp:courgette_unittests_run', |
| 562 '../crypto/crypto.gyp:crypto_unittests_run', | 562 '../crypto/crypto.gyp:crypto_unittests_run', |
| 563 '../extensions/extensions_tests.gyp:extensions_browsertests_run', |
| 564 '../extensions/extensions_tests.gyp:extensions_unittests_run', |
| 563 '../google_apis/gcm/gcm.gyp:gcm_unit_tests_run', | 565 '../google_apis/gcm/gcm.gyp:gcm_unit_tests_run', |
| 564 '../google_apis/google_apis.gyp:google_apis_unittests_run', | 566 '../google_apis/google_apis.gyp:google_apis_unittests_run', |
| 565 '../gpu/gpu.gyp:gpu_unittests_run', | 567 '../gpu/gpu.gyp:gpu_unittests_run', |
| 566 '../media/blink/media_blink.gyp:media_blink_unittests_run', | 568 '../media/blink/media_blink.gyp:media_blink_unittests_run', |
| 567 '../media/cast/cast.gyp:cast_unittests_run', | 569 '../media/cast/cast.gyp:cast_unittests_run', |
| 568 '../media/media.gyp:media_unittests_run', | 570 '../media/media.gyp:media_unittests_run', |
| 569 '../media/midi/midi.gyp:midi_unittests_run', | 571 '../media/midi/midi.gyp:midi_unittests_run', |
| 570 '../mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests_run', | 572 '../mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests_run', |
| 571 '../mojo/mojo_edk_tests.gyp:mojo_public_environment_unittests_run', | 573 '../mojo/mojo_edk_tests.gyp:mojo_public_environment_unittests_run', |
| 572 '../mojo/mojo_edk_tests.gyp:mojo_public_system_unittests_run', | 574 '../mojo/mojo_edk_tests.gyp:mojo_public_system_unittests_run', |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 780 }], | 782 }], |
| 781 ['OS=="android" and target_arch != "x64"', { | 783 ['OS=="android" and target_arch != "x64"', { |
| 782 'dependencies': [ | 784 'dependencies': [ |
| 783 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' | 785 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' |
| 784 ], | 786 ], |
| 785 }], | 787 }], |
| 786 ], | 788 ], |
| 787 }, | 789 }, |
| 788 ] | 790 ] |
| 789 } | 791 } |
| OLD | NEW |