| 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 539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 550 'video/capture/win/sink_filter_win.cc', | 550 'video/capture/win/sink_filter_win.cc', |
| 551 'video/capture/win/sink_filter_win.h', | 551 'video/capture/win/sink_filter_win.h', |
| 552 'video/capture/win/sink_input_pin_win.cc', | 552 'video/capture/win/sink_input_pin_win.cc', |
| 553 'video/capture/win/sink_input_pin_win.h', | 553 'video/capture/win/sink_input_pin_win.h', |
| 554 'video/capture/win/video_capture_device_factory_win.cc', | 554 'video/capture/win/video_capture_device_factory_win.cc', |
| 555 'video/capture/win/video_capture_device_factory_win.h', | 555 'video/capture/win/video_capture_device_factory_win.h', |
| 556 'video/capture/win/video_capture_device_mf_win.cc', | 556 'video/capture/win/video_capture_device_mf_win.cc', |
| 557 'video/capture/win/video_capture_device_mf_win.h', | 557 'video/capture/win/video_capture_device_mf_win.h', |
| 558 'video/capture/win/video_capture_device_win.cc', | 558 'video/capture/win/video_capture_device_win.cc', |
| 559 'video/capture/win/video_capture_device_win.h', | 559 'video/capture/win/video_capture_device_win.h', |
| 560 'video/fake_video_encode_accelerator.cc', |
| 561 'video/fake_video_encode_accelerator.h', |
| 560 'video/h264_poc.cc', | 562 'video/h264_poc.cc', |
| 561 'video/h264_poc.h', | 563 'video/h264_poc.h', |
| 562 'video/picture.cc', | 564 'video/picture.cc', |
| 563 'video/picture.h', | 565 'video/picture.h', |
| 564 'video/video_decode_accelerator.cc', | 566 'video/video_decode_accelerator.cc', |
| 565 'video/video_decode_accelerator.h', | 567 'video/video_decode_accelerator.h', |
| 566 'video/video_encode_accelerator.cc', | 568 'video/video_encode_accelerator.cc', |
| 567 'video/video_encode_accelerator.h', | 569 'video/video_encode_accelerator.h', |
| 568 'formats/common/offset_byte_queue.cc', | 570 'formats/common/offset_byte_queue.cc', |
| 569 'formats/common/offset_byte_queue.h', | 571 'formats/common/offset_byte_queue.h', |
| (...skipping 1329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1899 '../build/isolate.gypi', | 1901 '../build/isolate.gypi', |
| 1900 ], | 1902 ], |
| 1901 'sources': [ | 1903 'sources': [ |
| 1902 'media_unittests.isolate', | 1904 'media_unittests.isolate', |
| 1903 ], | 1905 ], |
| 1904 }, | 1906 }, |
| 1905 ], | 1907 ], |
| 1906 }], | 1908 }], |
| 1907 ], | 1909 ], |
| 1908 } | 1910 } |
| OLD | NEW |