Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(848)

Side by Side Diff: build/gn_migration.gypi

Issue 1636083003: H264 HW encode using VideoToolbox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | content/common/BUILD.gn » ('j') | content/common/BUILD.gn » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 656 matching lines...) Expand 10 before | Expand all | Expand 10 after
667 '../third_party/boringssl/boringssl_tests.gyp:boringssl_example_mul' , 667 '../third_party/boringssl/boringssl_tests.gyp:boringssl_example_mul' ,
668 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ec_test', 668 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ec_test',
669 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bio_test', 669 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bio_test',
670 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pkcs7_test', 670 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pkcs7_test',
671 '../third_party/boringssl/boringssl_tests.gyp:boringssl_unittests', 671 '../third_party/boringssl/boringssl_tests.gyp:boringssl_unittests',
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 '../content/content_shell_and_tests.gyp:jpeg_decode_accelerator_unit test',
677 ],
678 }],
679 ['chromeos==1 or OS=="mac"', {
680 'dependencies': [
677 '../content/content_shell_and_tests.gyp:video_encode_accelerator_uni ttest', 681 '../content/content_shell_and_tests.gyp:video_encode_accelerator_uni ttest',
678 ], 682 ],
679 }], 683 }],
680 ['chromeos==1 and target_arch != "arm"', { 684 ['chromeos==1 and target_arch != "arm"', {
681 'dependencies': [ 685 'dependencies': [
682 '../content/content_shell_and_tests.gyp:vaapi_jpeg_decoder_unittest' , 686 '../content/content_shell_and_tests.gyp:vaapi_jpeg_decoder_unittest' ,
683 ], 687 ],
684 }], 688 }],
685 ['chromeos==1 or OS=="win" or OS=="android"', { 689 ['chromeos==1 or OS=="win" or OS=="android"', {
686 'dependencies': [ 690 'dependencies': [
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 }], 779 }],
776 ['OS=="android" and target_arch != "x64"', { 780 ['OS=="android" and target_arch != "x64"', {
777 'dependencies': [ 781 'dependencies': [
778 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' 782 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host'
779 ], 783 ],
780 }], 784 }],
781 ], 785 ],
782 }, 786 },
783 ] 787 ]
784 } 788 }
OLDNEW
« no previous file with comments | « no previous file | content/common/BUILD.gn » ('j') | content/common/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698