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

Side by Side Diff: content/renderer/BUILD.gn

Issue 2337913003: Fork cc::OutputSurface into cc::CompositorFrameSink. (Closed)
Patch Set: cfsfork: android-vulkan Created 4 years, 3 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//third_party/webrtc/build/webrtc.gni") 8 import("//third_party/webrtc/build/webrtc.gni")
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 10
(...skipping 24 matching lines...) Expand all
35 "android/disambiguation_popup_helper.cc", 35 "android/disambiguation_popup_helper.cc",
36 "android/disambiguation_popup_helper.h", 36 "android/disambiguation_popup_helper.h",
37 "android/email_detector.cc", 37 "android/email_detector.cc",
38 "android/email_detector.h", 38 "android/email_detector.h",
39 "android/phone_number_detector.cc", 39 "android/phone_number_detector.cc",
40 "android/phone_number_detector.h", 40 "android/phone_number_detector.h",
41 "android/renderer_date_time_picker.cc", 41 "android/renderer_date_time_picker.cc",
42 "android/renderer_date_time_picker.h", 42 "android/renderer_date_time_picker.h",
43 "android/synchronous_compositor_filter.cc", 43 "android/synchronous_compositor_filter.cc",
44 "android/synchronous_compositor_filter.h", 44 "android/synchronous_compositor_filter.h",
45 "android/synchronous_compositor_output_surface.cc", 45 "android/synchronous_compositor_frame_sink.cc",
46 "android/synchronous_compositor_output_surface.h", 46 "android/synchronous_compositor_frame_sink.h",
47 "android/synchronous_compositor_proxy.cc", 47 "android/synchronous_compositor_proxy.cc",
48 "android/synchronous_compositor_proxy.h", 48 "android/synchronous_compositor_proxy.h",
49 "android/synchronous_compositor_registry.h", 49 "android/synchronous_compositor_registry.h",
50 "background_sync/background_sync_client_impl.cc", 50 "background_sync/background_sync_client_impl.cc",
51 "background_sync/background_sync_client_impl.h", 51 "background_sync/background_sync_client_impl.h",
52 "bluetooth/bluetooth_type_converters.cc", 52 "bluetooth/bluetooth_type_converters.cc",
53 "bluetooth/bluetooth_type_converters.h", 53 "bluetooth/bluetooth_type_converters.h",
54 "bluetooth/web_bluetooth_impl.cc", 54 "bluetooth/web_bluetooth_impl.cc",
55 "bluetooth/web_bluetooth_impl.h", 55 "bluetooth/web_bluetooth_impl.h",
56 "browser_plugin/browser_plugin.cc", 56 "browser_plugin/browser_plugin.cc",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 "fetchers/web_url_loader_client_impl.h", 126 "fetchers/web_url_loader_client_impl.h",
127 "frame_blame_context.cc", 127 "frame_blame_context.cc",
128 "frame_blame_context.h", 128 "frame_blame_context.h",
129 "gamepad_shared_memory_reader.cc", 129 "gamepad_shared_memory_reader.cc",
130 "gamepad_shared_memory_reader.h", 130 "gamepad_shared_memory_reader.h",
131 "gpu/compositor_dependencies.h", 131 "gpu/compositor_dependencies.h",
132 "gpu/compositor_external_begin_frame_source.cc", 132 "gpu/compositor_external_begin_frame_source.cc",
133 "gpu/compositor_external_begin_frame_source.h", 133 "gpu/compositor_external_begin_frame_source.h",
134 "gpu/compositor_forwarding_message_filter.cc", 134 "gpu/compositor_forwarding_message_filter.cc",
135 "gpu/compositor_forwarding_message_filter.h", 135 "gpu/compositor_forwarding_message_filter.h",
136 "gpu/compositor_output_surface.cc",
137 "gpu/compositor_output_surface.h",
138 "gpu/frame_swap_message_queue.cc", 136 "gpu/frame_swap_message_queue.cc",
139 "gpu/frame_swap_message_queue.h", 137 "gpu/frame_swap_message_queue.h",
140 "gpu/gpu_benchmarking_extension.cc", 138 "gpu/gpu_benchmarking_extension.cc",
141 "gpu/gpu_benchmarking_extension.h", 139 "gpu/gpu_benchmarking_extension.h",
142 "gpu/queue_message_swap_promise.cc", 140 "gpu/queue_message_swap_promise.cc",
143 "gpu/queue_message_swap_promise.h", 141 "gpu/queue_message_swap_promise.h",
144 "gpu/render_widget_compositor.cc", 142 "gpu/render_widget_compositor.cc",
145 "gpu/render_widget_compositor.h", 143 "gpu/render_widget_compositor.h",
146 "gpu/render_widget_compositor_delegate.h", 144 "gpu/render_widget_compositor_delegate.h",
145 "gpu/renderer_compositor_frame_sink.cc",
146 "gpu/renderer_compositor_frame_sink.h",
147 "gpu/stream_texture_host_android.cc", 147 "gpu/stream_texture_host_android.cc",
148 "gpu/stream_texture_host_android.h", 148 "gpu/stream_texture_host_android.h",
149 "history_controller.cc", 149 "history_controller.cc",
150 "history_controller.h", 150 "history_controller.h",
151 "history_entry.cc", 151 "history_entry.cc",
152 "history_entry.h", 152 "history_entry.h",
153 "history_serialization.cc", 153 "history_serialization.cc",
154 "history_serialization.h", 154 "history_serialization.h",
155 "idle_user_detector.cc", 155 "idle_user_detector.cc",
156 "idle_user_detector.h", 156 "idle_user_detector.h",
(...skipping 754 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 # For the defines in mojo_media_config. 911 # For the defines in mojo_media_config.
912 public_configs = [ "//media/mojo/services:mojo_media_config" ] 912 public_configs = [ "//media/mojo/services:mojo_media_config" ]
913 } 913 }
914 914
915 if (!is_component_build) { 915 if (!is_component_build) {
916 public_deps = [ 916 public_deps = [
917 ":renderer", 917 ":renderer",
918 ] 918 ]
919 } 919 }
920 } 920 }
OLDNEW
« no previous file with comments | « content/public/test/test_synchronous_compositor_android.cc ('k') | content/renderer/android/synchronous_compositor_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698