| 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 '../components/components_tests.gyp:components_unittests_apk', | 203 '../components/components_tests.gyp:components_unittests_apk', |
| 204 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk', | 204 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk', |
| 205 '../content/content_shell_and_tests.gyp:content_browsertests_apk', | 205 '../content/content_shell_and_tests.gyp:content_browsertests_apk', |
| 206 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', | 206 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', |
| 207 '../content/content_shell_and_tests.gyp:content_junit_tests', | 207 '../content/content_shell_and_tests.gyp:content_junit_tests', |
| 208 '../content/content_shell_and_tests.gyp:content_shell_apk', | 208 '../content/content_shell_and_tests.gyp:content_shell_apk', |
| 209 '../content/content_shell_and_tests.gyp:content_shell_test_apk', | 209 '../content/content_shell_and_tests.gyp:content_shell_test_apk', |
| 210 '../content/content_shell_and_tests.gyp:content_unittests_apk', | 210 '../content/content_shell_and_tests.gyp:content_unittests_apk', |
| 211 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest_apk', | 211 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest_apk', |
| 212 '../device/device_tests.gyp:device_unittests_apk', | 212 '../device/device_tests.gyp:device_unittests_apk', |
| 213 '../gpu/gpu.gyp:command_buffer_gles2_tests_apk', | |
| 214 '../gpu/gpu.gyp:gl_tests_apk', | 213 '../gpu/gpu.gyp:gl_tests_apk', |
| 215 '../gpu/gpu.gyp:gpu_perftests_apk', | 214 '../gpu/gpu.gyp:gpu_perftests_apk', |
| 216 '../gpu/gpu.gyp:gpu_unittests_apk', | 215 '../gpu/gpu.gyp:gpu_unittests_apk', |
| 217 '../ipc/ipc.gyp:ipc_tests_apk', | 216 '../ipc/ipc.gyp:ipc_tests_apk', |
| 218 '../media/cast/cast.gyp:cast_unittests_apk', | 217 '../media/cast/cast.gyp:cast_unittests_apk', |
| 219 '../media/media.gyp:media_perftests_apk', | 218 '../media/media.gyp:media_perftests_apk', |
| 220 '../media/media.gyp:media_unittests_apk', | 219 '../media/media.gyp:media_unittests_apk', |
| 221 '../media/midi/midi.gyp:midi_unittests_apk', | 220 '../media/midi/midi.gyp:midi_unittests_apk', |
| 222 '../net/net.gyp:net_junit_tests', | 221 '../net/net.gyp:net_junit_tests', |
| 223 '../net/net.gyp:net_unittests_apk', | 222 '../net/net.gyp:net_unittests_apk', |
| (...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 779 }], | 778 }], |
| 780 ['OS=="android" and target_arch != "x64"', { | 779 ['OS=="android" and target_arch != "x64"', { |
| 781 'dependencies': [ | 780 'dependencies': [ |
| 782 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' | 781 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' |
| 783 ], | 782 ], |
| 784 }], | 783 }], |
| 785 ], | 784 ], |
| 786 }, | 785 }, |
| 787 ] | 786 ] |
| 788 } | 787 } |
| OLD | NEW |