Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Side by Side Diff: content/content_common.gypi

Issue 137023008: Add support for Tegra V4L2 VDA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 }], 539 }],
540 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { 540 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', {
541 'dependencies': [ 541 'dependencies': [
542 '../media/media.gyp:media', 542 '../media/media.gyp:media',
543 ], 543 ],
544 'sources': [ 544 'sources': [
545 'common/gpu/media/exynos_v4l2_video_device.cc', 545 'common/gpu/media/exynos_v4l2_video_device.cc',
546 'common/gpu/media/exynos_v4l2_video_device.h', 546 'common/gpu/media/exynos_v4l2_video_device.h',
547 'common/gpu/media/exynos_video_encode_accelerator.cc', 547 'common/gpu/media/exynos_video_encode_accelerator.cc',
548 'common/gpu/media/exynos_video_encode_accelerator.h', 548 'common/gpu/media/exynos_video_encode_accelerator.h',
549 'common/gpu/media/tegra_v4l2_video_device.cc',
550 'common/gpu/media/tegra_v4l2_video_device.h',
549 'common/gpu/media/v4l2_video_decode_accelerator.cc', 551 'common/gpu/media/v4l2_video_decode_accelerator.cc',
550 'common/gpu/media/v4l2_video_decode_accelerator.h', 552 'common/gpu/media/v4l2_video_decode_accelerator.h',
551 'common/gpu/media/v4l2_video_device.cc', 553 'common/gpu/media/v4l2_video_device.cc',
552 'common/gpu/media/v4l2_video_device.h', 554 'common/gpu/media/v4l2_video_device.h',
553 ], 555 ],
554 'include_dirs': [ 556 'include_dirs': [
555 '<(DEPTH)/third_party/khronos', 557 '<(DEPTH)/third_party/khronos',
556 ], 558 ],
557 'link_settings': { 559 'link_settings': {
558 'libraries': [ 560 'libraries': [
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 647 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
646 'common/sandbox_linux/bpf_renderer_policy_linux.h', 648 'common/sandbox_linux/bpf_renderer_policy_linux.h',
647 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 649 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
648 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 650 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
649 ], 651 ],
650 }, { 652 }, {
651 'defines': ['USE_SECCOMP_BPF'], 653 'defines': ['USE_SECCOMP_BPF'],
652 }], 654 }],
653 ], 655 ],
654 } 656 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698