| 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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 'base/decryptor.h', | 315 'base/decryptor.h', |
| 316 'base/demuxer.cc', | 316 'base/demuxer.cc', |
| 317 'base/demuxer.h', | 317 'base/demuxer.h', |
| 318 'base/demuxer_stream.cc', | 318 'base/demuxer_stream.cc', |
| 319 'base/demuxer_stream.h', | 319 'base/demuxer_stream.h', |
| 320 'base/demuxer_stream_provider.cc', | 320 'base/demuxer_stream_provider.cc', |
| 321 'base/demuxer_stream_provider.h', | 321 'base/demuxer_stream_provider.h', |
| 322 'base/djb2.cc', | 322 'base/djb2.cc', |
| 323 'base/djb2.h', | 323 'base/djb2.h', |
| 324 'base/eme_constants.h', | 324 'base/eme_constants.h', |
| 325 'base/encryption_scheme.cc', |
| 326 'base/encryption_scheme.h', |
| 325 'base/key_system_info.cc', | 327 'base/key_system_info.cc', |
| 326 'base/key_system_info.h', | 328 'base/key_system_info.h', |
| 327 'base/key_systems.cc', | 329 'base/key_systems.cc', |
| 328 'base/key_systems.h', | 330 'base/key_systems.h', |
| 329 'base/keyboard_event_counter.cc', | 331 'base/keyboard_event_counter.cc', |
| 330 'base/keyboard_event_counter.h', | 332 'base/keyboard_event_counter.h', |
| 331 'base/loopback_audio_converter.cc', | 333 'base/loopback_audio_converter.cc', |
| 332 'base/loopback_audio_converter.h', | 334 'base/loopback_audio_converter.h', |
| 333 'base/mac/avfoundation_glue.h', | 335 'base/mac/avfoundation_glue.h', |
| 334 'base/mac/avfoundation_glue.mm', | 336 'base/mac/avfoundation_glue.mm', |
| (...skipping 1849 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2184 'dependencies': [ | 2186 'dependencies': [ |
| 2185 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2187 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2186 ], | 2188 ], |
| 2187 }], | 2189 }], |
| 2188 ], | 2190 ], |
| 2189 }, | 2191 }, |
| 2190 ], | 2192 ], |
| 2191 }], | 2193 }], |
| 2192 ], | 2194 ], |
| 2193 } | 2195 } |
| OLD | NEW |