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

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: Addressed sievers comments. 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 698 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 'common/gpu/media/android_deferred_rendering_backing_strategy.cc', 709 'common/gpu/media/android_deferred_rendering_backing_strategy.cc',
710 'common/gpu/media/android_deferred_rendering_backing_strategy.h', 710 'common/gpu/media/android_deferred_rendering_backing_strategy.h',
711 'common/gpu/media/android_video_decode_accelerator.cc', 711 'common/gpu/media/android_video_decode_accelerator.cc',
712 'common/gpu/media/android_video_decode_accelerator.h', 712 'common/gpu/media/android_video_decode_accelerator.h',
713 'common/gpu/media/avda_codec_image.cc', 713 'common/gpu/media/avda_codec_image.cc',
714 'common/gpu/media/avda_codec_image.h', 714 'common/gpu/media/avda_codec_image.h',
715 'common/gpu/media/avda_return_on_failure.h', 715 'common/gpu/media/avda_return_on_failure.h',
716 'common/gpu/media/avda_shared_state.cc', 716 'common/gpu/media/avda_shared_state.cc',
717 'common/gpu/media/avda_shared_state.h', 717 'common/gpu/media/avda_shared_state.h',
718 'common/gpu/media/avda_state_provider.h', 718 'common/gpu/media/avda_state_provider.h',
719 'common/gpu/media/avda_surface_tracker.h',
720 'common/gpu/media/avda_surface_tracker.cc',
719 ], 721 ],
720 }], 722 }],
721 ['OS=="android" and enable_webrtc==1', { 723 ['OS=="android" and enable_webrtc==1', {
722 'dependencies': [ 724 'dependencies': [
723 '../third_party/libyuv/libyuv.gyp:libyuv', 725 '../third_party/libyuv/libyuv.gyp:libyuv',
724 ], 726 ],
725 'sources': [ 727 'sources': [
726 'common/gpu/media/android_video_encode_accelerator.cc', 728 'common/gpu/media/android_video_encode_accelerator.cc',
727 'common/gpu/media/android_video_encode_accelerator.h', 729 'common/gpu/media/android_video_encode_accelerator.h',
728 ], 730 ],
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
989 'sources!': [ 991 'sources!': [
990 'common/cursors/webcursor_ozone.cc', 992 'common/cursors/webcursor_ozone.cc',
991 'common/font_list_ozone.cc', 993 'common/font_list_ozone.cc',
992 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 994 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
993 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 995 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
994 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 996 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
995 ], 997 ],
996 }], 998 }],
997 ], 999 ],
998 } 1000 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698