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

Side by Side Diff: build/gn_migration.gypi

Issue 1442473002: Port video_decode_accelerator_unittest to GN for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « BUILD.gn ('k') | content/content_tests.gypi » ('j') | no next file with comments »
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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 '../cc/cc_tests.gyp:cc_unittests_apk', 191 '../cc/cc_tests.gyp:cc_unittests_apk',
192 #"//clank" TODO(GYP) - conditional somehow? 192 #"//clank" TODO(GYP) - conditional somehow?
193 '../components/components_tests.gyp:components_browsertests_apk', 193 '../components/components_tests.gyp:components_browsertests_apk',
194 '../components/components_tests.gyp:components_junit_tests', 194 '../components/components_tests.gyp:components_junit_tests',
195 '../components/components_tests.gyp:components_unittests_apk', 195 '../components/components_tests.gyp:components_unittests_apk',
196 '../content/content_shell_and_tests.gyp:content_browsertests_apk', 196 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
197 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', 197 '../content/content_shell_and_tests.gyp:content_gl_tests_apk',
198 '../content/content_shell_and_tests.gyp:content_junit_tests', 198 '../content/content_shell_and_tests.gyp:content_junit_tests',
199 '../content/content_shell_and_tests.gyp:content_shell_apk', 199 '../content/content_shell_and_tests.gyp:content_shell_apk',
200 '../content/content_shell_and_tests.gyp:content_unittests_apk', 200 '../content/content_shell_and_tests.gyp:content_unittests_apk',
201 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk',
201 '../device/device_tests.gyp:device_unittests_apk', 202 '../device/device_tests.gyp:device_unittests_apk',
202 '../gpu/gpu.gyp:gpu_unittests_apk', 203 '../gpu/gpu.gyp:gpu_unittests_apk',
203 '../media/media.gyp:media_unittests_apk', 204 '../media/media.gyp:media_unittests_apk',
204 '../media/midi/midi.gyp:midi_unittests_apk', 205 '../media/midi/midi.gyp:midi_unittests_apk',
205 '../net/net.gyp:net_junit_tests', 206 '../net/net.gyp:net_junit_tests',
206 '../net/net.gyp:net_unittests_apk', 207 '../net/net.gyp:net_unittests_apk',
207 '../skia/skia_tests.gyp:skia_unittests_apk', 208 '../skia/skia_tests.gyp:skia_unittests_apk',
208 '../sql/sql.gyp:sql_unittests_apk', 209 '../sql/sql.gyp:sql_unittests_apk',
209 '../sync/sync.gyp:sync_unit_tests_apk', 210 '../sync/sync.gyp:sync_unit_tests_apk',
210 '../testing/android/junit/junit_test.gyp:junit_unit_tests', 211 '../testing/android/junit/junit_test.gyp:junit_unit_tests',
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 'dependencies': [ 759 'dependencies': [
759 '../base/base.gyp:base_perftests_apk', 760 '../base/base.gyp:base_perftests_apk',
760 '../cc/cc_tests.gyp:cc_perftests_apk', 761 '../cc/cc_tests.gyp:cc_perftests_apk',
761 '../components/components.gyp:cronet_sample_apk', 762 '../components/components.gyp:cronet_sample_apk',
762 '../components/components.gyp:cronet_sample_test_apk', 763 '../components/components.gyp:cronet_sample_test_apk',
763 '../components/components.gyp:cronet_test_apk', 764 '../components/components.gyp:cronet_test_apk',
764 '../components/components.gyp:cronet_test_instrumentation_apk', 765 '../components/components.gyp:cronet_test_instrumentation_apk',
765 '../components/components.gyp:cronet_perf_test_apk', 766 '../components/components.gyp:cronet_perf_test_apk',
766 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk', 767 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk',
767 '../content/content_shell_and_tests.gyp:content_shell_test_apk', 768 '../content/content_shell_and_tests.gyp:content_shell_test_apk',
768 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk',
769 '../gpu/gpu.gyp:gl_tests_apk', 769 '../gpu/gpu.gyp:gl_tests_apk',
770 '../gpu/gpu.gyp:gpu_perftests_apk', 770 '../gpu/gpu.gyp:gpu_perftests_apk',
771 '../ipc/ipc.gyp:ipc_tests_apk', 771 '../ipc/ipc.gyp:ipc_tests_apk',
772 '../media/media.gyp:media_perftests_apk', 772 '../media/media.gyp:media_perftests_apk',
773 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps', 773 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps',
774 '../tools/android/android_tools.gyp:memconsumer', 774 '../tools/android/android_tools.gyp:memconsumer',
775 '../ui/android/ui_android.gyp:ui_android_unittests_apk', 775 '../ui/android/ui_android.gyp:ui_android_unittests_apk',
776 '../url/url.gyp:url_unittests', 776 '../url/url.gyp:url_unittests',
777 ], 777 ],
778 }], 778 }],
(...skipping 15 matching lines...) Expand all
794 ['OS=="android" and target_arch != "x64"', { 794 ['OS=="android" and target_arch != "x64"', {
795 'dependencies': [ 795 'dependencies': [
796 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' 796 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host'
797 ], 797 ],
798 }], 798 }],
799 ], 799 ],
800 }, 800 },
801 ] 801 ]
802 } 802 }
803 803
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698