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

Side by Side Diff: content/content_common.gypi

Issue 122233002: vda: Rename Exynos VDA to V4L2 VDA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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
« no previous file with comments | « content/common/gpu/testdata/test-25fps.README ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 'sources': [ 540 'sources': [
541 'common/gpu/media/android_video_encode_accelerator.cc', 541 'common/gpu/media/android_video_encode_accelerator.cc',
542 'common/gpu/media/android_video_encode_accelerator.h', 542 'common/gpu/media/android_video_encode_accelerator.h',
543 ], 543 ],
544 }], 544 }],
545 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { 545 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', {
546 'dependencies': [ 546 'dependencies': [
547 '../media/media.gyp:media', 547 '../media/media.gyp:media',
548 ], 548 ],
549 'sources': [ 549 'sources': [
550 'common/gpu/media/exynos_video_decode_accelerator.cc',
551 'common/gpu/media/exynos_video_decode_accelerator.h',
552 'common/gpu/media/exynos_video_encode_accelerator.cc', 550 'common/gpu/media/exynos_video_encode_accelerator.cc',
553 'common/gpu/media/exynos_video_encode_accelerator.h', 551 'common/gpu/media/exynos_video_encode_accelerator.h',
552 'common/gpu/media/v4l2_video_decode_accelerator.cc',
553 'common/gpu/media/v4l2_video_decode_accelerator.h',
554 ], 554 ],
555 'include_dirs': [ 555 'include_dirs': [
556 '<(DEPTH)/third_party/khronos', 556 '<(DEPTH)/third_party/khronos',
557 ], 557 ],
558 'link_settings': { 558 'link_settings': {
559 'libraries': [ 559 'libraries': [
560 '-lEGL', 560 '-lEGL',
561 '-lGLESv2', 561 '-lGLESv2',
562 ], 562 ],
563 }, 563 },
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 647 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
648 'common/sandbox_linux/bpf_renderer_policy_linux.h', 648 'common/sandbox_linux/bpf_renderer_policy_linux.h',
649 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 649 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
650 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 650 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
651 ], 651 ],
652 }, { 652 }, {
653 'defines': ['USE_SECCOMP_BPF'], 653 'defines': ['USE_SECCOMP_BPF'],
654 }], 654 }],
655 ], 655 ],
656 } 656 }
OLDNEW
« no previous file with comments | « content/common/gpu/testdata/test-25fps.README ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698