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

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, 8 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 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 }], 616 }],
617 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { 617 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', {
618 'dependencies': [ 618 'dependencies': [
619 '../media/media.gyp:media', 619 '../media/media.gyp:media',
620 ], 620 ],
621 'sources': [ 621 'sources': [
622 'common/gpu/media/exynos_v4l2_video_device.cc', 622 'common/gpu/media/exynos_v4l2_video_device.cc',
623 'common/gpu/media/exynos_v4l2_video_device.h', 623 'common/gpu/media/exynos_v4l2_video_device.h',
624 'common/gpu/media/exynos_video_encode_accelerator.cc', 624 'common/gpu/media/exynos_video_encode_accelerator.cc',
625 'common/gpu/media/exynos_video_encode_accelerator.h', 625 'common/gpu/media/exynos_video_encode_accelerator.h',
626 'common/gpu/media/tegra_v4l2_video_device.cc',
627 'common/gpu/media/tegra_v4l2_video_device.h',
Ami GONE FROM CHROMIUM 2014/03/28 17:10:01 OOC what is the impact of this on the size (bytes)
shivdasp 2014/03/28 18:54:11 Hmm.. I need to check it by comparing with or with
Ami GONE FROM CHROMIUM 2014/03/28 19:33:40 I also believe it will not be a significant increa
626 'common/gpu/media/v4l2_video_decode_accelerator.cc', 628 'common/gpu/media/v4l2_video_decode_accelerator.cc',
627 'common/gpu/media/v4l2_video_decode_accelerator.h', 629 'common/gpu/media/v4l2_video_decode_accelerator.h',
628 'common/gpu/media/v4l2_video_device.cc', 630 'common/gpu/media/v4l2_video_device.cc',
629 'common/gpu/media/v4l2_video_device.h', 631 'common/gpu/media/v4l2_video_device.h',
630 ], 632 ],
631 'include_dirs': [ 633 'include_dirs': [
632 '<(DEPTH)/third_party/khronos', 634 '<(DEPTH)/third_party/khronos',
633 ], 635 ],
634 'link_settings': { 636 'link_settings': {
635 'libraries': [ 637 'libraries': [
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 761 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
760 'common/sandbox_linux/bpf_renderer_policy_linux.h', 762 'common/sandbox_linux/bpf_renderer_policy_linux.h',
761 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 763 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
762 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 764 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
763 ], 765 ],
764 }, { 766 }, {
765 'defines': ['USE_SECCOMP_BPF'], 767 'defines': ['USE_SECCOMP_BPF'],
766 }], 768 }],
767 ], 769 ],
768 } 770 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698