| 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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 'base/cdm_promise.cc', | 308 'base/cdm_promise.cc', |
| 309 'base/cdm_promise.h', | 309 'base/cdm_promise.h', |
| 310 'base/cdm_promise_adapter.cc', | 310 'base/cdm_promise_adapter.cc', |
| 311 'base/cdm_promise_adapter.h', | 311 'base/cdm_promise_adapter.h', |
| 312 'base/channel_mixer.cc', | 312 'base/channel_mixer.cc', |
| 313 'base/channel_mixer.h', | 313 'base/channel_mixer.h', |
| 314 'base/channel_mixing_matrix.cc', | 314 'base/channel_mixing_matrix.cc', |
| 315 'base/channel_mixing_matrix.h', | 315 'base/channel_mixing_matrix.h', |
| 316 'base/container_names.cc', | 316 'base/container_names.cc', |
| 317 'base/container_names.h', | 317 'base/container_names.h', |
| 318 'base/crash_keys.cc', |
| 319 'base/crash_keys.h', |
| 318 'base/data_buffer.cc', | 320 'base/data_buffer.cc', |
| 319 'base/data_buffer.h', | 321 'base/data_buffer.h', |
| 320 'base/data_source.cc', | 322 'base/data_source.cc', |
| 321 'base/data_source.h', | 323 'base/data_source.h', |
| 322 'base/decode_status.cc', | 324 'base/decode_status.cc', |
| 323 'base/decode_status.h', | 325 'base/decode_status.h', |
| 324 'base/decoder_buffer.cc', | 326 'base/decoder_buffer.cc', |
| 325 'base/decoder_buffer.h', | 327 'base/decoder_buffer.h', |
| 326 'base/decoder_buffer_queue.cc', | 328 'base/decoder_buffer_queue.cc', |
| 327 'base/decoder_buffer_queue.h', | 329 'base/decoder_buffer_queue.h', |
| (...skipping 1955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2283 'dependencies': [ | 2285 'dependencies': [ |
| 2284 '../build/linux/system.gyp:libdrm', | 2286 '../build/linux/system.gyp:libdrm', |
| 2285 ] | 2287 ] |
| 2286 }], | 2288 }], |
| 2287 ], | 2289 ], |
| 2288 } | 2290 } |
| 2289 ] | 2291 ] |
| 2290 }], | 2292 }], |
| 2291 ], | 2293 ], |
| 2292 } | 2294 } |
| OLD | NEW |