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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
411 'base/timestamp_constants.h', | 411 'base/timestamp_constants.h', |
412 'base/user_input_monitor.cc', | 412 'base/user_input_monitor.cc', |
413 'base/user_input_monitor.h', | 413 'base/user_input_monitor.h', |
414 'base/user_input_monitor_linux.cc', | 414 'base/user_input_monitor_linux.cc', |
415 'base/user_input_monitor_mac.cc', | 415 'base/user_input_monitor_mac.cc', |
416 'base/user_input_monitor_win.cc', | 416 'base/user_input_monitor_win.cc', |
417 'base/video_capture_types.cc', | 417 'base/video_capture_types.cc', |
418 'base/video_capture_types.h', | 418 'base/video_capture_types.h', |
419 'base/video_capturer_source.cc', | 419 'base/video_capturer_source.cc', |
420 'base/video_capturer_source.h', | 420 'base/video_capturer_source.h', |
| 421 'base/video_codecs.cc', |
| 422 'base/video_codecs.h', |
421 'base/video_decoder.cc', | 423 'base/video_decoder.cc', |
422 'base/video_decoder.h', | 424 'base/video_decoder.h', |
423 'base/video_decoder_config.cc', | 425 'base/video_decoder_config.cc', |
424 'base/video_decoder_config.h', | 426 'base/video_decoder_config.h', |
425 'base/video_frame.cc', | 427 'base/video_frame.cc', |
426 'base/video_frame.h', | 428 'base/video_frame.h', |
427 'base/video_frame_metadata.cc', | 429 'base/video_frame_metadata.cc', |
428 'base/video_frame_metadata.h', | 430 'base/video_frame_metadata.h', |
429 'base/video_frame_pool.cc', | 431 'base/video_frame_pool.cc', |
430 'base/video_frame_pool.h', | 432 'base/video_frame_pool.h', |
(...skipping 1737 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2168 'dependencies': [ | 2170 'dependencies': [ |
2169 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2171 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2170 ], | 2172 ], |
2171 }], | 2173 }], |
2172 ], | 2174 ], |
2173 }, | 2175 }, |
2174 ], | 2176 ], |
2175 }], | 2177 }], |
2176 ], | 2178 ], |
2177 } | 2179 } |
OLD | NEW |