| 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 'base/media_log.h', | 168 'base/media_log.h', |
| 169 'base/media_log_event.h', | 169 'base/media_log_event.h', |
| 170 'base/media_posix.cc', | 170 'base/media_posix.cc', |
| 171 'base/media_switches.cc', | 171 'base/media_switches.cc', |
| 172 'base/media_switches.h', | 172 'base/media_switches.h', |
| 173 'base/media_win.cc', | 173 'base/media_win.cc', |
| 174 'base/message_loop_factory.cc', | 174 'base/message_loop_factory.cc', |
| 175 'base/message_loop_factory.h', | 175 'base/message_loop_factory.h', |
| 176 'base/pipeline.cc', | 176 'base/pipeline.cc', |
| 177 'base/pipeline.h', | 177 'base/pipeline.h', |
| 178 'base/pipeline_status.cc', |
| 178 'base/pipeline_status.h', | 179 'base/pipeline_status.h', |
| 179 'base/ranges.h', | 180 'base/ranges.h', |
| 180 'base/seekable_buffer.cc', | 181 'base/seekable_buffer.cc', |
| 181 'base/seekable_buffer.h', | 182 'base/seekable_buffer.h', |
| 182 'base/state_matrix.cc', | 183 'base/state_matrix.cc', |
| 183 'base/state_matrix.h', | 184 'base/state_matrix.h', |
| 184 'base/stream_parser.cc', | 185 'base/stream_parser.cc', |
| 185 'base/stream_parser.h', | 186 'base/stream_parser.h', |
| 186 'base/stream_parser_buffer.cc', | 187 'base/stream_parser_buffer.cc', |
| 187 'base/stream_parser_buffer.h', | 188 'base/stream_parser_buffer.h', |
| (...skipping 890 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 |