| 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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 341 'base/loopback_audio_converter.h', | 341 'base/loopback_audio_converter.h', |
| 342 'base/mac/avfoundation_glue.h', | 342 'base/mac/avfoundation_glue.h', |
| 343 'base/mac/avfoundation_glue.mm', | 343 'base/mac/avfoundation_glue.mm', |
| 344 'base/mac/coremedia_glue.h', | 344 'base/mac/coremedia_glue.h', |
| 345 'base/mac/coremedia_glue.mm', | 345 'base/mac/coremedia_glue.mm', |
| 346 'base/mac/corevideo_glue.h', | 346 'base/mac/corevideo_glue.h', |
| 347 'base/mac/video_frame_mac.cc', | 347 'base/mac/video_frame_mac.cc', |
| 348 'base/mac/video_frame_mac.h', | 348 'base/mac/video_frame_mac.h', |
| 349 'base/mac/videotoolbox_glue.h', | 349 'base/mac/videotoolbox_glue.h', |
| 350 'base/mac/videotoolbox_glue.mm', | 350 'base/mac/videotoolbox_glue.mm', |
| 351 'base/mac/videotoolbox_helpers.cc', |
| 352 'base/mac/videotoolbox_helpers.h', |
| 351 'base/media.cc', | 353 'base/media.cc', |
| 352 'base/media.h', | 354 'base/media.h', |
| 353 'base/media_client.cc', | 355 'base/media_client.cc', |
| 354 'base/media_client.h', | 356 'base/media_client.h', |
| 355 'base/media_file_checker.cc', | 357 'base/media_file_checker.cc', |
| 356 'base/media_file_checker.h', | 358 'base/media_file_checker.h', |
| 357 'base/media_keys.cc', | 359 'base/media_keys.cc', |
| 358 'base/media_keys.h', | 360 'base/media_keys.h', |
| 359 'base/media_log.cc', | 361 'base/media_log.cc', |
| 360 'base/media_log.h', | 362 'base/media_log.h', |
| (...skipping 1661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2022 '..', | 2024 '..', |
| 2023 ], | 2025 ], |
| 2024 'sources': [ | 2026 'sources': [ |
| 2025 'base/mac/coremedia_glue.h', | 2027 'base/mac/coremedia_glue.h', |
| 2026 'base/mac/coremedia_glue.mm', | 2028 'base/mac/coremedia_glue.mm', |
| 2027 'base/mac/corevideo_glue.h', | 2029 'base/mac/corevideo_glue.h', |
| 2028 'base/mac/video_frame_mac.cc', | 2030 'base/mac/video_frame_mac.cc', |
| 2029 'base/mac/video_frame_mac.h', | 2031 'base/mac/video_frame_mac.h', |
| 2030 'base/mac/videotoolbox_glue.h', | 2032 'base/mac/videotoolbox_glue.h', |
| 2031 'base/mac/videotoolbox_glue.mm', | 2033 'base/mac/videotoolbox_glue.mm', |
| 2034 'base/mac/videotoolbox_helpers.cc', |
| 2035 'base/mac/videotoolbox_helpers.h', |
| 2032 'base/simd/convert_rgb_to_yuv.h', | 2036 'base/simd/convert_rgb_to_yuv.h', |
| 2033 'base/simd/convert_rgb_to_yuv_c.cc', | 2037 'base/simd/convert_rgb_to_yuv_c.cc', |
| 2034 'base/simd/convert_yuv_to_rgb.h', | 2038 'base/simd/convert_yuv_to_rgb.h', |
| 2035 'base/simd/convert_yuv_to_rgb_c.cc', | 2039 'base/simd/convert_yuv_to_rgb_c.cc', |
| 2036 'base/simd/filter_yuv.h', | 2040 'base/simd/filter_yuv.h', |
| 2037 'base/simd/filter_yuv_c.cc', | 2041 'base/simd/filter_yuv_c.cc', |
| 2038 'base/video_frame.cc', | 2042 'base/video_frame.cc', |
| 2039 'base/video_frame.h', | 2043 'base/video_frame.h', |
| 2040 'base/video_frame_metadata.cc', | 2044 'base/video_frame_metadata.cc', |
| 2041 'base/video_frame_metadata.h', | 2045 'base/video_frame_metadata.h', |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2108 'dependencies': [ | 2112 'dependencies': [ |
| 2109 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2113 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2110 ], | 2114 ], |
| 2111 }], | 2115 }], |
| 2112 ], | 2116 ], |
| 2113 }, | 2117 }, |
| 2114 ], | 2118 ], |
| 2115 }], | 2119 }], |
| 2116 ], | 2120 ], |
| 2117 } | 2121 } |
| OLD | NEW |