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

Side by Side Diff: content/content_common.gypi

Issue 269673005: media: Add MediaOzonePlatform support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix up dependency cycle 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
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 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'common/gpu/image_transport_surface.cc', 269 'common/gpu/image_transport_surface.cc',
270 'common/gpu/image_transport_surface.h', 270 'common/gpu/image_transport_surface.h',
271 'common/gpu/image_transport_surface_android.cc', 271 'common/gpu/image_transport_surface_android.cc',
272 'common/gpu/image_transport_surface_linux.cc', 272 'common/gpu/image_transport_surface_linux.cc',
273 'common/gpu/image_transport_surface_mac.cc', 273 'common/gpu/image_transport_surface_mac.cc',
274 'common/gpu/image_transport_surface_win.cc', 274 'common/gpu/image_transport_surface_win.cc',
275 'common/gpu/media/gpu_video_decode_accelerator.cc', 275 'common/gpu/media/gpu_video_decode_accelerator.cc',
276 'common/gpu/media/gpu_video_decode_accelerator.h', 276 'common/gpu/media/gpu_video_decode_accelerator.h',
277 'common/gpu/media/gpu_video_encode_accelerator.cc', 277 'common/gpu/media/gpu_video_encode_accelerator.cc',
278 'common/gpu/media/gpu_video_encode_accelerator.h', 278 'common/gpu/media/gpu_video_encode_accelerator.h',
279 'common/gpu/media/video_decode_accelerator_impl.cc', 279 'common/gpu/media/ozone_video_decode_accelerator.cc',
280 'common/gpu/media/video_decode_accelerator_impl.h', 280 'common/gpu/media/ozone_video_decode_accelerator.h',
281 'common/gpu/stream_texture_android.cc', 281 'common/gpu/stream_texture_android.cc',
282 'common/gpu/stream_texture_android.h', 282 'common/gpu/stream_texture_android.h',
283 'common/gpu/sync_point_manager.cc', 283 'common/gpu/sync_point_manager.cc',
284 'common/gpu/sync_point_manager.h', 284 'common/gpu/sync_point_manager.h',
285 'common/gpu/texture_image_transport_surface.cc', 285 'common/gpu/texture_image_transport_surface.cc',
286 'common/gpu/texture_image_transport_surface.h', 286 'common/gpu/texture_image_transport_surface.h',
287 'common/handle_enumerator_win.cc', 287 'common/handle_enumerator_win.cc',
288 'common/handle_enumerator_win.h', 288 'common/handle_enumerator_win.h',
289 'common/host_shared_bitmap_manager.cc', 289 'common/host_shared_bitmap_manager.cc',
290 'common/host_shared_bitmap_manager.h', 290 'common/host_shared_bitmap_manager.h',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 '../gpu/gpu.gyp:command_buffer_service', 509 '../gpu/gpu.gyp:command_buffer_service',
510 '../gpu/gpu.gyp:gles2_c_lib', 510 '../gpu/gpu.gyp:gles2_c_lib',
511 '../gpu/gpu.gyp:gles2_implementation', 511 '../gpu/gpu.gyp:gles2_implementation',
512 # TODO: the dependency on gl_in_process_context should be decoupled from 512 # TODO: the dependency on gl_in_process_context should be decoupled from
513 # content and moved to android_webview. See crbug.com/365797. 513 # content and moved to android_webview. See crbug.com/365797.
514 '../gpu/gpu.gyp:gl_in_process_context', 514 '../gpu/gpu.gyp:gl_in_process_context',
515 '../gpu/gpu.gyp:gpu_ipc', 515 '../gpu/gpu.gyp:gpu_ipc',
516 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 516 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
517 '../ipc/ipc.gyp:ipc', 517 '../ipc/ipc.gyp:ipc',
518 '../media/media.gyp:media', 518 '../media/media.gyp:media',
519 '../media/media.gyp:media_types',
519 '../media/media.gyp:shared_memory_support', 520 '../media/media.gyp:shared_memory_support',
520 '../mojo/mojo.gyp:mojo_environment_chromium', 521 '../mojo/mojo.gyp:mojo_environment_chromium',
521 '../mojo/mojo.gyp:mojo_system_impl', 522 '../mojo/mojo.gyp:mojo_system_impl',
522 '../third_party/WebKit/public/blink.gyp:blink', 523 '../third_party/WebKit/public/blink.gyp:blink',
523 '../ui/gl/gl.gyp:gl', 524 '../ui/gl/gl.gyp:gl',
524 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 525 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
525 '../webkit/common/webkit_common.gyp:webkit_common', 526 '../webkit/common/webkit_common.gyp:webkit_common',
526 '../webkit/storage_browser.gyp:webkit_storage_browser', 527 '../webkit/storage_browser.gyp:webkit_storage_browser',
527 '../webkit/storage_common.gyp:webkit_storage_common', 528 '../webkit/storage_common.gyp:webkit_storage_common',
528 'content.gyp:webkit_version', 529 'content.gyp:webkit_version',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 }, { # enable_plugins == 0 590 }, { # enable_plugins == 0
590 'sources!': [ 591 'sources!': [
591 'common/pepper_plugin_list.cc', 592 'common/pepper_plugin_list.cc',
592 'common/pepper_plugin_list.h', 593 'common/pepper_plugin_list.h',
593 'common/sandbox_util.cc', 594 'common/sandbox_util.cc',
594 ], 595 ],
595 }], 596 }],
596 ['OS=="android"', { 597 ['OS=="android"', {
597 'dependencies': [ 598 'dependencies': [
598 '../media/media.gyp:media', 599 '../media/media.gyp:media',
600 '../media/media.gyp:media_types',
599 ], 601 ],
600 'sources': [ 602 'sources': [
601 'common/gpu/media/android_video_decode_accelerator.cc', 603 'common/gpu/media/android_video_decode_accelerator.cc',
602 'common/gpu/media/android_video_decode_accelerator.h', 604 'common/gpu/media/android_video_decode_accelerator.h',
603 ], 605 ],
604 }], 606 }],
605 ['OS=="android" and enable_webrtc==1', { 607 ['OS=="android" and enable_webrtc==1', {
606 'dependencies': [ 608 'dependencies': [
607 '../third_party/libyuv/libyuv.gyp:libyuv', 609 '../third_party/libyuv/libyuv.gyp:libyuv',
608 ], 610 ],
609 'sources': [ 611 'sources': [
610 'common/gpu/media/android_video_encode_accelerator.cc', 612 'common/gpu/media/android_video_encode_accelerator.cc',
611 'common/gpu/media/android_video_encode_accelerator.h', 613 'common/gpu/media/android_video_encode_accelerator.h',
612 ], 614 ],
613 }], 615 }],
614 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { 616 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', {
615 'dependencies': [ 617 'dependencies': [
616 '../media/media.gyp:media', 618 '../media/media.gyp:media',
619 '../media/media.gyp:media_types',
617 ], 620 ],
618 'sources': [ 621 'sources': [
619 'common/gpu/media/exynos_v4l2_video_device.cc', 622 'common/gpu/media/exynos_v4l2_video_device.cc',
620 'common/gpu/media/exynos_v4l2_video_device.h', 623 'common/gpu/media/exynos_v4l2_video_device.h',
621 'common/gpu/media/exynos_video_encode_accelerator.cc', 624 'common/gpu/media/exynos_video_encode_accelerator.cc',
622 'common/gpu/media/exynos_video_encode_accelerator.h', 625 'common/gpu/media/exynos_video_encode_accelerator.h',
623 'common/gpu/media/tegra_v4l2_video_device.cc', 626 'common/gpu/media/tegra_v4l2_video_device.cc',
624 'common/gpu/media/tegra_v4l2_video_device.h', 627 'common/gpu/media/tegra_v4l2_video_device.h',
625 'common/gpu/media/v4l2_video_decode_accelerator.cc', 628 'common/gpu/media/v4l2_video_decode_accelerator.cc',
626 'common/gpu/media/v4l2_video_decode_accelerator.h', 629 'common/gpu/media/v4l2_video_decode_accelerator.h',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 '<@(_inputs)', 689 '<@(_inputs)',
687 ], 690 ],
688 'process_outputs_as_sources': 1, 691 'process_outputs_as_sources': 1,
689 'message': 'Generating libva stubs for dynamic loading', 692 'message': 'Generating libva stubs for dynamic loading',
690 }, 693 },
691 ] 694 ]
692 }], 695 }],
693 ['OS=="win"', { 696 ['OS=="win"', {
694 'dependencies': [ 697 'dependencies': [
695 '../media/media.gyp:media', 698 '../media/media.gyp:media',
699 '../media/media.gyp:media_types',
696 '../ui/gl/gl.gyp:gl', 700 '../ui/gl/gl.gyp:gl',
697 ], 701 ],
698 'link_settings': { 702 'link_settings': {
699 'libraries': [ 703 'libraries': [
700 '-ld3d9.lib', 704 '-ld3d9.lib',
701 '-ldxva2.lib', 705 '-ldxva2.lib',
702 '-lstrmiids.lib', 706 '-lstrmiids.lib',
703 '-lmf.lib', 707 '-lmf.lib',
704 '-lmfplat.lib', 708 '-lmfplat.lib',
705 '-lmfuuid.lib', 709 '-lmfuuid.lib',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 764 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
761 'common/sandbox_linux/bpf_renderer_policy_linux.h', 765 'common/sandbox_linux/bpf_renderer_policy_linux.h',
762 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 766 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
763 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 767 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
764 ], 768 ],
765 }, { 769 }, {
766 'defines': ['USE_SECCOMP_BPF'], 770 'defines': ['USE_SECCOMP_BPF'],
767 }], 771 }],
768 ], 772 ],
769 } 773 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698