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

Side by Side Diff: content/content_common.gypi

Issue 267683008: ChromeOS only version of r261563 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1916/src/
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « content/common/gpu/gpu_command_buffer_stub.cc ('k') | content/renderer/render_widget.cc » ('j') | 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 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 '../third_party/libyuv/libyuv.gyp:libyuv', 596 '../third_party/libyuv/libyuv.gyp:libyuv',
597 ], 597 ],
598 'sources': [ 598 'sources': [
599 'common/gpu/media/android_video_encode_accelerator.cc', 599 'common/gpu/media/android_video_encode_accelerator.cc',
600 'common/gpu/media/android_video_encode_accelerator.h', 600 'common/gpu/media/android_video_encode_accelerator.h',
601 ], 601 ],
602 }], 602 }],
603 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { 603 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', {
604 'dependencies': [ 604 'dependencies': [
605 '../media/media.gyp:media', 605 '../media/media.gyp:media',
606 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
606 ], 607 ],
607 'sources': [ 608 'sources': [
608 'common/gpu/media/exynos_v4l2_video_device.cc', 609 'common/gpu/media/exynos_v4l2_video_device.cc',
609 'common/gpu/media/exynos_v4l2_video_device.h', 610 'common/gpu/media/exynos_v4l2_video_device.h',
610 'common/gpu/media/exynos_video_encode_accelerator.cc', 611 'common/gpu/media/exynos_video_encode_accelerator.cc',
611 'common/gpu/media/exynos_video_encode_accelerator.h', 612 'common/gpu/media/exynos_video_encode_accelerator.h',
612 'common/gpu/media/v4l2_video_decode_accelerator.cc', 613 'common/gpu/media/v4l2_video_decode_accelerator.cc',
613 'common/gpu/media/v4l2_video_decode_accelerator.h', 614 'common/gpu/media/v4l2_video_decode_accelerator.h',
614 'common/gpu/media/v4l2_video_device.cc', 615 'common/gpu/media/v4l2_video_device.cc',
615 'common/gpu/media/v4l2_video_device.h', 616 'common/gpu/media/v4l2_video_device.h',
616 ], 617 ],
617 'include_dirs': [ 618 'include_dirs': [
618 '<(DEPTH)/third_party/khronos', 619 '<(DEPTH)/third_party/khronos',
619 ], 620 ],
620 'link_settings': { 621 'link_settings': {
621 'libraries': [ 622 'libraries': [
622 '-lEGL', 623 '-lEGL',
623 '-lGLESv2', 624 '-lGLESv2',
624 ], 625 ],
625 }, 626 },
626 }], 627 }],
627 ['target_arch != "arm" and chromeos == 1 and use_x11 == 1', { 628 ['target_arch != "arm" and chromeos == 1 and use_x11 == 1', {
629 'dependencies': [
630 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
631 ],
628 'sources': [ 632 'sources': [
629 'common/gpu/media/h264_dpb.cc', 633 'common/gpu/media/h264_dpb.cc',
630 'common/gpu/media/h264_dpb.h', 634 'common/gpu/media/h264_dpb.h',
631 'common/gpu/media/va_surface.h', 635 'common/gpu/media/va_surface.h',
632 'common/gpu/media/vaapi_h264_decoder.cc', 636 'common/gpu/media/vaapi_h264_decoder.cc',
633 'common/gpu/media/vaapi_h264_decoder.h', 637 'common/gpu/media/vaapi_h264_decoder.h',
634 'common/gpu/media/vaapi_video_decode_accelerator.cc', 638 'common/gpu/media/vaapi_video_decode_accelerator.cc',
635 'common/gpu/media/vaapi_video_decode_accelerator.h', 639 'common/gpu/media/vaapi_video_decode_accelerator.h',
636 'common/gpu/media/vaapi_wrapper.cc', 640 'common/gpu/media/vaapi_wrapper.cc',
637 'common/gpu/media/vaapi_wrapper.h', 641 'common/gpu/media/vaapi_wrapper.h',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 749 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
746 'common/sandbox_linux/bpf_renderer_policy_linux.h', 750 'common/sandbox_linux/bpf_renderer_policy_linux.h',
747 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 751 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
748 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 752 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
749 ], 753 ],
750 }, { 754 }, {
751 'defines': ['USE_SECCOMP_BPF'], 755 'defines': ['USE_SECCOMP_BPF'],
752 }], 756 }],
753 ], 757 ],
754 } 758 }
OLDNEW
« no previous file with comments | « content/common/gpu/gpu_command_buffer_stub.cc ('k') | content/renderer/render_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698