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

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: rebase 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
« no previous file with comments | « media/capture/video_capture_oracle_unittest.cc ('k') | no next file » | 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) 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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 'base/video_util.cc', 400 'base/video_util.cc',
401 'base/video_util.h', 401 'base/video_util.h',
402 'base/wall_clock_time_source.cc', 402 'base/wall_clock_time_source.cc',
403 'base/wall_clock_time_source.h', 403 'base/wall_clock_time_source.h',
404 'base/win/mf_initializer.cc', 404 'base/win/mf_initializer.cc',
405 'base/win/mf_initializer.h', 405 'base/win/mf_initializer.h',
406 'base/yuv_convert.cc', 406 'base/yuv_convert.cc',
407 'base/yuv_convert.h', 407 'base/yuv_convert.h',
408 'blink/skcanvas_video_renderer.cc', 408 'blink/skcanvas_video_renderer.cc',
409 'blink/skcanvas_video_renderer.h', 409 'blink/skcanvas_video_renderer.h',
410 'capture/animated_content_sampler.cc',
411 'capture/animated_content_sampler.h',
412 'capture/capture_resolution_chooser.cc',
413 'capture/capture_resolution_chooser.h',
414 'capture/feedback_signal_accumulator.cc',
415 'capture/feedback_signal_accumulator.h',
416 'capture/screen_capture_device_core.cc',
417 'capture/screen_capture_device_core.h',
418 'capture/thread_safe_capture_oracle.cc',
419 'capture/thread_safe_capture_oracle.h',
420 'capture/smooth_event_sampler.cc',
421 'capture/smooth_event_sampler.h',
422 'capture/video_capture_oracle.cc',
423 'capture/video_capture_oracle.h',
410 'cdm/aes_decryptor.cc', 424 'cdm/aes_decryptor.cc',
411 'cdm/aes_decryptor.h', 425 'cdm/aes_decryptor.h',
412 'cdm/default_cdm_factory.cc', 426 'cdm/default_cdm_factory.cc',
413 'cdm/default_cdm_factory.h', 427 'cdm/default_cdm_factory.h',
414 'cdm/json_web_key.cc', 428 'cdm/json_web_key.cc',
415 'cdm/json_web_key.h', 429 'cdm/json_web_key.h',
416 'cdm/key_system_names.cc', 430 'cdm/key_system_names.cc',
417 'cdm/key_system_names.h', 431 'cdm/key_system_names.h',
418 'cdm/player_tracker_impl.cc', 432 'cdm/player_tracker_impl.cc',
419 'cdm/player_tracker_impl.h', 433 'cdm/player_tracker_impl.h',
(...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after
1160 'base/time_delta_interpolator_unittest.cc', 1174 'base/time_delta_interpolator_unittest.cc',
1161 'base/user_input_monitor_unittest.cc', 1175 'base/user_input_monitor_unittest.cc',
1162 'base/vector_math_testing.h', 1176 'base/vector_math_testing.h',
1163 'base/vector_math_unittest.cc', 1177 'base/vector_math_unittest.cc',
1164 'base/video_frame_pool_unittest.cc', 1178 'base/video_frame_pool_unittest.cc',
1165 'base/video_frame_unittest.cc', 1179 'base/video_frame_unittest.cc',
1166 'base/video_util_unittest.cc', 1180 'base/video_util_unittest.cc',
1167 'base/wall_clock_time_source_unittest.cc', 1181 'base/wall_clock_time_source_unittest.cc',
1168 'base/yuv_convert_unittest.cc', 1182 'base/yuv_convert_unittest.cc',
1169 'blink/skcanvas_video_renderer_unittest.cc', 1183 'blink/skcanvas_video_renderer_unittest.cc',
1184 'capture/animated_content_sampler_unittest.cc',
1185 'capture/capture_resolution_chooser_unittest.cc',
1186 'capture/feedback_signal_accumulator_unittest.cc',
1187 'capture/smooth_event_sampler_unittest.cc',
1188 'capture/video_capture_oracle_unittest.cc',
1170 'cdm/aes_decryptor_unittest.cc', 1189 'cdm/aes_decryptor_unittest.cc',
1171 'cdm/json_web_key_unittest.cc', 1190 'cdm/json_web_key_unittest.cc',
1172 'ffmpeg/ffmpeg_common_unittest.cc', 1191 'ffmpeg/ffmpeg_common_unittest.cc',
1173 'filters/audio_clock_unittest.cc', 1192 'filters/audio_clock_unittest.cc',
1174 'filters/audio_decoder_selector_unittest.cc', 1193 'filters/audio_decoder_selector_unittest.cc',
1175 'filters/audio_decoder_unittest.cc', 1194 'filters/audio_decoder_unittest.cc',
1176 'filters/audio_file_reader_unittest.cc', 1195 'filters/audio_file_reader_unittest.cc',
1177 'filters/audio_renderer_algorithm_unittest.cc', 1196 'filters/audio_renderer_algorithm_unittest.cc',
1178 'filters/blocking_url_protocol_unittest.cc', 1197 'filters/blocking_url_protocol_unittest.cc',
1179 'filters/chunk_demuxer_unittest.cc', 1198 'filters/chunk_demuxer_unittest.cc',
(...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
1954 'dependencies': [ 1973 'dependencies': [
1955 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1974 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1956 ], 1975 ],
1957 }], 1976 }],
1958 ], 1977 ],
1959 }, 1978 },
1960 ], 1979 ],
1961 }], 1980 }],
1962 ], 1981 ],
1963 } 1982 }
OLDNEW
« no previous file with comments | « media/capture/video_capture_oracle_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698