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

Side by Side Diff: media/media.gyp

Issue 2093563004: Revert of Extract media/capture/capture_unittests from media_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 1057 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 'dependencies': [ 1068 'dependencies': [
1069 '../base/base.gyp:base', 1069 '../base/base.gyp:base',
1070 ] 1070 ]
1071 }, 1071 },
1072 { 1072 {
1073 # GN version: //media:media_unittests 1073 # GN version: //media:media_unittests
1074 'target_name': 'media_unittests', 1074 'target_name': 'media_unittests',
1075 'type': '<(gtest_target_type)', 1075 'type': '<(gtest_target_type)',
1076 'dependencies': [ 1076 'dependencies': [
1077 'audio_test_config', 1077 'audio_test_config',
1078 # TODO(mcasas): Remove this entry after https://crbug.com/618718.
1079 'capture/capture.gyp:unittests',
1078 'cdm_paths', 1080 'cdm_paths',
1079 'media', 1081 'media',
1080 'media_features', 1082 'media_features',
1081 'media_test_support', 1083 'media_test_support',
1082 'shared_memory_support', 1084 'shared_memory_support',
1083 '../base/base.gyp:base', 1085 '../base/base.gyp:base',
1084 '../base/base.gyp:base_i18n', 1086 '../base/base.gyp:base_i18n',
1085 '../base/base.gyp:test_support_base', 1087 '../base/base.gyp:test_support_base',
1086 '../gpu/gpu.gyp:command_buffer_common', 1088 '../gpu/gpu.gyp:command_buffer_common',
1087 '../gpu/gpu.gyp:gpu_unittest_utils', 1089 '../gpu/gpu.gyp:gpu_unittest_utils',
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
1491 }, 1493 },
1492 }, 1494 },
1493 { 1495 {
1494 # GN version: //media:audio_unittests 1496 # GN version: //media:audio_unittests
1495 # For running the subset of tests that might require audio 1497 # For running the subset of tests that might require audio
1496 # hardware separately on GPU bots. media_unittests includes these too. 1498 # hardware separately on GPU bots. media_unittests includes these too.
1497 'target_name': 'audio_unittests', 1499 'target_name': 'audio_unittests',
1498 'type': '<(gtest_target_type)', 1500 'type': '<(gtest_target_type)',
1499 'dependencies': [ 1501 'dependencies': [
1500 'audio_test_config', 1502 'audio_test_config',
1503 # TODO(mcasas): Remove this entry after https://crbug.com/618718.
1504 'capture/capture.gyp:unittests',
1501 'media_test_support', 1505 'media_test_support',
1502 '../base/base.gyp:test_support_base', 1506 '../base/base.gyp:test_support_base',
1503 '../testing/gmock.gyp:gmock', 1507 '../testing/gmock.gyp:gmock',
1504 '../testing/gtest.gyp:gtest', 1508 '../testing/gtest.gyp:gtest',
1505 '../ui/gfx/gfx.gyp:gfx_test_support', 1509 '../ui/gfx/gfx.gyp:gfx_test_support',
1506 '../url/url.gyp:url_lib', 1510 '../url/url.gyp:url_lib',
1507 ], 1511 ],
1508 'sources': [ 1512 'sources': [
1509 'base/run_all_unittests.cc', 1513 'base/run_all_unittests.cc',
1510 ], 1514 ],
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
1846 'base/android/media_task_runner.cc', 1850 'base/android/media_task_runner.cc',
1847 'base/android/media_task_runner.h', 1851 'base/android/media_task_runner.h',
1848 'base/android/media_url_interceptor.h', 1852 'base/android/media_url_interceptor.h',
1849 'base/android/provision_fetcher.h', 1853 'base/android/provision_fetcher.h',
1850 'base/android/sdk_media_codec_bridge.cc', 1854 'base/android/sdk_media_codec_bridge.cc',
1851 'base/android/sdk_media_codec_bridge.h', 1855 'base/android/sdk_media_codec_bridge.h',
1852 'base/android/video_decoder_job.cc', 1856 'base/android/video_decoder_job.cc',
1853 'base/android/video_decoder_job.h', 1857 'base/android/video_decoder_job.h',
1854 'base/android/video_media_codec_decoder.cc', 1858 'base/android/video_media_codec_decoder.cc',
1855 'base/android/video_media_codec_decoder.h', 1859 'base/android/video_media_codec_decoder.h',
1860 'capture/video/android/capture_jni_registrar.cc',
1861 'capture/video/android/capture_jni_registrar.h',
1856 ], 1862 ],
1857 'conditions': [ 1863 'conditions': [
1858 # Only 64 bit builds are using android-21 NDK library, check common. gypi 1864 # Only 64 bit builds are using android-21 NDK library, check common. gypi
1859 ['target_arch=="arm64" or target_arch=="x64" or target_arch=="mips64 el"', { 1865 ['target_arch=="arm64" or target_arch=="x64" or target_arch=="mips64 el"', {
1860 'sources': [ 1866 'sources': [
1861 'base/android/ndk_media_codec_bridge.cc', 1867 'base/android/ndk_media_codec_bridge.cc',
1862 'base/android/ndk_media_codec_bridge.h', 1868 'base/android/ndk_media_codec_bridge.h',
1863 'base/android/ndk_media_codec_wrapper.cc', 1869 'base/android/ndk_media_codec_wrapper.cc',
1864 ], 1870 ],
1865 }], 1871 }],
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
2262 'dependencies': [ 2268 'dependencies': [
2263 '../build/linux/system.gyp:libdrm', 2269 '../build/linux/system.gyp:libdrm',
2264 ] 2270 ]
2265 }], 2271 }],
2266 ], 2272 ],
2267 } 2273 }
2268 ] 2274 ]
2269 }], 2275 }],
2270 ], 2276 ],
2271 } 2277 }
OLDNEW
« no previous file with comments | « media/capture/video/android/photo_capabilities.h ('k') | testing/buildbot/chromium.android.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698