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

Side by Side Diff: media/media.gyp

Issue 1162863003: Move ContentVideoCaptureDeviceCore from src/content to src/media (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 'base/video_util.cc', 403 'base/video_util.cc',
404 'base/video_util.h', 404 'base/video_util.h',
405 'base/wall_clock_time_source.cc', 405 'base/wall_clock_time_source.cc',
406 'base/wall_clock_time_source.h', 406 'base/wall_clock_time_source.h',
407 'base/win/mf_initializer.cc', 407 'base/win/mf_initializer.cc',
408 'base/win/mf_initializer.h', 408 'base/win/mf_initializer.h',
409 'base/yuv_convert.cc', 409 'base/yuv_convert.cc',
410 'base/yuv_convert.h', 410 'base/yuv_convert.h',
411 'blink/skcanvas_video_renderer.cc', 411 'blink/skcanvas_video_renderer.cc',
412 'blink/skcanvas_video_renderer.h', 412 'blink/skcanvas_video_renderer.h',
413 'capture/animated_content_sampler.cc',
414 'capture/animated_content_sampler.h',
415 'capture/capture_resolution_chooser.cc',
416 'capture/capture_resolution_chooser.h',
417 'capture/media_video_capture_device_core.cc',
418 'capture/media_video_capture_device_core.h',
419 'capture/smooth_event_sampler.cc',
420 'capture/smooth_event_sampler.h',
421 'capture/video_capture_oracle.cc',
422 'capture/video_capture_oracle.h',
413 'cdm/aes_decryptor.cc', 423 'cdm/aes_decryptor.cc',
414 'cdm/aes_decryptor.h', 424 'cdm/aes_decryptor.h',
415 'cdm/cenc_utils.cc', 425 'cdm/cenc_utils.cc',
416 'cdm/cenc_utils.h', 426 'cdm/cenc_utils.h',
417 'cdm/default_cdm_factory.cc', 427 'cdm/default_cdm_factory.cc',
418 'cdm/default_cdm_factory.h', 428 'cdm/default_cdm_factory.h',
419 'cdm/json_web_key.cc', 429 'cdm/json_web_key.cc',
420 'cdm/json_web_key.h', 430 'cdm/json_web_key.h',
421 'cdm/key_system_names.cc', 431 'cdm/key_system_names.cc',
422 'cdm/key_system_names.h', 432 'cdm/key_system_names.h',
(...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after
1162 'base/time_delta_interpolator_unittest.cc', 1172 'base/time_delta_interpolator_unittest.cc',
1163 'base/user_input_monitor_unittest.cc', 1173 'base/user_input_monitor_unittest.cc',
1164 'base/vector_math_testing.h', 1174 'base/vector_math_testing.h',
1165 'base/vector_math_unittest.cc', 1175 'base/vector_math_unittest.cc',
1166 'base/video_frame_pool_unittest.cc', 1176 'base/video_frame_pool_unittest.cc',
1167 'base/video_frame_unittest.cc', 1177 'base/video_frame_unittest.cc',
1168 'base/video_util_unittest.cc', 1178 'base/video_util_unittest.cc',
1169 'base/wall_clock_time_source_unittest.cc', 1179 'base/wall_clock_time_source_unittest.cc',
1170 'base/yuv_convert_unittest.cc', 1180 'base/yuv_convert_unittest.cc',
1171 'blink/skcanvas_video_renderer_unittest.cc', 1181 'blink/skcanvas_video_renderer_unittest.cc',
1182 'capture/animated_content_sampler_unittest.cc',
1183 'capture/capture_resolution_chooser_unittest.cc',
1184 'capture/smooth_event_sampler_unittest.cc',
1185 'capture/video_capture_oracle_unittest.cc',
1172 'cdm/aes_decryptor_unittest.cc', 1186 'cdm/aes_decryptor_unittest.cc',
1173 'cdm/cenc_utils_unittest.cc', 1187 'cdm/cenc_utils_unittest.cc',
1174 'cdm/json_web_key_unittest.cc', 1188 'cdm/json_web_key_unittest.cc',
1175 'ffmpeg/ffmpeg_common_unittest.cc', 1189 'ffmpeg/ffmpeg_common_unittest.cc',
1176 'filters/audio_clock_unittest.cc', 1190 'filters/audio_clock_unittest.cc',
1177 'filters/audio_decoder_selector_unittest.cc', 1191 'filters/audio_decoder_selector_unittest.cc',
1178 'filters/audio_decoder_unittest.cc', 1192 'filters/audio_decoder_unittest.cc',
1179 'filters/audio_file_reader_unittest.cc', 1193 'filters/audio_file_reader_unittest.cc',
1180 'filters/audio_renderer_algorithm_unittest.cc', 1194 'filters/audio_renderer_algorithm_unittest.cc',
1181 'filters/blocking_url_protocol_unittest.cc', 1195 'filters/blocking_url_protocol_unittest.cc',
(...skipping 789 matching lines...) Expand 10 before | Expand all | Expand 10 after
1971 'dependencies': [ 1985 'dependencies': [
1972 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1986 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1973 ], 1987 ],
1974 }], 1988 }],
1975 ], 1989 ],
1976 }, 1990 },
1977 ], 1991 ],
1978 }], 1992 }],
1979 ], 1993 ],
1980 } 1994 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698