| 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 'audio/alsa/audio_manager_alsa.h', | 85 'audio/alsa/audio_manager_alsa.h', |
| 86 'audio/android/audio_manager_android.cc', | 86 'audio/android/audio_manager_android.cc', |
| 87 'audio/android/audio_manager_android.h', | 87 'audio/android/audio_manager_android.h', |
| 88 'audio/android/audio_record_input.cc', | 88 'audio/android/audio_record_input.cc', |
| 89 'audio/android/audio_record_input.h', | 89 'audio/android/audio_record_input.h', |
| 90 'audio/android/opensles_input.cc', | 90 'audio/android/opensles_input.cc', |
| 91 'audio/android/opensles_input.h', | 91 'audio/android/opensles_input.h', |
| 92 'audio/android/opensles_output.cc', | 92 'audio/android/opensles_output.cc', |
| 93 'audio/android/opensles_output.h', | 93 'audio/android/opensles_output.h', |
| 94 'audio/android/opensles_wrapper.cc', | 94 'audio/android/opensles_wrapper.cc', |
| 95 'audio/audio_buffers_state.cc', | |
| 96 'audio/audio_buffers_state.h', | |
| 97 'audio/audio_device_name.cc', | 95 'audio/audio_device_name.cc', |
| 98 'audio/audio_device_name.h', | 96 'audio/audio_device_name.h', |
| 99 'audio/audio_device_thread.cc', | 97 'audio/audio_device_thread.cc', |
| 100 'audio/audio_device_thread.h', | 98 'audio/audio_device_thread.h', |
| 101 'audio/audio_input_controller.cc', | 99 'audio/audio_input_controller.cc', |
| 102 'audio/audio_input_controller.h', | 100 'audio/audio_input_controller.h', |
| 103 'audio/audio_input_device.cc', | 101 'audio/audio_input_device.cc', |
| 104 'audio/audio_input_device.h', | 102 'audio/audio_input_device.h', |
| 105 'audio/audio_input_ipc.cc', | 103 'audio/audio_input_ipc.cc', |
| 106 'audio/audio_input_ipc.h', | 104 'audio/audio_input_ipc.h', |
| (...skipping 1834 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1941 ['include', '^base/mac/videotoolbox_glue\\.h$'], | 1939 ['include', '^base/mac/videotoolbox_glue\\.h$'], |
| 1942 ['include', '^base/mac/videotoolbox_glue\\.mm$'], | 1940 ['include', '^base/mac/videotoolbox_glue\\.mm$'], |
| 1943 ], | 1941 ], |
| 1944 }], | 1942 }], |
| 1945 ], # target_conditions | 1943 ], # target_conditions |
| 1946 }, | 1944 }, |
| 1947 ], | 1945 ], |
| 1948 }], | 1946 }], |
| 1949 ], | 1947 ], |
| 1950 } | 1948 } |
| OLD | NEW |