| 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 'base/video_frame_metadata.h', | 397 'base/video_frame_metadata.h', |
| 398 'base/video_frame_pool.cc', | 398 'base/video_frame_pool.cc', |
| 399 'base/video_frame_pool.h', | 399 'base/video_frame_pool.h', |
| 400 'base/video_renderer.cc', | 400 'base/video_renderer.cc', |
| 401 'base/video_renderer.h', | 401 'base/video_renderer.h', |
| 402 'base/video_rotation.h', | 402 'base/video_rotation.h', |
| 403 'base/video_util.cc', | 403 'base/video_util.cc', |
| 404 'base/video_util.h', | 404 'base/video_util.h', |
| 405 'base/wall_clock_time_source.cc', | 405 'base/wall_clock_time_source.cc', |
| 406 'base/wall_clock_time_source.h', | 406 'base/wall_clock_time_source.h', |
| 407 'base/win/mf_initializer.cc', |
| 408 'base/win/mf_initializer.h', |
| 407 'base/yuv_convert.cc', | 409 'base/yuv_convert.cc', |
| 408 'base/yuv_convert.h', | 410 'base/yuv_convert.h', |
| 409 'blink/skcanvas_video_renderer.cc', | 411 'blink/skcanvas_video_renderer.cc', |
| 410 'blink/skcanvas_video_renderer.h', | 412 'blink/skcanvas_video_renderer.h', |
| 411 'cdm/aes_decryptor.cc', | 413 'cdm/aes_decryptor.cc', |
| 412 'cdm/aes_decryptor.h', | 414 'cdm/aes_decryptor.h', |
| 413 'cdm/cenc_utils.cc', | 415 'cdm/cenc_utils.cc', |
| 414 'cdm/cenc_utils.h', | 416 'cdm/cenc_utils.h', |
| 415 'cdm/default_cdm_factory.cc', | 417 'cdm/default_cdm_factory.cc', |
| 416 'cdm/default_cdm_factory.h', | 418 'cdm/default_cdm_factory.h', |
| (...skipping 1552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1969 'dependencies': [ | 1971 'dependencies': [ |
| 1970 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1972 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1971 ], | 1973 ], |
| 1972 }], | 1974 }], |
| 1973 ], | 1975 ], |
| 1974 }, | 1976 }, |
| 1975 ], | 1977 ], |
| 1976 }], | 1978 }], |
| 1977 ], | 1979 ], |
| 1978 } | 1980 } |
| OLD | NEW |