| OLD | NEW |
| 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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 'base/video_util.cc', | 396 'base/video_util.cc', |
| 397 'base/video_util.h', | 397 'base/video_util.h', |
| 398 'base/wall_clock_time_source.cc', | 398 'base/wall_clock_time_source.cc', |
| 399 'base/wall_clock_time_source.h', | 399 'base/wall_clock_time_source.h', |
| 400 'base/win/mf_initializer.cc', | 400 'base/win/mf_initializer.cc', |
| 401 'base/win/mf_initializer.h', | 401 'base/win/mf_initializer.h', |
| 402 'base/yuv_convert.cc', | 402 'base/yuv_convert.cc', |
| 403 'base/yuv_convert.h', | 403 'base/yuv_convert.h', |
| 404 'blink/skcanvas_video_renderer.cc', | 404 'blink/skcanvas_video_renderer.cc', |
| 405 'blink/skcanvas_video_renderer.h', | 405 'blink/skcanvas_video_renderer.h', |
| 406 'capture/animated_content_sampler.cc', |
| 407 'capture/animated_content_sampler.h', |
| 408 'capture/capture_resolution_chooser.cc', |
| 409 'capture/capture_resolution_chooser.h', |
| 410 'capture/feedback_signal_accumulator.cc', |
| 411 'capture/feedback_signal_accumulator.h', |
| 412 'capture/screen_capture_device_core.cc', |
| 413 'capture/screen_capture_device_core.h', |
| 414 'capture/thread_safe_capture_oracle.cc', |
| 415 'capture/thread_safe_capture_oracle.h', |
| 416 'capture/smooth_event_sampler.cc', |
| 417 'capture/smooth_event_sampler.h', |
| 418 'capture/video_capture_oracle.cc', |
| 419 'capture/video_capture_oracle.h', |
| 406 'cdm/aes_decryptor.cc', | 420 'cdm/aes_decryptor.cc', |
| 407 'cdm/aes_decryptor.h', | 421 'cdm/aes_decryptor.h', |
| 408 'cdm/default_cdm_factory.cc', | 422 'cdm/default_cdm_factory.cc', |
| 409 'cdm/default_cdm_factory.h', | 423 'cdm/default_cdm_factory.h', |
| 410 'cdm/json_web_key.cc', | 424 'cdm/json_web_key.cc', |
| 411 'cdm/json_web_key.h', | 425 'cdm/json_web_key.h', |
| 412 'cdm/key_system_names.cc', | 426 'cdm/key_system_names.cc', |
| 413 'cdm/key_system_names.h', | 427 'cdm/key_system_names.h', |
| 414 'cdm/player_tracker_impl.cc', | 428 'cdm/player_tracker_impl.cc', |
| 415 'cdm/player_tracker_impl.h', | 429 'cdm/player_tracker_impl.h', |
| (...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1155 'base/time_delta_interpolator_unittest.cc', | 1169 'base/time_delta_interpolator_unittest.cc', |
| 1156 'base/user_input_monitor_unittest.cc', | 1170 'base/user_input_monitor_unittest.cc', |
| 1157 'base/vector_math_testing.h', | 1171 'base/vector_math_testing.h', |
| 1158 'base/vector_math_unittest.cc', | 1172 'base/vector_math_unittest.cc', |
| 1159 'base/video_frame_pool_unittest.cc', | 1173 'base/video_frame_pool_unittest.cc', |
| 1160 'base/video_frame_unittest.cc', | 1174 'base/video_frame_unittest.cc', |
| 1161 'base/video_util_unittest.cc', | 1175 'base/video_util_unittest.cc', |
| 1162 'base/wall_clock_time_source_unittest.cc', | 1176 'base/wall_clock_time_source_unittest.cc', |
| 1163 'base/yuv_convert_unittest.cc', | 1177 'base/yuv_convert_unittest.cc', |
| 1164 'blink/skcanvas_video_renderer_unittest.cc', | 1178 'blink/skcanvas_video_renderer_unittest.cc', |
| 1179 'capture/animated_content_sampler_unittest.cc', |
| 1180 'capture/capture_resolution_chooser_unittest.cc', |
| 1181 'capture/feedback_signal_accumulator_unittest.cc', |
| 1182 'capture/smooth_event_sampler_unittest.cc', |
| 1183 'capture/video_capture_oracle_unittest.cc', |
| 1165 'cdm/aes_decryptor_unittest.cc', | 1184 'cdm/aes_decryptor_unittest.cc', |
| 1166 'cdm/json_web_key_unittest.cc', | 1185 'cdm/json_web_key_unittest.cc', |
| 1167 'ffmpeg/ffmpeg_common_unittest.cc', | 1186 'ffmpeg/ffmpeg_common_unittest.cc', |
| 1168 'filters/audio_clock_unittest.cc', | 1187 'filters/audio_clock_unittest.cc', |
| 1169 'filters/audio_decoder_selector_unittest.cc', | 1188 'filters/audio_decoder_selector_unittest.cc', |
| 1170 'filters/audio_decoder_unittest.cc', | 1189 'filters/audio_decoder_unittest.cc', |
| 1171 'filters/audio_file_reader_unittest.cc', | 1190 'filters/audio_file_reader_unittest.cc', |
| 1172 'filters/audio_renderer_algorithm_unittest.cc', | 1191 'filters/audio_renderer_algorithm_unittest.cc', |
| 1173 'filters/blocking_url_protocol_unittest.cc', | 1192 'filters/blocking_url_protocol_unittest.cc', |
| 1174 'filters/chunk_demuxer_unittest.cc', | 1193 'filters/chunk_demuxer_unittest.cc', |
| (...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1948 'dependencies': [ | 1967 'dependencies': [ |
| 1949 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1968 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1950 ], | 1969 ], |
| 1951 }], | 1970 }], |
| 1952 ], | 1971 ], |
| 1953 }, | 1972 }, |
| 1954 ], | 1973 ], |
| 1955 }], | 1974 }], |
| 1956 ], | 1975 ], |
| 1957 } | 1976 } |
| OLD | NEW |