| 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 }, | 10 }, |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 'base/media_log_event.h', | 143 'base/media_log_event.h', |
| 144 'base/media_posix.cc', | 144 'base/media_posix.cc', |
| 145 'base/media_switches.cc', | 145 'base/media_switches.cc', |
| 146 'base/media_switches.h', | 146 'base/media_switches.h', |
| 147 'base/media_win.cc', | 147 'base/media_win.cc', |
| 148 'base/message_loop_factory.cc', | 148 'base/message_loop_factory.cc', |
| 149 'base/message_loop_factory.h', | 149 'base/message_loop_factory.h', |
| 150 'base/pipeline.cc', | 150 'base/pipeline.cc', |
| 151 'base/pipeline.h', | 151 'base/pipeline.h', |
| 152 'base/pipeline_status.h', | 152 'base/pipeline_status.h', |
| 153 'base/preload.h', | |
| 154 'base/seekable_buffer.cc', | 153 'base/seekable_buffer.cc', |
| 155 'base/seekable_buffer.h', | 154 'base/seekable_buffer.h', |
| 156 'base/state_matrix.cc', | 155 'base/state_matrix.cc', |
| 157 'base/state_matrix.h', | 156 'base/state_matrix.h', |
| 158 'base/stream_parser.cc', | 157 'base/stream_parser.cc', |
| 159 'base/stream_parser.h', | 158 'base/stream_parser.h', |
| 160 'base/video_decoder_config.cc', | 159 'base/video_decoder_config.cc', |
| 161 'base/video_decoder_config.h', | 160 'base/video_decoder_config.h', |
| 162 'base/video_frame.cc', | 161 'base/video_frame.cc', |
| 163 'base/video_frame.h', | 162 'base/video_frame.h', |
| (...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 949 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 948 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| 950 ], | 949 ], |
| 951 'sources': [ | 950 'sources': [ |
| 952 'tools/media_bench/media_bench.cc', | 951 'tools/media_bench/media_bench.cc', |
| 953 ], | 952 ], |
| 954 }, | 953 }, |
| 955 ], | 954 ], |
| 956 }] | 955 }] |
| 957 ], | 956 ], |
| 958 } | 957 } |
| OLD | NEW |