| 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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 666 }], | 666 }], |
| 667 ['toolkit_views==1', { | 667 ['toolkit_views==1', { |
| 668 'dependencies': [ | 668 'dependencies': [ |
| 669 '../ui/views/views.gyp:views_unittests_run', | 669 '../ui/views/views.gyp:views_unittests_run', |
| 670 ], | 670 ], |
| 671 }], | 671 }], |
| 672 ], | 672 ], |
| 673 }], | 673 }], |
| 674 ['chromeos==1', { | 674 ['chromeos==1', { |
| 675 'dependencies': [ | 675 'dependencies': [ |
| 676 '../content/content_shell_and_tests.gyp:jpeg_decode_accelerator_unit
test', | 676 '../media/media.gyp:jpeg_decode_accelerator_unittest', |
| 677 ], | 677 ], |
| 678 }], | 678 }], |
| 679 ['chromeos==1 or OS=="mac"', { | 679 ['chromeos==1 or OS=="mac"', { |
| 680 'dependencies': [ | 680 'dependencies': [ |
| 681 '../content/content_shell_and_tests.gyp:video_encode_accelerator_uni
ttest', | 681 '../media/media.gyp:video_encode_accelerator_unittest', |
| 682 ], | 682 ], |
| 683 }], | 683 }], |
| 684 ['chromeos==1 and target_arch != "arm"', { | 684 ['chromeos==1 and target_arch != "arm"', { |
| 685 'dependencies': [ | 685 'dependencies': [ |
| 686 '../content/content_shell_and_tests.gyp:vaapi_jpeg_decoder_unittest'
, | 686 '../media/media.gyp:vaapi_jpeg_decoder_unittest', |
| 687 ], | 687 ], |
| 688 }], | 688 }], |
| 689 ['chromeos==1 or OS=="win" or OS=="android"', { | 689 ['chromeos==1 or OS=="win" or OS=="android"', { |
| 690 'dependencies': [ | 690 'dependencies': [ |
| 691 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest', | 691 '../media/media.gyp:video_decode_accelerator_unittest', |
| 692 ], | 692 ], |
| 693 }], | 693 }], |
| 694 ['OS=="linux" or OS=="win"', { | 694 ['OS=="linux" or OS=="win"', { |
| 695 'dependencies': [ | 695 'dependencies': [ |
| 696 # TODO(GYP): Figure out which of these run on android/mac/win/ios/et
c. | 696 # TODO(GYP): Figure out which of these run on android/mac/win/ios/et
c. |
| 697 '../remoting/remoting.gyp:ar_sample_test_driver', | 697 '../remoting/remoting.gyp:ar_sample_test_driver', |
| 698 | 698 |
| 699 # TODO(GYP): in progress - see tfarina. | 699 # TODO(GYP): in progress - see tfarina. |
| 700 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', | 700 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', |
| 701 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', | 701 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 765 }], | 765 }], |
| 766 ['OS=="android" and target_arch != "x64"', { | 766 ['OS=="android" and target_arch != "x64"', { |
| 767 'dependencies': [ | 767 'dependencies': [ |
| 768 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' | 768 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' |
| 769 ], | 769 ], |
| 770 }], | 770 }], |
| 771 ], | 771 ], |
| 772 }, | 772 }, |
| 773 ] | 773 ] |
| 774 } | 774 } |
| OLD | NEW |