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

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

Issue 2789753002: Convert offscreen canvas to use FrameSinkManagerHost. (Closed)
Patch Set: Rebase. Created 3 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
« no previous file with comments | « no previous file | content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.h » ('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 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("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 1180 matching lines...) Expand 10 before | Expand all | Expand 10 after
1191 "renderer_host/media/video_capture_controller_event_handler.h", 1191 "renderer_host/media/video_capture_controller_event_handler.h",
1192 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc", 1192 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc",
1193 "renderer_host/media/video_capture_gpu_jpeg_decoder.h", 1193 "renderer_host/media/video_capture_gpu_jpeg_decoder.h",
1194 "renderer_host/media/video_capture_host.cc", 1194 "renderer_host/media/video_capture_host.cc",
1195 "renderer_host/media/video_capture_host.h", 1195 "renderer_host/media/video_capture_host.h",
1196 "renderer_host/media/video_capture_manager.cc", 1196 "renderer_host/media/video_capture_manager.cc",
1197 "renderer_host/media/video_capture_manager.h", 1197 "renderer_host/media/video_capture_manager.h",
1198 "renderer_host/media/video_capture_provider.h", 1198 "renderer_host/media/video_capture_provider.h",
1199 "renderer_host/native_web_keyboard_event_aura.cc", 1199 "renderer_host/native_web_keyboard_event_aura.cc",
1200 "renderer_host/native_web_keyboard_event_mac.mm", 1200 "renderer_host/native_web_keyboard_event_mac.mm",
1201 "renderer_host/offscreen_canvas_compositor_frame_sink.cc",
1202 "renderer_host/offscreen_canvas_compositor_frame_sink.h",
1203 "renderer_host/offscreen_canvas_compositor_frame_sink_manager.cc", 1201 "renderer_host/offscreen_canvas_compositor_frame_sink_manager.cc",
1204 "renderer_host/offscreen_canvas_compositor_frame_sink_manager.h", 1202 "renderer_host/offscreen_canvas_compositor_frame_sink_manager.h",
1205 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc", 1203 "renderer_host/offscreen_canvas_provider_impl.cc",
1206 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h", 1204 "renderer_host/offscreen_canvas_provider_impl.h",
1207 "renderer_host/offscreen_canvas_surface_factory_impl.cc",
1208 "renderer_host/offscreen_canvas_surface_factory_impl.h",
1209 "renderer_host/offscreen_canvas_surface_impl.cc", 1205 "renderer_host/offscreen_canvas_surface_impl.cc",
1210 "renderer_host/offscreen_canvas_surface_impl.h", 1206 "renderer_host/offscreen_canvas_surface_impl.h",
1211 "renderer_host/overscroll_configuration.cc", 1207 "renderer_host/overscroll_configuration.cc",
1212 "renderer_host/overscroll_controller.cc", 1208 "renderer_host/overscroll_controller.cc",
1213 "renderer_host/overscroll_controller.h", 1209 "renderer_host/overscroll_controller.h",
1214 "renderer_host/overscroll_controller_delegate.h", 1210 "renderer_host/overscroll_controller_delegate.h",
1215 "renderer_host/render_message_filter.cc", 1211 "renderer_host/render_message_filter.cc",
1216 "renderer_host/render_message_filter.h", 1212 "renderer_host/render_message_filter.h",
1217 "renderer_host/render_process_host_impl.cc", 1213 "renderer_host/render_process_host_impl.cc",
1218 "renderer_host/render_process_host_impl.h", 1214 "renderer_host/render_process_host_impl.h",
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
2069 if (!is_component_build) { 2065 if (!is_component_build) {
2070 public_deps = [ 2066 public_deps = [
2071 ":browser", 2067 ":browser",
2072 ] 2068 ]
2073 } else { 2069 } else {
2074 public_deps = [ 2070 public_deps = [
2075 "//third_party/leveldatabase", 2071 "//third_party/leveldatabase",
2076 ] 2072 ]
2077 } 2073 }
2078 } 2074 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698