| 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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 'base/demuxer.h', | 332 'base/demuxer.h', |
| 333 'base/demuxer_stream.cc', | 333 'base/demuxer_stream.cc', |
| 334 'base/demuxer_stream.h', | 334 'base/demuxer_stream.h', |
| 335 'base/demuxer_stream_provider.cc', | 335 'base/demuxer_stream_provider.cc', |
| 336 'base/demuxer_stream_provider.h', | 336 'base/demuxer_stream_provider.h', |
| 337 'base/djb2.cc', | 337 'base/djb2.cc', |
| 338 'base/djb2.h', | 338 'base/djb2.h', |
| 339 'base/eme_constants.h', | 339 'base/eme_constants.h', |
| 340 'base/encryption_scheme.cc', | 340 'base/encryption_scheme.cc', |
| 341 'base/encryption_scheme.h', | 341 'base/encryption_scheme.h', |
| 342 'base/key_system_info.cc', | |
| 343 'base/key_system_info.h', | |
| 344 'base/key_system_names.cc', | 342 'base/key_system_names.cc', |
| 345 'base/key_system_names.h', | 343 'base/key_system_names.h', |
| 346 'base/key_system_properties.cc', | 344 'base/key_system_properties.cc', |
| 347 'base/key_system_properties.h', | 345 'base/key_system_properties.h', |
| 348 'base/key_systems.cc', | 346 'base/key_systems.cc', |
| 349 'base/key_systems.h', | 347 'base/key_systems.h', |
| 350 'base/keyboard_event_counter.cc', | 348 'base/keyboard_event_counter.cc', |
| 351 'base/keyboard_event_counter.h', | 349 'base/keyboard_event_counter.h', |
| 352 'base/loopback_audio_converter.cc', | 350 'base/loopback_audio_converter.cc', |
| 353 'base/loopback_audio_converter.h', | 351 'base/loopback_audio_converter.h', |
| (...skipping 1928 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2282 'dependencies': [ | 2280 'dependencies': [ |
| 2283 '../build/linux/system.gyp:libdrm', | 2281 '../build/linux/system.gyp:libdrm', |
| 2284 ] | 2282 ] |
| 2285 }], | 2283 }], |
| 2286 ], | 2284 ], |
| 2287 } | 2285 } |
| 2288 ] | 2286 ] |
| 2289 }], | 2287 }], |
| 2290 ], | 2288 ], |
| 2291 } | 2289 } |
| OLD | NEW |