| 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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 '../components/components.gyp:cronet_unittests_apk', | 223 '../components/components.gyp:cronet_unittests_apk', |
| 224 '../components/components_tests.gyp:components_browsertests_apk', | 224 '../components/components_tests.gyp:components_browsertests_apk', |
| 225 '../components/components_tests.gyp:components_junit_tests', | 225 '../components/components_tests.gyp:components_junit_tests', |
| 226 '../components/components_tests.gyp:components_unittests_apk', | 226 '../components/components_tests.gyp:components_unittests_apk', |
| 227 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk', | 227 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk', |
| 228 '../content/content_shell_and_tests.gyp:content_browsertests_apk', | 228 '../content/content_shell_and_tests.gyp:content_browsertests_apk', |
| 229 '../content/content_shell_and_tests.gyp:content_junit_tests', | 229 '../content/content_shell_and_tests.gyp:content_junit_tests', |
| 230 '../content/content_shell_and_tests.gyp:content_shell_apk', | 230 '../content/content_shell_and_tests.gyp:content_shell_apk', |
| 231 '../content/content_shell_and_tests.gyp:content_shell_test_apk', | 231 '../content/content_shell_and_tests.gyp:content_shell_test_apk', |
| 232 '../content/content_shell_and_tests.gyp:content_unittests_apk', | 232 '../content/content_shell_and_tests.gyp:content_unittests_apk', |
| 233 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest_apk', | |
| 234 '../device/device_tests.gyp:device_unittests_apk', | 233 '../device/device_tests.gyp:device_unittests_apk', |
| 235 '../gpu/gpu.gyp:command_buffer_gles2_tests_apk', | 234 '../gpu/gpu.gyp:command_buffer_gles2_tests_apk', |
| 236 '../gpu/gpu.gyp:gl_tests_apk', | 235 '../gpu/gpu.gyp:gl_tests_apk', |
| 237 '../gpu/gpu.gyp:gpu_perftests_apk', | 236 '../gpu/gpu.gyp:gpu_perftests_apk', |
| 238 '../gpu/gpu.gyp:gpu_unittests_apk', | 237 '../gpu/gpu.gyp:gpu_unittests_apk', |
| 239 '../ipc/ipc.gyp:ipc_tests_apk', | 238 '../ipc/ipc.gyp:ipc_tests_apk', |
| 240 '../media/cast/cast.gyp:cast_unittests_apk', | 239 '../media/cast/cast.gyp:cast_unittests_apk', |
| 241 '../media/media.gyp:media_perftests_apk', | 240 '../media/media.gyp:media_perftests_apk', |
| 242 '../media/media.gyp:media_unittests_apk', | 241 '../media/media.gyp:media_unittests_apk', |
| 242 '../media/media.gyp:video_decode_accelerator_unittest_apk', |
| 243 '../media/midi/midi.gyp:midi_unittests_apk', | 243 '../media/midi/midi.gyp:midi_unittests_apk', |
| 244 '../net/net.gyp:net_junit_tests', | 244 '../net/net.gyp:net_junit_tests', |
| 245 '../net/net.gyp:net_unittests_apk', | 245 '../net/net.gyp:net_unittests_apk', |
| 246 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps', | 246 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps', |
| 247 '../skia/skia_tests.gyp:skia_unittests_apk', | 247 '../skia/skia_tests.gyp:skia_unittests_apk', |
| 248 '../sql/sql.gyp:sql_unittests_apk', | 248 '../sql/sql.gyp:sql_unittests_apk', |
| 249 '../sync/sync.gyp:sync_unit_tests_apk', | 249 '../sync/sync.gyp:sync_unit_tests_apk', |
| 250 '../testing/android/junit/junit_test.gyp:junit_unit_tests', | 250 '../testing/android/junit/junit_test.gyp:junit_unit_tests', |
| 251 '../third_party/smhasher/smhasher.gyp:murmurhash3', | 251 '../third_party/smhasher/smhasher.gyp:murmurhash3', |
| 252 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_heap_unittests_apk', | 252 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_heap_unittests_apk', |
| (...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 675 }], | 675 }], |
| 676 ['toolkit_views==1', { | 676 ['toolkit_views==1', { |
| 677 'dependencies': [ | 677 'dependencies': [ |
| 678 '../ui/views/views.gyp:views_unittests_run', | 678 '../ui/views/views.gyp:views_unittests_run', |
| 679 ], | 679 ], |
| 680 }], | 680 }], |
| 681 ], | 681 ], |
| 682 }], | 682 }], |
| 683 ['chromeos==1', { | 683 ['chromeos==1', { |
| 684 'dependencies': [ | 684 'dependencies': [ |
| 685 '../content/content_shell_and_tests.gyp:jpeg_decode_accelerator_unit
test', | 685 '../media/media.gyp:jpeg_decode_accelerator_unittest', |
| 686 ], | 686 ], |
| 687 }], | 687 }], |
| 688 ['chromeos==1 or OS=="mac"', { | 688 ['chromeos==1 or OS=="mac"', { |
| 689 'dependencies': [ | 689 'dependencies': [ |
| 690 '../content/content_shell_and_tests.gyp:video_encode_accelerator_uni
ttest', | 690 '../media/media.gyp:video_encode_accelerator_unittest', |
| 691 ], | 691 ], |
| 692 }], | 692 }], |
| 693 ['chromeos==1 and target_arch != "arm"', { | 693 ['chromeos==1 and target_arch != "arm"', { |
| 694 'dependencies': [ | 694 'dependencies': [ |
| 695 '../content/content_shell_and_tests.gyp:vaapi_jpeg_decoder_unittest'
, | 695 '../media/media.gyp:vaapi_jpeg_decoder_unittest', |
| 696 ], | 696 ], |
| 697 }], | 697 }], |
| 698 ['chromeos==1 or OS=="win" or OS=="android"', { | 698 ['chromeos==1 or OS=="win" or OS=="android"', { |
| 699 'dependencies': [ | 699 'dependencies': [ |
| 700 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest', | 700 '../media/media.gyp:video_decode_accelerator_unittest', |
| 701 ], | 701 ], |
| 702 }], | 702 }], |
| 703 ['OS=="linux" or OS=="win"', { | 703 ['OS=="linux" or OS=="win"', { |
| 704 'dependencies': [ | 704 'dependencies': [ |
| 705 # TODO(GYP): Figure out which of these run on android/mac/win/ios/et
c. | 705 # TODO(GYP): Figure out which of these run on android/mac/win/ios/et
c. |
| 706 '../remoting/remoting.gyp:ar_sample_test_driver', | 706 '../remoting/remoting.gyp:ar_sample_test_driver', |
| 707 | 707 |
| 708 # TODO(GYP): in progress - see tfarina. | 708 # TODO(GYP): in progress - see tfarina. |
| 709 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', | 709 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', |
| 710 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', | 710 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 774 }], | 774 }], |
| 775 ['OS=="android" and target_arch != "x64"', { | 775 ['OS=="android" and target_arch != "x64"', { |
| 776 'dependencies': [ | 776 'dependencies': [ |
| 777 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' | 777 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' |
| 778 ], | 778 ], |
| 779 }], | 779 }], |
| 780 ], | 780 ], |
| 781 }, | 781 }, |
| 782 ] | 782 ] |
| 783 } | 783 } |
| OLD | NEW |