| 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 PulseAudio library. |     8     # Override to dynamically link the PulseAudio library. | 
|     9     'use_pulseaudio%': 0, |     9     'use_pulseaudio%': 0, | 
|    10     # Override to dynamically link the cras (ChromeOS audio) library. |    10     # Override to dynamically link the cras (ChromeOS audio) library. | 
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|   141         'base/composite_filter.cc', |   141         'base/composite_filter.cc', | 
|   142         'base/composite_filter.h', |   142         'base/composite_filter.h', | 
|   143         'base/data_buffer.cc', |   143         'base/data_buffer.cc', | 
|   144         'base/data_buffer.h', |   144         'base/data_buffer.h', | 
|   145         'base/data_source.cc', |   145         'base/data_source.cc', | 
|   146         'base/data_source.h', |   146         'base/data_source.h', | 
|   147         'base/decoder_buffer.cc', |   147         'base/decoder_buffer.cc', | 
|   148         'base/decoder_buffer.h', |   148         'base/decoder_buffer.h', | 
|   149         'base/decrypt_config.cc', |   149         'base/decrypt_config.cc', | 
|   150         'base/decrypt_config.h', |   150         'base/decrypt_config.h', | 
 |   151         'base/decryptor.h', | 
 |   152         'base/decryptor_client.h', | 
|   151         'base/demuxer.cc', |   153         'base/demuxer.cc', | 
|   152         'base/demuxer.h', |   154         'base/demuxer.h', | 
|   153         'base/demuxer_stream.cc', |   155         'base/demuxer_stream.cc', | 
|   154         'base/demuxer_stream.h', |   156         'base/demuxer_stream.h', | 
|   155         'base/djb2.cc', |   157         'base/djb2.cc', | 
|   156         'base/djb2.h', |   158         'base/djb2.h', | 
|   157         'base/filter_collection.cc', |   159         'base/filter_collection.cc', | 
|   158         'base/filter_collection.h', |   160         'base/filter_collection.h', | 
|   159         'base/filter_host.h', |   161         'base/filter_host.h', | 
|   160         'base/filters.cc', |   162         'base/filters.cc', | 
| (...skipping 28 matching lines...) Expand all  Loading... | 
|   189         'base/video_decoder.h', |   191         'base/video_decoder.h', | 
|   190         'base/video_decoder_config.cc', |   192         'base/video_decoder_config.cc', | 
|   191         'base/video_decoder_config.h', |   193         'base/video_decoder_config.h', | 
|   192         'base/video_frame.cc', |   194         'base/video_frame.cc', | 
|   193         'base/video_frame.h', |   195         'base/video_frame.h', | 
|   194         'base/video_renderer.h', |   196         'base/video_renderer.h', | 
|   195         'base/video_util.cc', |   197         'base/video_util.cc', | 
|   196         'base/video_util.h', |   198         'base/video_util.h', | 
|   197         'crypto/aes_decryptor.cc', |   199         'crypto/aes_decryptor.cc', | 
|   198         'crypto/aes_decryptor.h', |   200         'crypto/aes_decryptor.h', | 
|   199         'crypto/decryptor_client.h', |  | 
|   200         'ffmpeg/ffmpeg_common.cc', |   201         'ffmpeg/ffmpeg_common.cc', | 
|   201         'ffmpeg/ffmpeg_common.h', |   202         'ffmpeg/ffmpeg_common.h', | 
|   202         'ffmpeg/file_protocol.cc', |   203         'ffmpeg/file_protocol.cc', | 
|   203         'ffmpeg/file_protocol.h', |   204         'ffmpeg/file_protocol.h', | 
|   204         'filters/audio_file_reader.cc', |   205         'filters/audio_file_reader.cc', | 
|   205         'filters/audio_file_reader.h', |   206         'filters/audio_file_reader.h', | 
|   206         'filters/audio_renderer_algorithm.cc', |   207         'filters/audio_renderer_algorithm.cc', | 
|   207         'filters/audio_renderer_algorithm.h', |   208         'filters/audio_renderer_algorithm.h', | 
|   208         'filters/audio_renderer_impl.cc', |   209         'filters/audio_renderer_impl.cc', | 
|   209         'filters/audio_renderer_impl.h', |   210         'filters/audio_renderer_impl.h', | 
| (...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  1078             '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |  1079             '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 
|  1079           ], |  1080           ], | 
|  1080           'sources': [ |  1081           'sources': [ | 
|  1081             'tools/media_bench/media_bench.cc', |  1082             'tools/media_bench/media_bench.cc', | 
|  1082           ], |  1083           ], | 
|  1083         }, |  1084         }, | 
|  1084       ], |  1085       ], | 
|  1085     }] |  1086     }] | 
|  1086   ], |  1087   ], | 
|  1087 } |  1088 } | 
| OLD | NEW |