| 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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 'base/decryptor.h', | 291 'base/decryptor.h', |
| 292 'base/demuxer.cc', | 292 'base/demuxer.cc', |
| 293 'base/demuxer.h', | 293 'base/demuxer.h', |
| 294 'base/demuxer_stream.cc', | 294 'base/demuxer_stream.cc', |
| 295 'base/demuxer_stream.h', | 295 'base/demuxer_stream.h', |
| 296 'base/demuxer_stream_provider.cc', | 296 'base/demuxer_stream_provider.cc', |
| 297 'base/demuxer_stream_provider.h', | 297 'base/demuxer_stream_provider.h', |
| 298 'base/djb2.cc', | 298 'base/djb2.cc', |
| 299 'base/djb2.h', | 299 'base/djb2.h', |
| 300 'base/eme_constants.h', | 300 'base/eme_constants.h', |
| 301 'base/encryption_scheme.cc', |
| 302 'base/encryption_scheme.h', |
| 301 'base/key_system_info.cc', | 303 'base/key_system_info.cc', |
| 302 'base/key_system_info.h', | 304 'base/key_system_info.h', |
| 303 'base/key_systems.cc', | 305 'base/key_systems.cc', |
| 304 'base/key_systems.h', | 306 'base/key_systems.h', |
| 305 'base/key_systems_support_uma.cc', | 307 'base/key_systems_support_uma.cc', |
| 306 'base/key_systems_support_uma.h', | 308 'base/key_systems_support_uma.h', |
| 307 'base/keyboard_event_counter.cc', | 309 'base/keyboard_event_counter.cc', |
| 308 'base/keyboard_event_counter.h', | 310 'base/keyboard_event_counter.h', |
| 309 'base/loopback_audio_converter.cc', | 311 'base/loopback_audio_converter.cc', |
| 310 'base/loopback_audio_converter.h', | 312 'base/loopback_audio_converter.h', |
| (...skipping 1808 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2119 'dependencies': [ | 2121 'dependencies': [ |
| 2120 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2122 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2121 ], | 2123 ], |
| 2122 }], | 2124 }], |
| 2123 ], | 2125 ], |
| 2124 }, | 2126 }, |
| 2125 ], | 2127 ], |
| 2126 }], | 2128 }], |
| 2127 ], | 2129 ], |
| 2128 } | 2130 } |
| OLD | NEW |