| 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 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 561 'filters/stream_parser_factory.cc', | 561 'filters/stream_parser_factory.cc', |
| 562 'filters/stream_parser_factory.h', | 562 'filters/stream_parser_factory.h', |
| 563 'filters/video_cadence_estimator.cc', | 563 'filters/video_cadence_estimator.cc', |
| 564 'filters/video_cadence_estimator.h', | 564 'filters/video_cadence_estimator.h', |
| 565 'filters/video_renderer_algorithm.cc', | 565 'filters/video_renderer_algorithm.cc', |
| 566 'filters/video_renderer_algorithm.h', | 566 'filters/video_renderer_algorithm.h', |
| 567 'filters/vp8_bool_decoder.cc', | 567 'filters/vp8_bool_decoder.cc', |
| 568 'filters/vp8_bool_decoder.h', | 568 'filters/vp8_bool_decoder.h', |
| 569 'filters/vp8_parser.cc', | 569 'filters/vp8_parser.cc', |
| 570 'filters/vp8_parser.h', | 570 'filters/vp8_parser.h', |
| 571 'filters/vp9_bool_decoder.cc', |
| 572 'filters/vp9_bool_decoder.h', |
| 573 'filters/vp9_compressed_header_parser.cc', |
| 574 'filters/vp9_compressed_header_parser.h', |
| 571 'filters/vp9_parser.cc', | 575 'filters/vp9_parser.cc', |
| 572 'filters/vp9_parser.h', | 576 'filters/vp9_parser.h', |
| 573 'filters/vp9_raw_bits_reader.cc', | 577 'filters/vp9_raw_bits_reader.cc', |
| 574 'filters/vp9_raw_bits_reader.h', | 578 'filters/vp9_raw_bits_reader.h', |
| 579 'filters/vp9_uncompressed_header_parser.cc', |
| 580 'filters/vp9_uncompressed_header_parser.h', |
| 575 'filters/vpx_video_decoder.cc', | 581 'filters/vpx_video_decoder.cc', |
| 576 'filters/vpx_video_decoder.h', | 582 'filters/vpx_video_decoder.h', |
| 577 'filters/webvtt_util.h', | 583 'filters/webvtt_util.h', |
| 578 'filters/wsola_internals.cc', | 584 'filters/wsola_internals.cc', |
| 579 'filters/wsola_internals.h', | 585 'filters/wsola_internals.h', |
| 580 'formats/common/offset_byte_queue.cc', | 586 'formats/common/offset_byte_queue.cc', |
| 581 'formats/common/offset_byte_queue.h', | 587 'formats/common/offset_byte_queue.h', |
| 582 'formats/webm/webm_audio_client.cc', | 588 'formats/webm/webm_audio_client.cc', |
| 583 'formats/webm/webm_audio_client.h', | 589 'formats/webm/webm_audio_client.h', |
| 584 'formats/webm/webm_cluster_parser.cc', | 590 'formats/webm/webm_cluster_parser.cc', |
| (...skipping 1721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2306 'dependencies': [ | 2312 'dependencies': [ |
| 2307 '../build/linux/system.gyp:libdrm', | 2313 '../build/linux/system.gyp:libdrm', |
| 2308 ] | 2314 ] |
| 2309 }], | 2315 }], |
| 2310 ], | 2316 ], |
| 2311 } | 2317 } |
| 2312 ] | 2318 ] |
| 2313 }], | 2319 }], |
| 2314 ], | 2320 ], |
| 2315 } | 2321 } |
| OLD | NEW |