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

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

Issue 2479563005: Create manager to track OffscreenCanvasSurfaceImpl instances (Closed)
Patch Set: remove compositorframesink from manager Created 4 years, 1 month 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("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 10
(...skipping 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after
1096 "renderer_host/media/video_capture_manager.cc", 1096 "renderer_host/media/video_capture_manager.cc",
1097 "renderer_host/media/video_capture_manager.h", 1097 "renderer_host/media/video_capture_manager.h",
1098 "renderer_host/native_web_keyboard_event_aura.cc", 1098 "renderer_host/native_web_keyboard_event_aura.cc",
1099 "renderer_host/native_web_keyboard_event_mac.mm", 1099 "renderer_host/native_web_keyboard_event_mac.mm",
1100 "renderer_host/offscreen_canvas_compositor_frame_sink.cc", 1100 "renderer_host/offscreen_canvas_compositor_frame_sink.cc",
1101 "renderer_host/offscreen_canvas_compositor_frame_sink.h", 1101 "renderer_host/offscreen_canvas_compositor_frame_sink.h",
1102 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc", 1102 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc",
1103 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h", 1103 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h",
1104 "renderer_host/offscreen_canvas_surface_impl.cc", 1104 "renderer_host/offscreen_canvas_surface_impl.cc",
1105 "renderer_host/offscreen_canvas_surface_impl.h", 1105 "renderer_host/offscreen_canvas_surface_impl.h",
1106 "renderer_host/offscreen_canvas_surface_manager.cc",
1107 "renderer_host/offscreen_canvas_surface_manager.h",
1106 "renderer_host/overscroll_configuration.cc", 1108 "renderer_host/overscroll_configuration.cc",
1107 "renderer_host/overscroll_controller.cc", 1109 "renderer_host/overscroll_controller.cc",
1108 "renderer_host/overscroll_controller.h", 1110 "renderer_host/overscroll_controller.h",
1109 "renderer_host/overscroll_controller_delegate.h", 1111 "renderer_host/overscroll_controller_delegate.h",
1110 "renderer_host/render_message_filter.cc", 1112 "renderer_host/render_message_filter.cc",
1111 "renderer_host/render_message_filter.h", 1113 "renderer_host/render_message_filter.h",
1112 "renderer_host/render_process_host_impl.cc", 1114 "renderer_host/render_process_host_impl.cc",
1113 "renderer_host/render_process_host_impl.h", 1115 "renderer_host/render_process_host_impl.h",
1114 "renderer_host/render_sandbox_host_linux.cc", 1116 "renderer_host/render_sandbox_host_linux.cc",
1115 "renderer_host/render_sandbox_host_linux.h", 1117 "renderer_host/render_sandbox_host_linux.h",
(...skipping 837 matching lines...) Expand 10 before | Expand all | Expand 10 after
1953 if (!is_component_build) { 1955 if (!is_component_build) {
1954 public_deps = [ 1956 public_deps = [
1955 ":browser", 1957 ":browser",
1956 ] 1958 ]
1957 } else { 1959 } else {
1958 public_deps = [ 1960 public_deps = [
1959 "//third_party/leveldatabase", 1961 "//third_party/leveldatabase",
1960 ] 1962 ]
1961 } 1963 }
1962 } 1964 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698