| 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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 'base/video_renderer.h', | 385 'base/video_renderer.h', |
| 386 'base/video_rotation.h', | 386 'base/video_rotation.h', |
| 387 'base/video_util.cc', | 387 'base/video_util.cc', |
| 388 'base/video_util.h', | 388 'base/video_util.h', |
| 389 'base/yuv_convert.cc', | 389 'base/yuv_convert.cc', |
| 390 'base/yuv_convert.h', | 390 'base/yuv_convert.h', |
| 391 'base/wall_clock_time_source.cc', | 391 'base/wall_clock_time_source.cc', |
| 392 'base/wall_clock_time_source.h', | 392 'base/wall_clock_time_source.h', |
| 393 'cdm/aes_decryptor.cc', | 393 'cdm/aes_decryptor.cc', |
| 394 'cdm/aes_decryptor.h', | 394 'cdm/aes_decryptor.h', |
| 395 'cdm/default_cdm_factory.cc', |
| 396 'cdm/default_cdm_factory.h', |
| 395 'cdm/json_web_key.cc', | 397 'cdm/json_web_key.cc', |
| 396 'cdm/json_web_key.h', | 398 'cdm/json_web_key.h', |
| 397 'cdm/key_system_names.cc', | 399 'cdm/key_system_names.cc', |
| 398 'cdm/key_system_names.h', | 400 'cdm/key_system_names.h', |
| 399 'cdm/player_tracker_impl.cc', | 401 'cdm/player_tracker_impl.cc', |
| 400 'cdm/player_tracker_impl.h', | 402 'cdm/player_tracker_impl.h', |
| 401 'cdm/proxy_decryptor.cc', | 403 'cdm/proxy_decryptor.cc', |
| 402 'cdm/proxy_decryptor.h', | 404 'cdm/proxy_decryptor.h', |
| 403 'ffmpeg/ffmpeg_common.cc', | 405 'ffmpeg/ffmpeg_common.cc', |
| 404 'ffmpeg/ffmpeg_common.h', | 406 'ffmpeg/ffmpeg_common.h', |
| (...skipping 1483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1888 '../build/isolate.gypi', | 1890 '../build/isolate.gypi', |
| 1889 ], | 1891 ], |
| 1890 'sources': [ | 1892 'sources': [ |
| 1891 'media_unittests.isolate', | 1893 'media_unittests.isolate', |
| 1892 ], | 1894 ], |
| 1893 }, | 1895 }, |
| 1894 ], | 1896 ], |
| 1895 }], | 1897 }], |
| 1896 ], | 1898 ], |
| 1897 } | 1899 } |
| OLD | NEW |