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

Side by Side Diff: content/content_common.gypi

Issue 1878103002: Plumb a Browser->GPU surface destruction message for Android VDAs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing ifdefs Created 4 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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
(...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 'common/gpu/media/android_deferred_rendering_backing_strategy.cc', 721 'common/gpu/media/android_deferred_rendering_backing_strategy.cc',
722 'common/gpu/media/android_deferred_rendering_backing_strategy.h', 722 'common/gpu/media/android_deferred_rendering_backing_strategy.h',
723 'common/gpu/media/android_video_decode_accelerator.cc', 723 'common/gpu/media/android_video_decode_accelerator.cc',
724 'common/gpu/media/android_video_decode_accelerator.h', 724 'common/gpu/media/android_video_decode_accelerator.h',
725 'common/gpu/media/avda_codec_image.cc', 725 'common/gpu/media/avda_codec_image.cc',
726 'common/gpu/media/avda_codec_image.h', 726 'common/gpu/media/avda_codec_image.h',
727 'common/gpu/media/avda_return_on_failure.h', 727 'common/gpu/media/avda_return_on_failure.h',
728 'common/gpu/media/avda_shared_state.cc', 728 'common/gpu/media/avda_shared_state.cc',
729 'common/gpu/media/avda_shared_state.h', 729 'common/gpu/media/avda_shared_state.h',
730 'common/gpu/media/avda_state_provider.h', 730 'common/gpu/media/avda_state_provider.h',
731 'common/gpu/media/avda_surface_tracker.h',
732 'common/gpu/media/avda_surface_tracker.cc',
731 ], 733 ],
732 }], 734 }],
733 ['OS=="android" and enable_webrtc==1', { 735 ['OS=="android" and enable_webrtc==1', {
734 'dependencies': [ 736 'dependencies': [
735 '../third_party/libyuv/libyuv.gyp:libyuv', 737 '../third_party/libyuv/libyuv.gyp:libyuv',
736 ], 738 ],
737 'sources': [ 739 'sources': [
738 'common/gpu/media/android_video_encode_accelerator.cc', 740 'common/gpu/media/android_video_encode_accelerator.cc',
739 'common/gpu/media/android_video_encode_accelerator.h', 741 'common/gpu/media/android_video_encode_accelerator.h',
740 ], 742 ],
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
1001 'sources!': [ 1003 'sources!': [
1002 'common/cursors/webcursor_ozone.cc', 1004 'common/cursors/webcursor_ozone.cc',
1003 'common/font_list_ozone.cc', 1005 'common/font_list_ozone.cc',
1004 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1006 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1005 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1007 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1006 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1008 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1007 ], 1009 ],
1008 }], 1010 }],
1009 ], 1011 ],
1010 } 1012 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698