| 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 1580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1591 'base/fake_audio_render_callback.cc', | 1591 'base/fake_audio_render_callback.cc', |
| 1592 'base/fake_audio_render_callback.h', | 1592 'base/fake_audio_render_callback.h', |
| 1593 'base/fake_audio_renderer_sink.cc', | 1593 'base/fake_audio_renderer_sink.cc', |
| 1594 'base/fake_audio_renderer_sink.h', | 1594 'base/fake_audio_renderer_sink.h', |
| 1595 'base/fake_demuxer_stream.cc', | 1595 'base/fake_demuxer_stream.cc', |
| 1596 'base/fake_demuxer_stream.h', | 1596 'base/fake_demuxer_stream.h', |
| 1597 'base/fake_media_resources.cc', | 1597 'base/fake_media_resources.cc', |
| 1598 'base/fake_media_resources.h', | 1598 'base/fake_media_resources.h', |
| 1599 'base/fake_output_device.cc', | 1599 'base/fake_output_device.cc', |
| 1600 'base/fake_output_device.h', | 1600 'base/fake_output_device.h', |
| 1601 'base/fake_single_thread_task_runner.cc', |
| 1602 'base/fake_single_thread_task_runner.h', |
| 1601 'base/fake_text_track_stream.cc', | 1603 'base/fake_text_track_stream.cc', |
| 1602 'base/fake_text_track_stream.h', | 1604 'base/fake_text_track_stream.h', |
| 1603 'base/gmock_callback_support.h', | 1605 'base/gmock_callback_support.h', |
| 1604 'base/mock_audio_renderer_sink.cc', | 1606 'base/mock_audio_renderer_sink.cc', |
| 1605 'base/mock_audio_renderer_sink.h', | 1607 'base/mock_audio_renderer_sink.h', |
| 1606 'base/mock_demuxer_host.cc', | 1608 'base/mock_demuxer_host.cc', |
| 1607 'base/mock_demuxer_host.h', | 1609 'base/mock_demuxer_host.h', |
| 1608 'base/mock_filters.cc', | 1610 'base/mock_filters.cc', |
| 1609 'base/mock_filters.h', | 1611 'base/mock_filters.h', |
| 1610 'base/mock_media_log.cc', | 1612 'base/mock_media_log.cc', |
| (...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2114 'dependencies': [ | 2116 'dependencies': [ |
| 2115 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2117 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2116 ], | 2118 ], |
| 2117 }], | 2119 }], |
| 2118 ], | 2120 ], |
| 2119 }, | 2121 }, |
| 2120 ], | 2122 ], |
| 2121 }], | 2123 }], |
| 2122 ], | 2124 ], |
| 2123 } | 2125 } |
| OLD | NEW |