| 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 '../base/base.gyp:chromium_android_linker', | 184 '../base/base.gyp:chromium_android_linker', |
| 185 '../breakpad/breakpad.gyp:breakpad_unittests_deps', | 185 '../breakpad/breakpad.gyp:breakpad_unittests_deps', |
| 186 '../breakpad/breakpad.gyp:symupload#host', | 186 '../breakpad/breakpad.gyp:symupload#host', |
| 187 '../breakpad/breakpad.gyp:microdump_stackwalk#host', | 187 '../breakpad/breakpad.gyp:microdump_stackwalk#host', |
| 188 '../breakpad/breakpad.gyp:minidump_dump#host', | 188 '../breakpad/breakpad.gyp:minidump_dump#host', |
| 189 '../breakpad/breakpad.gyp:minidump_stackwalk#host', | 189 '../breakpad/breakpad.gyp:minidump_stackwalk#host', |
| 190 '../build/android/rezip.gyp:rezip_apk_jar', | 190 '../build/android/rezip.gyp:rezip_apk_jar', |
| 191 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', | 191 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', |
| 192 '../cc/cc_tests.gyp:cc_unittests_apk', | 192 '../cc/cc_tests.gyp:cc_unittests_apk', |
| 193 #"//clank" TODO(GYP) - conditional somehow? | 193 #"//clank" TODO(GYP) - conditional somehow? |
| 194 '../components/components.gyp:cronet_sample_apk', |
| 195 '../components/components.gyp:cronet_sample_test_apk', |
| 196 '../components/components.gyp:cronet_test_apk', |
| 197 '../components/components.gyp:cronet_test_instrumentation_apk', |
| 198 '../components/components.gyp:cronet_unittests_apk', |
| 194 '../components/components_tests.gyp:components_browsertests_apk', | 199 '../components/components_tests.gyp:components_browsertests_apk', |
| 195 '../components/components_tests.gyp:components_junit_tests', | 200 '../components/components_tests.gyp:components_junit_tests', |
| 196 '../components/components_tests.gyp:components_unittests_apk', | 201 '../components/components_tests.gyp:components_unittests_apk', |
| 197 '../content/content_shell_and_tests.gyp:content_browsertests_apk', | 202 '../content/content_shell_and_tests.gyp:content_browsertests_apk', |
| 198 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', | 203 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', |
| 199 '../content/content_shell_and_tests.gyp:content_junit_tests', | 204 '../content/content_shell_and_tests.gyp:content_junit_tests', |
| 200 '../content/content_shell_and_tests.gyp:content_shell_apk', | 205 '../content/content_shell_and_tests.gyp:content_shell_apk', |
| 201 '../content/content_shell_and_tests.gyp:content_unittests_apk', | 206 '../content/content_shell_and_tests.gyp:content_unittests_apk', |
| 202 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest_apk', | 207 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest_apk', |
| 203 '../device/device_tests.gyp:device_unittests_apk', | 208 '../device/device_tests.gyp:device_unittests_apk', |
| (...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 751 ['OS=="win" and target_arch=="ia32" and configuration_policy==1', { | 756 ['OS=="win" and target_arch=="ia32" and configuration_policy==1', { |
| 752 'dependencies': [ | 757 'dependencies': [ |
| 753 # TODO(GYP): All of these targets need to be ported over. | 758 # TODO(GYP): All of these targets need to be ported over. |
| 754 '../components/components.gyp:policy_win64', | 759 '../components/components.gyp:policy_win64', |
| 755 ] | 760 ] |
| 756 }], | 761 }], |
| 757 ['OS=="android"', { | 762 ['OS=="android"', { |
| 758 'dependencies': [ | 763 'dependencies': [ |
| 759 '../base/base.gyp:base_perftests_apk', | 764 '../base/base.gyp:base_perftests_apk', |
| 760 '../cc/cc_tests.gyp:cc_perftests_apk', | 765 '../cc/cc_tests.gyp:cc_perftests_apk', |
| 761 '../components/components.gyp:cronet_sample_apk', | |
| 762 '../components/components.gyp:cronet_sample_test_apk', | |
| 763 '../components/components.gyp:cronet_test_apk', | |
| 764 '../components/components.gyp:cronet_test_instrumentation_apk', | |
| 765 '../components/components.gyp:cronet_perf_test_apk', | 766 '../components/components.gyp:cronet_perf_test_apk', |
| 766 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk', | 767 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk', |
| 767 '../content/content_shell_and_tests.gyp:content_shell_test_apk', | 768 '../content/content_shell_and_tests.gyp:content_shell_test_apk', |
| 768 '../gpu/gpu.gyp:gl_tests_apk', | 769 '../gpu/gpu.gyp:gl_tests_apk', |
| 769 '../gpu/gpu.gyp:gpu_perftests_apk', | 770 '../gpu/gpu.gyp:gpu_perftests_apk', |
| 770 '../ipc/ipc.gyp:ipc_tests_apk', | 771 '../ipc/ipc.gyp:ipc_tests_apk', |
| 771 '../media/media.gyp:media_perftests_apk', | 772 '../media/media.gyp:media_perftests_apk', |
| 772 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps', | 773 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps', |
| 773 '../tools/android/android_tools.gyp:memconsumer', | 774 '../tools/android/android_tools.gyp:memconsumer', |
| 774 '../ui/android/ui_android.gyp:ui_android_unittests_apk', | 775 '../ui/android/ui_android.gyp:ui_android_unittests_apk', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 792 ['OS=="android" and target_arch != "x64"', { | 793 ['OS=="android" and target_arch != "x64"', { |
| 793 'dependencies': [ | 794 'dependencies': [ |
| 794 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' | 795 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' |
| 795 ], | 796 ], |
| 796 }], | 797 }], |
| 797 ], | 798 ], |
| 798 }, | 799 }, |
| 799 ] | 800 ] |
| 800 } | 801 } |
| 801 | 802 |
| OLD | NEW |