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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
535 }], | 535 }], |
536 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { | 536 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { |
537 'dependencies': [ | 537 'dependencies': [ |
538 '../media/media.gyp:media', | 538 '../media/media.gyp:media', |
539 ], | 539 ], |
540 'sources': [ | 540 'sources': [ |
541 'common/gpu/media/exynos_v4l2_video_device.cc', | 541 'common/gpu/media/exynos_v4l2_video_device.cc', |
542 'common/gpu/media/exynos_v4l2_video_device.h', | 542 'common/gpu/media/exynos_v4l2_video_device.h', |
543 'common/gpu/media/exynos_video_encode_accelerator.cc', | 543 'common/gpu/media/exynos_video_encode_accelerator.cc', |
544 'common/gpu/media/exynos_video_encode_accelerator.h', | 544 'common/gpu/media/exynos_video_encode_accelerator.h', |
| 545 'common/gpu/media/tegra_v4l2_video_device.cc', |
| 546 'common/gpu/media/tegra_v4l2_video_device.h', |
545 'common/gpu/media/v4l2_video_decode_accelerator.cc', | 547 'common/gpu/media/v4l2_video_decode_accelerator.cc', |
546 'common/gpu/media/v4l2_video_decode_accelerator.h', | 548 'common/gpu/media/v4l2_video_decode_accelerator.h', |
547 'common/gpu/media/v4l2_video_device.cc', | 549 'common/gpu/media/v4l2_video_device.cc', |
548 'common/gpu/media/v4l2_video_device.h', | 550 'common/gpu/media/v4l2_video_device.h', |
549 ], | 551 ], |
550 'include_dirs': [ | 552 'include_dirs': [ |
551 '<(DEPTH)/third_party/khronos', | 553 '<(DEPTH)/third_party/khronos', |
552 ], | 554 ], |
553 'link_settings': { | 555 'link_settings': { |
554 'libraries': [ | 556 'libraries': [ |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
641 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 643 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
642 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 644 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
643 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 645 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
644 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 646 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
645 ], | 647 ], |
646 }, { | 648 }, { |
647 'defines': ['USE_SECCOMP_BPF'], | 649 'defines': ['USE_SECCOMP_BPF'], |
648 }], | 650 }], |
649 ], | 651 ], |
650 } | 652 } |
OLD | NEW |