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

Side by Side Diff: media/media.gyp

Issue 1428753010: Add unit tests for CdmAdapter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more tests Created 5 years, 1 month 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 1153 matching lines...) Expand 10 before | Expand all | Expand 10 after
1164 ], 1164 ],
1165 }], 1165 }],
1166 ], # target_conditions 1166 ], # target_conditions
1167 }, 1167 },
1168 { 1168 {
1169 # GN version: //media:media_unittests 1169 # GN version: //media:media_unittests
1170 'target_name': 'media_unittests', 1170 'target_name': 'media_unittests',
1171 'type': '<(gtest_target_type)', 1171 'type': '<(gtest_target_type)',
1172 'dependencies': [ 1172 'dependencies': [
1173 'audio_test_config', 1173 'audio_test_config',
1174 'clearkeycdm',
1174 'media', 1175 'media',
1175 'media_test_support', 1176 'media_test_support',
1176 'shared_memory_support', 1177 'shared_memory_support',
1177 '../base/base.gyp:base', 1178 '../base/base.gyp:base',
1178 '../base/base.gyp:base_i18n', 1179 '../base/base.gyp:base_i18n',
1179 '../base/base.gyp:test_support_base', 1180 '../base/base.gyp:test_support_base',
1180 '../gpu/gpu.gyp:command_buffer_common', 1181 '../gpu/gpu.gyp:command_buffer_common',
1181 '../gpu/gpu.gyp:gpu_unittest_utils', 1182 '../gpu/gpu.gyp:gpu_unittest_utils',
1182 '../skia/skia.gyp:skia', 1183 '../skia/skia.gyp:skia',
1183 '../testing/gmock.gyp:gmock', 1184 '../testing/gmock.gyp:gmock',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
1256 'base/wall_clock_time_source_unittest.cc', 1257 'base/wall_clock_time_source_unittest.cc',
1257 'base/yuv_convert_unittest.cc', 1258 'base/yuv_convert_unittest.cc',
1258 'capture/content/animated_content_sampler_unittest.cc', 1259 'capture/content/animated_content_sampler_unittest.cc',
1259 'capture/content/capture_resolution_chooser_unittest.cc', 1260 'capture/content/capture_resolution_chooser_unittest.cc',
1260 'capture/content/feedback_signal_accumulator_unittest.cc', 1261 'capture/content/feedback_signal_accumulator_unittest.cc',
1261 'capture/content/smooth_event_sampler_unittest.cc', 1262 'capture/content/smooth_event_sampler_unittest.cc',
1262 'capture/content/video_capture_oracle_unittest.cc', 1263 'capture/content/video_capture_oracle_unittest.cc',
1263 'capture/video/fake_video_capture_device_unittest.cc', 1264 'capture/video/fake_video_capture_device_unittest.cc',
1264 'capture/video/video_capture_device_unittest.cc', 1265 'capture/video/video_capture_device_unittest.cc',
1265 'cdm/aes_decryptor_unittest.cc', 1266 'cdm/aes_decryptor_unittest.cc',
1267 'cdm/cdm_adapter_unittest.cc',
1266 'cdm/json_web_key_unittest.cc', 1268 'cdm/json_web_key_unittest.cc',
1267 'ffmpeg/ffmpeg_common_unittest.cc', 1269 'ffmpeg/ffmpeg_common_unittest.cc',
1268 'filters/audio_clock_unittest.cc', 1270 'filters/audio_clock_unittest.cc',
1269 'filters/audio_decoder_selector_unittest.cc', 1271 'filters/audio_decoder_selector_unittest.cc',
1270 'filters/audio_decoder_unittest.cc', 1272 'filters/audio_decoder_unittest.cc',
1271 'filters/audio_file_reader_unittest.cc', 1273 'filters/audio_file_reader_unittest.cc',
1272 'filters/audio_renderer_algorithm_unittest.cc', 1274 'filters/audio_renderer_algorithm_unittest.cc',
1273 'filters/blocking_url_protocol_unittest.cc', 1275 'filters/blocking_url_protocol_unittest.cc',
1274 'filters/chunk_demuxer_unittest.cc', 1276 'filters/chunk_demuxer_unittest.cc',
1275 'filters/decrypting_audio_decoder_unittest.cc', 1277 'filters/decrypting_audio_decoder_unittest.cc',
(...skipping 841 matching lines...) Expand 10 before | Expand all | Expand 10 after
2117 'dependencies': [ 2119 'dependencies': [
2118 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2120 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2119 ], 2121 ],
2120 }], 2122 }],
2121 ], 2123 ],
2122 }, 2124 },
2123 ], 2125 ],
2124 }], 2126 }],
2125 ], 2127 ],
2126 } 2128 }
OLDNEW
« media/cdm/cdm_adapter_unittest.cc ('K') | « media/cdm/cdm_adapter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698