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

Side by Side Diff: build/gn_migration.gypi

Issue 1867873002: Move unittests in content/common/gpu/client to gpu/ipc/client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 7 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
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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 '../chrome/chrome.gyp:load_library_perf_tests', 47 '../chrome/chrome.gyp:load_library_perf_tests',
48 '../chrome/chrome.gyp:unit_tests', 48 '../chrome/chrome.gyp:unit_tests',
49 '../components/components.gyp:network_hints_browser', 49 '../components/components.gyp:network_hints_browser',
50 '../components/components.gyp:policy_templates', 50 '../components/components.gyp:policy_templates',
51 '../components/components_tests.gyp:components_browsertests', 51 '../components/components_tests.gyp:components_browsertests',
52 '../components/components_tests.gyp:components_perftests', 52 '../components/components_tests.gyp:components_perftests',
53 '../components/components_tests.gyp:components_unittests', 53 '../components/components_tests.gyp:components_unittests',
54 '../content/content.gyp:content_app_browser', 54 '../content/content.gyp:content_app_browser',
55 '../content/content.gyp:content_app_child', 55 '../content/content.gyp:content_app_child',
56 '../content/content_shell_and_tests.gyp:content_browsertests', 56 '../content/content_shell_and_tests.gyp:content_browsertests',
57 '../content/content_shell_and_tests.gyp:content_gl_tests',
58 '../content/content_shell_and_tests.gyp:content_perftests', 57 '../content/content_shell_and_tests.gyp:content_perftests',
59 '../content/content_shell_and_tests.gyp:content_unittests', 58 '../content/content_shell_and_tests.gyp:content_unittests',
60 '../crypto/crypto.gyp:crypto_unittests', 59 '../crypto/crypto.gyp:crypto_unittests',
61 '../device/device_tests.gyp:device_unittests', 60 '../device/device_tests.gyp:device_unittests',
62 '../gin/gin.gyp:gin_v8_snapshot_fingerprint', 61 '../gin/gin.gyp:gin_v8_snapshot_fingerprint',
63 '../gpu/gpu.gyp:angle_unittests', 62 '../gpu/gpu.gyp:angle_unittests',
64 '../gpu/gpu.gyp:gl_tests', 63 '../gpu/gpu.gyp:gl_tests',
65 '../gpu/gpu.gyp:gpu_perftests', 64 '../gpu/gpu.gyp:gpu_perftests',
66 '../gpu/gpu.gyp:gpu_unittests', 65 '../gpu/gpu.gyp:gpu_unittests',
67 '../ipc/ipc.gyp:ipc_tests', 66 '../ipc/ipc.gyp:ipc_tests',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 '../components/components.gyp:cronet_sample_apk', 219 '../components/components.gyp:cronet_sample_apk',
221 '../components/components.gyp:cronet_sample_test_apk', 220 '../components/components.gyp:cronet_sample_test_apk',
222 '../components/components.gyp:cronet_test_apk', 221 '../components/components.gyp:cronet_test_apk',
223 '../components/components.gyp:cronet_test_instrumentation_apk', 222 '../components/components.gyp:cronet_test_instrumentation_apk',
224 '../components/components.gyp:cronet_unittests_apk', 223 '../components/components.gyp:cronet_unittests_apk',
225 '../components/components_tests.gyp:components_browsertests_apk', 224 '../components/components_tests.gyp:components_browsertests_apk',
226 '../components/components_tests.gyp:components_junit_tests', 225 '../components/components_tests.gyp:components_junit_tests',
227 '../components/components_tests.gyp:components_unittests_apk', 226 '../components/components_tests.gyp:components_unittests_apk',
228 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk', 227 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk',
229 '../content/content_shell_and_tests.gyp:content_browsertests_apk', 228 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
230 '../content/content_shell_and_tests.gyp:content_gl_tests_apk',
231 '../content/content_shell_and_tests.gyp:content_junit_tests', 229 '../content/content_shell_and_tests.gyp:content_junit_tests',
232 '../content/content_shell_and_tests.gyp:content_shell_apk', 230 '../content/content_shell_and_tests.gyp:content_shell_apk',
233 '../content/content_shell_and_tests.gyp:content_shell_test_apk', 231 '../content/content_shell_and_tests.gyp:content_shell_test_apk',
234 '../content/content_shell_and_tests.gyp:content_unittests_apk', 232 '../content/content_shell_and_tests.gyp:content_unittests_apk',
235 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk', 233 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk',
236 '../device/device_tests.gyp:device_unittests_apk', 234 '../device/device_tests.gyp:device_unittests_apk',
237 '../gpu/gpu.gyp:command_buffer_gles2_tests_apk', 235 '../gpu/gpu.gyp:command_buffer_gles2_tests_apk',
238 '../gpu/gpu.gyp:gl_tests_apk', 236 '../gpu/gpu.gyp:gl_tests_apk',
239 '../gpu/gpu.gyp:gpu_perftests_apk', 237 '../gpu/gpu.gyp:gpu_perftests_apk',
240 '../gpu/gpu.gyp:gpu_unittests_apk', 238 '../gpu/gpu.gyp:gpu_unittests_apk',
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 }], 764 }],
767 ['OS=="android" and target_arch != "x64"', { 765 ['OS=="android" and target_arch != "x64"', {
768 'dependencies': [ 766 'dependencies': [
769 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' 767 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host'
770 ], 768 ],
771 }], 769 }],
772 ], 770 ],
773 }, 771 },
774 ] 772 ]
775 } 773 }
OLDNEW
« no previous file with comments | « build/android/pylib/gtest/gtest_config.py ('k') | content/browser/android/browser_surface_texture_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698