| 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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 'base/video_decoder.cc', | 342 'base/video_decoder.cc', |
| 343 'base/video_decoder.h', | 343 'base/video_decoder.h', |
| 344 'base/video_decoder_config.cc', | 344 'base/video_decoder_config.cc', |
| 345 'base/video_decoder_config.h', | 345 'base/video_decoder_config.h', |
| 346 'base/video_frame.cc', | 346 'base/video_frame.cc', |
| 347 'base/video_frame.h', | 347 'base/video_frame.h', |
| 348 'base/video_frame_pool.cc', | 348 'base/video_frame_pool.cc', |
| 349 'base/video_frame_pool.h', | 349 'base/video_frame_pool.h', |
| 350 'base/video_renderer.cc', | 350 'base/video_renderer.cc', |
| 351 'base/video_renderer.h', | 351 'base/video_renderer.h', |
| 352 'base/video_rotation.h', |
| 352 'base/video_util.cc', | 353 'base/video_util.cc', |
| 353 'base/video_util.h', | 354 'base/video_util.h', |
| 354 'base/yuv_convert.cc', | 355 'base/yuv_convert.cc', |
| 355 'base/yuv_convert.h', | 356 'base/yuv_convert.h', |
| 356 'cdm/aes_decryptor.cc', | 357 'cdm/aes_decryptor.cc', |
| 357 'cdm/aes_decryptor.h', | 358 'cdm/aes_decryptor.h', |
| 358 'cdm/json_web_key.cc', | 359 'cdm/json_web_key.cc', |
| 359 'cdm/json_web_key.h', | 360 'cdm/json_web_key.h', |
| 360 'cdm/key_system_names.cc', | 361 'cdm/key_system_names.cc', |
| 361 'cdm/key_system_names.h', | 362 'cdm/key_system_names.h', |
| (...skipping 1386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1748 ], | 1749 ], |
| 1749 }], | 1750 }], |
| 1750 ], | 1751 ], |
| 1751 }], | 1752 }], |
| 1752 ], | 1753 ], |
| 1753 }, | 1754 }, |
| 1754 ], | 1755 ], |
| 1755 }], | 1756 }], |
| 1756 ], | 1757 ], |
| 1757 } | 1758 } |
| OLD | NEW |