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 'dependencies': [ | 6 'dependencies': [ |
7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
8 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
9 '../net/net.gyp:net', | 9 '../net/net.gyp:net', |
10 '../skia/skia.gyp:skia', | 10 '../skia/skia.gyp:skia', |
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
596 '../third_party/libyuv/libyuv.gyp:libyuv', | 596 '../third_party/libyuv/libyuv.gyp:libyuv', |
597 ], | 597 ], |
598 'sources': [ | 598 'sources': [ |
599 'common/gpu/media/android_video_encode_accelerator.cc', | 599 'common/gpu/media/android_video_encode_accelerator.cc', |
600 'common/gpu/media/android_video_encode_accelerator.h', | 600 'common/gpu/media/android_video_encode_accelerator.h', |
601 ], | 601 ], |
602 }], | 602 }], |
603 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { | 603 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { |
604 'dependencies': [ | 604 'dependencies': [ |
605 '../media/media.gyp:media', | 605 '../media/media.gyp:media', |
| 606 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
606 ], | 607 ], |
607 'sources': [ | 608 'sources': [ |
608 'common/gpu/media/exynos_v4l2_video_device.cc', | 609 'common/gpu/media/exynos_v4l2_video_device.cc', |
609 'common/gpu/media/exynos_v4l2_video_device.h', | 610 'common/gpu/media/exynos_v4l2_video_device.h', |
610 'common/gpu/media/exynos_video_encode_accelerator.cc', | 611 'common/gpu/media/exynos_video_encode_accelerator.cc', |
611 'common/gpu/media/exynos_video_encode_accelerator.h', | 612 'common/gpu/media/exynos_video_encode_accelerator.h', |
612 'common/gpu/media/v4l2_video_decode_accelerator.cc', | 613 'common/gpu/media/v4l2_video_decode_accelerator.cc', |
613 'common/gpu/media/v4l2_video_decode_accelerator.h', | 614 'common/gpu/media/v4l2_video_decode_accelerator.h', |
614 'common/gpu/media/v4l2_video_device.cc', | 615 'common/gpu/media/v4l2_video_device.cc', |
615 'common/gpu/media/v4l2_video_device.h', | 616 'common/gpu/media/v4l2_video_device.h', |
616 ], | 617 ], |
617 'include_dirs': [ | 618 'include_dirs': [ |
618 '<(DEPTH)/third_party/khronos', | 619 '<(DEPTH)/third_party/khronos', |
619 ], | 620 ], |
620 'link_settings': { | 621 'link_settings': { |
621 'libraries': [ | 622 'libraries': [ |
622 '-lEGL', | 623 '-lEGL', |
623 '-lGLESv2', | 624 '-lGLESv2', |
624 ], | 625 ], |
625 }, | 626 }, |
626 }], | 627 }], |
627 ['target_arch != "arm" and chromeos == 1 and use_x11 == 1', { | 628 ['target_arch != "arm" and chromeos == 1 and use_x11 == 1', { |
| 629 'dependencies': [ |
| 630 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
| 631 ], |
628 'sources': [ | 632 'sources': [ |
629 'common/gpu/media/h264_dpb.cc', | 633 'common/gpu/media/h264_dpb.cc', |
630 'common/gpu/media/h264_dpb.h', | 634 'common/gpu/media/h264_dpb.h', |
631 'common/gpu/media/va_surface.h', | 635 'common/gpu/media/va_surface.h', |
632 'common/gpu/media/vaapi_h264_decoder.cc', | 636 'common/gpu/media/vaapi_h264_decoder.cc', |
633 'common/gpu/media/vaapi_h264_decoder.h', | 637 'common/gpu/media/vaapi_h264_decoder.h', |
634 'common/gpu/media/vaapi_video_decode_accelerator.cc', | 638 'common/gpu/media/vaapi_video_decode_accelerator.cc', |
635 'common/gpu/media/vaapi_video_decode_accelerator.h', | 639 'common/gpu/media/vaapi_video_decode_accelerator.h', |
636 'common/gpu/media/vaapi_wrapper.cc', | 640 'common/gpu/media/vaapi_wrapper.cc', |
637 'common/gpu/media/vaapi_wrapper.h', | 641 'common/gpu/media/vaapi_wrapper.h', |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
745 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 749 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
746 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 750 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
747 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 751 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
748 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 752 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
749 ], | 753 ], |
750 }, { | 754 }, { |
751 'defines': ['USE_SECCOMP_BPF'], | 755 'defines': ['USE_SECCOMP_BPF'], |
752 }], | 756 }], |
753 ], | 757 ], |
754 } | 758 } |
OLD | NEW |