| 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 'base/media_client.cc', | 318 'base/media_client.cc', |
| 319 'base/media_client.h', | 319 'base/media_client.h', |
| 320 'base/media_file_checker.cc', | 320 'base/media_file_checker.cc', |
| 321 'base/media_file_checker.h', | 321 'base/media_file_checker.h', |
| 322 'base/media_keys.cc', | 322 'base/media_keys.cc', |
| 323 'base/media_keys.h', | 323 'base/media_keys.h', |
| 324 'base/media_log.cc', | 324 'base/media_log.cc', |
| 325 'base/media_log.h', | 325 'base/media_log.h', |
| 326 'base/media_log_event.h', | 326 'base/media_log_event.h', |
| 327 'base/media_posix.cc', | 327 'base/media_posix.cc', |
| 328 'base/media_permission.cc', |
| 329 'base/media_permission.h', |
| 328 'base/media_switches.cc', | 330 'base/media_switches.cc', |
| 329 'base/media_switches.h', | 331 'base/media_switches.h', |
| 330 'base/media_win.cc', | 332 'base/media_win.cc', |
| 331 'base/multi_channel_resampler.cc', | 333 'base/multi_channel_resampler.cc', |
| 332 'base/multi_channel_resampler.h', | 334 'base/multi_channel_resampler.h', |
| 333 'base/pipeline.cc', | 335 'base/pipeline.cc', |
| 334 'base/pipeline.h', | 336 'base/pipeline.h', |
| 335 'base/pipeline_status.h', | 337 'base/pipeline_status.h', |
| 336 'base/player_tracker.cc', | 338 'base/player_tracker.cc', |
| 337 'base/player_tracker.h', | 339 'base/player_tracker.h', |
| (...skipping 1582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1920 '../build/isolate.gypi', | 1922 '../build/isolate.gypi', |
| 1921 ], | 1923 ], |
| 1922 'sources': [ | 1924 'sources': [ |
| 1923 'media_unittests.isolate', | 1925 'media_unittests.isolate', |
| 1924 ], | 1926 ], |
| 1925 }, | 1927 }, |
| 1926 ], | 1928 ], |
| 1927 }], | 1929 }], |
| 1928 ], | 1930 ], |
| 1929 } | 1931 } |
| OLD | NEW |