| 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 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 580 'video/capture/win/video_capture_device_mf_win.cc', | 580 'video/capture/win/video_capture_device_mf_win.cc', |
| 581 'video/capture/win/video_capture_device_mf_win.h', | 581 'video/capture/win/video_capture_device_mf_win.h', |
| 582 'video/capture/win/video_capture_device_win.cc', | 582 'video/capture/win/video_capture_device_win.cc', |
| 583 'video/capture/win/video_capture_device_win.h', | 583 'video/capture/win/video_capture_device_win.h', |
| 584 'video/fake_video_encode_accelerator.cc', | 584 'video/fake_video_encode_accelerator.cc', |
| 585 'video/fake_video_encode_accelerator.h', | 585 'video/fake_video_encode_accelerator.h', |
| 586 'video/gpu_memory_buffer_video_frame_pool.cc', | 586 'video/gpu_memory_buffer_video_frame_pool.cc', |
| 587 'video/gpu_memory_buffer_video_frame_pool.h', | 587 'video/gpu_memory_buffer_video_frame_pool.h', |
| 588 'video/h264_poc.cc', | 588 'video/h264_poc.cc', |
| 589 'video/h264_poc.h', | 589 'video/h264_poc.h', |
| 590 'video/jpeg_decode_accelerator.h', |
| 590 'video/picture.cc', | 591 'video/picture.cc', |
| 591 'video/picture.h', | 592 'video/picture.h', |
| 592 'video/video_decode_accelerator.cc', | 593 'video/video_decode_accelerator.cc', |
| 593 'video/video_decode_accelerator.h', | 594 'video/video_decode_accelerator.h', |
| 594 'video/video_encode_accelerator.cc', | 595 'video/video_encode_accelerator.cc', |
| 595 'video/video_encode_accelerator.h', | 596 'video/video_encode_accelerator.h', |
| 596 'formats/webm/webm_webvtt_parser.h' | 597 'formats/webm/webm_webvtt_parser.h' |
| 597 ], | 598 ], |
| 598 'direct_dependent_settings': { | 599 'direct_dependent_settings': { |
| 599 'include_dirs': [ | 600 'include_dirs': [ |
| (...skipping 1348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1948 'dependencies': [ | 1949 'dependencies': [ |
| 1949 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1950 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1950 ], | 1951 ], |
| 1951 }], | 1952 }], |
| 1952 ], | 1953 ], |
| 1953 }, | 1954 }, |
| 1954 ], | 1955 ], |
| 1955 }], | 1956 }], |
| 1956 ], | 1957 ], |
| 1957 } | 1958 } |
| OLD | NEW |