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

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

Issue 2737653005: Rename OffscreenCanvasSurfaceManager to OffscreenCanvasCompositorFrameSinkManager (Closed)
Patch Set: Format header Created 3 years, 9 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_manager.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("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 1147 matching lines...) Expand 10 before | Expand all | Expand 10 after
1158 "renderer_host/media/video_capture_host.cc", 1158 "renderer_host/media/video_capture_host.cc",
1159 "renderer_host/media/video_capture_host.h", 1159 "renderer_host/media/video_capture_host.h",
1160 "renderer_host/media/video_capture_manager.cc", 1160 "renderer_host/media/video_capture_manager.cc",
1161 "renderer_host/media/video_capture_manager.h", 1161 "renderer_host/media/video_capture_manager.h",
1162 "renderer_host/media/video_frame_receiver_on_io_thread.cc", 1162 "renderer_host/media/video_frame_receiver_on_io_thread.cc",
1163 "renderer_host/media/video_frame_receiver_on_io_thread.h", 1163 "renderer_host/media/video_frame_receiver_on_io_thread.h",
1164 "renderer_host/native_web_keyboard_event_aura.cc", 1164 "renderer_host/native_web_keyboard_event_aura.cc",
1165 "renderer_host/native_web_keyboard_event_mac.mm", 1165 "renderer_host/native_web_keyboard_event_mac.mm",
1166 "renderer_host/offscreen_canvas_compositor_frame_sink.cc", 1166 "renderer_host/offscreen_canvas_compositor_frame_sink.cc",
1167 "renderer_host/offscreen_canvas_compositor_frame_sink.h", 1167 "renderer_host/offscreen_canvas_compositor_frame_sink.h",
1168 "renderer_host/offscreen_canvas_compositor_frame_sink_manager.cc",
1169 "renderer_host/offscreen_canvas_compositor_frame_sink_manager.h",
1168 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc", 1170 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc",
1169 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h", 1171 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h",
1170 "renderer_host/offscreen_canvas_surface_factory_impl.cc", 1172 "renderer_host/offscreen_canvas_surface_factory_impl.cc",
1171 "renderer_host/offscreen_canvas_surface_factory_impl.h", 1173 "renderer_host/offscreen_canvas_surface_factory_impl.h",
1172 "renderer_host/offscreen_canvas_surface_impl.cc", 1174 "renderer_host/offscreen_canvas_surface_impl.cc",
1173 "renderer_host/offscreen_canvas_surface_impl.h", 1175 "renderer_host/offscreen_canvas_surface_impl.h",
1174 "renderer_host/offscreen_canvas_surface_manager.cc",
1175 "renderer_host/offscreen_canvas_surface_manager.h",
1176 "renderer_host/overscroll_configuration.cc", 1176 "renderer_host/overscroll_configuration.cc",
1177 "renderer_host/overscroll_controller.cc", 1177 "renderer_host/overscroll_controller.cc",
1178 "renderer_host/overscroll_controller.h", 1178 "renderer_host/overscroll_controller.h",
1179 "renderer_host/overscroll_controller_delegate.h", 1179 "renderer_host/overscroll_controller_delegate.h",
1180 "renderer_host/render_message_filter.cc", 1180 "renderer_host/render_message_filter.cc",
1181 "renderer_host/render_message_filter.h", 1181 "renderer_host/render_message_filter.h",
1182 "renderer_host/render_process_host_impl.cc", 1182 "renderer_host/render_process_host_impl.cc",
1183 "renderer_host/render_process_host_impl.h", 1183 "renderer_host/render_process_host_impl.h",
1184 "renderer_host/render_sandbox_host_linux.cc", 1184 "renderer_host/render_sandbox_host_linux.cc",
1185 "renderer_host/render_sandbox_host_linux.h", 1185 "renderer_host/render_sandbox_host_linux.h",
(...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after
2032 if (!is_component_build) { 2032 if (!is_component_build) {
2033 public_deps = [ 2033 public_deps = [
2034 ":browser", 2034 ":browser",
2035 ] 2035 ]
2036 } else { 2036 } else {
2037 public_deps = [ 2037 public_deps = [
2038 "//third_party/leveldatabase", 2038 "//third_party/leveldatabase",
2039 ] 2039 ]
2040 } 2040 }
2041 } 2041 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/offscreen_canvas_compositor_frame_sink_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698