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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
394 'video/capture/mac/video_capture_device_qtkit_mac.mm', | 394 'video/capture/mac/video_capture_device_qtkit_mac.mm', |
395 | 395 |
396 'video/capture/video_capture.h', | 396 'video/capture/video_capture.h', |
397 'video/capture/video_capture_device.cc', | 397 'video/capture/video_capture_device.cc', |
398 'video/capture/video_capture_device.h', | 398 'video/capture/video_capture_device.h', |
399 'video/capture/video_capture_device_dummy.cc', | 399 'video/capture/video_capture_device_dummy.cc', |
400 'video/capture/video_capture_device_dummy.h', | 400 'video/capture/video_capture_device_dummy.h', |
401 'video/capture/video_capture_proxy.cc', | 401 'video/capture/video_capture_proxy.cc', |
402 'video/capture/video_capture_proxy.h', | 402 'video/capture/video_capture_proxy.h', |
403 'video/capture/video_capture_types.h', | 403 'video/capture/video_capture_types.h', |
404 'video/capture/video_capture_types.cc', | |
scherkus (not reviewing)
2013/09/06 00:55:01
should be in alphabetical order (.cc < .h)
mcasas
2013/09/06 09:13:13
Done.
| |
404 'video/capture/win/capability_list_win.cc', | 405 'video/capture/win/capability_list_win.cc', |
405 'video/capture/win/capability_list_win.h', | 406 'video/capture/win/capability_list_win.h', |
406 'video/capture/win/filter_base_win.cc', | 407 'video/capture/win/filter_base_win.cc', |
407 'video/capture/win/filter_base_win.h', | 408 'video/capture/win/filter_base_win.h', |
408 'video/capture/win/pin_base_win.cc', | 409 'video/capture/win/pin_base_win.cc', |
409 'video/capture/win/pin_base_win.h', | 410 'video/capture/win/pin_base_win.h', |
410 'video/capture/win/sink_filter_observer_win.h', | 411 'video/capture/win/sink_filter_observer_win.h', |
411 'video/capture/win/sink_filter_win.cc', | 412 'video/capture/win/sink_filter_win.cc', |
412 'video/capture/win/sink_filter_win.h', | 413 'video/capture/win/sink_filter_win.h', |
413 'video/capture/win/sink_input_pin_win.cc', | 414 'video/capture/win/sink_input_pin_win.cc', |
(...skipping 1260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1674 'sources': [ | 1675 'sources': [ |
1675 'tools/media_bench/media_bench.cc', | 1676 'tools/media_bench/media_bench.cc', |
1676 ], | 1677 ], |
1677 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1678 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
1678 'msvs_disabled_warnings': [ 4267, ], | 1679 'msvs_disabled_warnings': [ 4267, ], |
1679 }, | 1680 }, |
1680 ], | 1681 ], |
1681 }], | 1682 }], |
1682 ], | 1683 ], |
1683 } | 1684 } |
OLD | NEW |