| 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 664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 675 '../third_party/boringssl/boringssl_tests.gyp:boringssl_example_mul'
, | 675 '../third_party/boringssl/boringssl_tests.gyp:boringssl_example_mul'
, |
| 676 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ec_test', | 676 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ec_test', |
| 677 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bio_test', | 677 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bio_test', |
| 678 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pkcs7_test', | 678 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pkcs7_test', |
| 679 '../third_party/boringssl/boringssl_tests.gyp:boringssl_unittests', | 679 '../third_party/boringssl/boringssl_tests.gyp:boringssl_unittests', |
| 680 ], | 680 ], |
| 681 }], | 681 }], |
| 682 ['chromeos==1', { | 682 ['chromeos==1', { |
| 683 'dependencies': [ | 683 'dependencies': [ |
| 684 '../content/content_shell_and_tests.gyp:jpeg_decode_accelerator_unit
test', | 684 '../content/content_shell_and_tests.gyp:jpeg_decode_accelerator_unit
test', |
| 685 ], |
| 686 }], |
| 687 ['chromeos==1 or OS=="mac"', { |
| 688 'dependencies': [ |
| 685 '../content/content_shell_and_tests.gyp:video_encode_accelerator_uni
ttest', | 689 '../content/content_shell_and_tests.gyp:video_encode_accelerator_uni
ttest', |
| 686 ], | 690 ], |
| 687 }], | 691 }], |
| 688 ['chromeos==1 and target_arch != "arm"', { | 692 ['chromeos==1 and target_arch != "arm"', { |
| 689 'dependencies': [ | 693 'dependencies': [ |
| 690 '../content/content_shell_and_tests.gyp:vaapi_jpeg_decoder_unittest'
, | 694 '../content/content_shell_and_tests.gyp:vaapi_jpeg_decoder_unittest'
, |
| 691 ], | 695 ], |
| 692 }], | 696 }], |
| 693 ['chromeos==1 or OS=="win" or OS=="android"', { | 697 ['chromeos==1 or OS=="win" or OS=="android"', { |
| 694 'dependencies': [ | 698 'dependencies': [ |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 779 }], | 783 }], |
| 780 ['OS=="android" and target_arch != "x64"', { | 784 ['OS=="android" and target_arch != "x64"', { |
| 781 'dependencies': [ | 785 'dependencies': [ |
| 782 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' | 786 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' |
| 783 ], | 787 ], |
| 784 }], | 788 }], |
| 785 ], | 789 ], |
| 786 }, | 790 }, |
| 787 ] | 791 ] |
| 788 } | 792 } |
| OLD | NEW |