| 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 596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 607 'video/capture/win/video_capture_device_mf_win.cc', | 607 'video/capture/win/video_capture_device_mf_win.cc', |
| 608 'video/capture/win/video_capture_device_mf_win.h', | 608 'video/capture/win/video_capture_device_mf_win.h', |
| 609 'video/capture/win/video_capture_device_win.cc', | 609 'video/capture/win/video_capture_device_win.cc', |
| 610 'video/capture/win/video_capture_device_win.h', | 610 'video/capture/win/video_capture_device_win.h', |
| 611 'video/fake_video_encode_accelerator.cc', | 611 'video/fake_video_encode_accelerator.cc', |
| 612 'video/fake_video_encode_accelerator.h', | 612 'video/fake_video_encode_accelerator.h', |
| 613 'video/h264_poc.cc', | 613 'video/h264_poc.cc', |
| 614 'video/h264_poc.h', | 614 'video/h264_poc.h', |
| 615 'video/picture.cc', | 615 'video/picture.cc', |
| 616 'video/picture.h', | 616 'video/picture.h', |
| 617 'video/jpeg_decode_accelerator.cc', |
| 618 'video/jpeg_decode_accelerator.h', |
| 617 'video/video_decode_accelerator.cc', | 619 'video/video_decode_accelerator.cc', |
| 618 'video/video_decode_accelerator.h', | 620 'video/video_decode_accelerator.h', |
| 619 'video/video_encode_accelerator.cc', | 621 'video/video_encode_accelerator.cc', |
| 620 'video/video_encode_accelerator.h', | 622 'video/video_encode_accelerator.h', |
| 621 'formats/webm/webm_webvtt_parser.h' | 623 'formats/webm/webm_webvtt_parser.h' |
| 622 ], | 624 ], |
| 623 'direct_dependent_settings': { | 625 'direct_dependent_settings': { |
| 624 'include_dirs': [ | 626 'include_dirs': [ |
| 625 '..', | 627 '..', |
| 626 ], | 628 ], |
| (...skipping 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1946 '../build/isolate.gypi', | 1948 '../build/isolate.gypi', |
| 1947 ], | 1949 ], |
| 1948 'sources': [ | 1950 'sources': [ |
| 1949 'media_unittests.isolate', | 1951 'media_unittests.isolate', |
| 1950 ], | 1952 ], |
| 1951 }, | 1953 }, |
| 1952 ], | 1954 ], |
| 1953 }], | 1955 }], |
| 1954 ], | 1956 ], |
| 1955 } | 1957 } |
| OLD | NEW |