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 600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
611 }], | 611 }], |
612 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { | 612 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { |
613 'dependencies': [ | 613 'dependencies': [ |
614 '../media/media.gyp:media', | 614 '../media/media.gyp:media', |
615 ], | 615 ], |
616 'sources': [ | 616 'sources': [ |
617 'common/gpu/media/exynos_v4l2_video_device.cc', | 617 'common/gpu/media/exynos_v4l2_video_device.cc', |
618 'common/gpu/media/exynos_v4l2_video_device.h', | 618 'common/gpu/media/exynos_v4l2_video_device.h', |
619 'common/gpu/media/exynos_video_encode_accelerator.cc', | 619 'common/gpu/media/exynos_video_encode_accelerator.cc', |
620 'common/gpu/media/exynos_video_encode_accelerator.h', | 620 'common/gpu/media/exynos_video_encode_accelerator.h', |
| 621 'common/gpu/media/tegra_v4l2_video_device.cc', |
| 622 'common/gpu/media/tegra_v4l2_video_device.h', |
621 'common/gpu/media/v4l2_video_decode_accelerator.cc', | 623 'common/gpu/media/v4l2_video_decode_accelerator.cc', |
622 'common/gpu/media/v4l2_video_decode_accelerator.h', | 624 'common/gpu/media/v4l2_video_decode_accelerator.h', |
623 'common/gpu/media/v4l2_video_device.cc', | 625 'common/gpu/media/v4l2_video_device.cc', |
624 'common/gpu/media/v4l2_video_device.h', | 626 'common/gpu/media/v4l2_video_device.h', |
625 ], | 627 ], |
626 'include_dirs': [ | 628 'include_dirs': [ |
627 '<(DEPTH)/third_party/khronos', | 629 '<(DEPTH)/third_party/khronos', |
628 ], | 630 ], |
629 'link_settings': { | 631 'link_settings': { |
630 'libraries': [ | 632 'libraries': [ |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
754 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 756 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
755 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 757 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
756 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 758 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
757 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 759 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
758 ], | 760 ], |
759 }, { | 761 }, { |
760 'defines': ['USE_SECCOMP_BPF'], | 762 'defines': ['USE_SECCOMP_BPF'], |
761 }], | 763 }], |
762 ], | 764 ], |
763 } | 765 } |
OLD | NEW |