| 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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 'base/player_tracker.cc', | 338 'base/player_tracker.cc', |
| 339 'base/player_tracker.h', | 339 'base/player_tracker.h', |
| 340 'base/ranges.cc', | 340 'base/ranges.cc', |
| 341 'base/ranges.h', | 341 'base/ranges.h', |
| 342 'base/renderer.cc', | 342 'base/renderer.cc', |
| 343 'base/renderer.h', | 343 'base/renderer.h', |
| 344 'base/renderer_factory.cc', | 344 'base/renderer_factory.cc', |
| 345 'base/renderer_factory.h', | 345 'base/renderer_factory.h', |
| 346 'base/sample_format.cc', | 346 'base/sample_format.cc', |
| 347 'base/sample_format.h', | 347 'base/sample_format.h', |
| 348 'base/scoped_histogram_timer.h', | |
| 349 'base/seekable_buffer.cc', | 348 'base/seekable_buffer.cc', |
| 350 'base/seekable_buffer.h', | 349 'base/seekable_buffer.h', |
| 351 'base/serial_runner.cc', | 350 'base/serial_runner.cc', |
| 352 'base/serial_runner.h', | 351 'base/serial_runner.h', |
| 353 'base/simd/convert_rgb_to_yuv.h', | 352 'base/simd/convert_rgb_to_yuv.h', |
| 354 'base/simd/convert_rgb_to_yuv_c.cc', | 353 'base/simd/convert_rgb_to_yuv_c.cc', |
| 355 'base/simd/convert_yuv_to_rgb.h', | 354 'base/simd/convert_yuv_to_rgb.h', |
| 356 'base/simd/convert_yuv_to_rgb_c.cc', | 355 'base/simd/convert_yuv_to_rgb_c.cc', |
| 357 'base/simd/filter_yuv.h', | 356 'base/simd/filter_yuv.h', |
| 358 'base/simd/filter_yuv_c.cc', | 357 'base/simd/filter_yuv_c.cc', |
| (...skipping 1568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1927 '../build/isolate.gypi', | 1926 '../build/isolate.gypi', |
| 1928 ], | 1927 ], |
| 1929 'sources': [ | 1928 'sources': [ |
| 1930 'media_unittests.isolate', | 1929 'media_unittests.isolate', |
| 1931 ], | 1930 ], |
| 1932 }, | 1931 }, |
| 1933 ], | 1932 ], |
| 1934 }], | 1933 }], |
| 1935 ], | 1934 ], |
| 1936 } | 1935 } |
| OLD | NEW |