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

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, 10 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 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 ], 549 ],
550 'sources': [ 550 'sources': [
551 'common/gpu/media/exynos_v4l2_video_device.cc', 551 'common/gpu/media/exynos_v4l2_video_device.cc',
552 'common/gpu/media/exynos_v4l2_video_device.h', 552 'common/gpu/media/exynos_v4l2_video_device.h',
553 'common/gpu/media/exynos_video_encode_accelerator.cc', 553 'common/gpu/media/exynos_video_encode_accelerator.cc',
554 'common/gpu/media/exynos_video_encode_accelerator.h', 554 'common/gpu/media/exynos_video_encode_accelerator.h',
555 'common/gpu/media/v4l2_video_decode_accelerator.cc', 555 'common/gpu/media/v4l2_video_decode_accelerator.cc',
556 'common/gpu/media/v4l2_video_decode_accelerator.h', 556 'common/gpu/media/v4l2_video_decode_accelerator.h',
557 'common/gpu/media/v4l2_video_device.cc', 557 'common/gpu/media/v4l2_video_device.cc',
558 'common/gpu/media/v4l2_video_device.h', 558 'common/gpu/media/v4l2_video_device.h',
559 'common/gpu/media/tegra_v4l2_video_device.cc',
560 'common/gpu/media/tegra_v4l2_video_device.h',
Ami GONE FROM CHROMIUM 2014/02/07 09:09:30 please keep lists in alphabetical order.
shivdasp 2014/02/10 13:31:17 Done.
559 ], 561 ],
560 'include_dirs': [ 562 'include_dirs': [
561 '<(DEPTH)/third_party/khronos', 563 '<(DEPTH)/third_party/khronos',
562 ], 564 ],
563 'link_settings': { 565 'link_settings': {
564 'libraries': [ 566 'libraries': [
565 '-lEGL', 567 '-lEGL',
566 '-lGLESv2', 568 '-lGLESv2',
567 ], 569 ],
568 }, 570 },
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 653 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
652 'common/sandbox_linux/bpf_renderer_policy_linux.h', 654 'common/sandbox_linux/bpf_renderer_policy_linux.h',
653 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 655 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
654 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 656 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
655 ], 657 ],
656 }, { 658 }, {
657 'defines': ['USE_SECCOMP_BPF'], 659 'defines': ['USE_SECCOMP_BPF'],
658 }], 660 }],
659 ], 661 ],
660 } 662 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698