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

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

Issue 2479563005: Create manager to track OffscreenCanvasSurfaceImpl instances (Closed)
Patch Set: rebase 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
« no previous file with comments | « no previous file | content/browser/renderer_host/offscreen_canvas_surface_impl.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("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//third_party/WebKit/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
(...skipping 1099 matching lines...) Expand 10 before | Expand all | Expand 10 after
1110 "renderer_host/media/video_capture_manager.cc", 1110 "renderer_host/media/video_capture_manager.cc",
1111 "renderer_host/media/video_capture_manager.h", 1111 "renderer_host/media/video_capture_manager.h",
1112 "renderer_host/native_web_keyboard_event_aura.cc", 1112 "renderer_host/native_web_keyboard_event_aura.cc",
1113 "renderer_host/native_web_keyboard_event_mac.mm", 1113 "renderer_host/native_web_keyboard_event_mac.mm",
1114 "renderer_host/offscreen_canvas_compositor_frame_sink.cc", 1114 "renderer_host/offscreen_canvas_compositor_frame_sink.cc",
1115 "renderer_host/offscreen_canvas_compositor_frame_sink.h", 1115 "renderer_host/offscreen_canvas_compositor_frame_sink.h",
1116 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc", 1116 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc",
1117 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h", 1117 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h",
1118 "renderer_host/offscreen_canvas_surface_impl.cc", 1118 "renderer_host/offscreen_canvas_surface_impl.cc",
1119 "renderer_host/offscreen_canvas_surface_impl.h", 1119 "renderer_host/offscreen_canvas_surface_impl.h",
1120 "renderer_host/offscreen_canvas_surface_manager.cc",
1121 "renderer_host/offscreen_canvas_surface_manager.h",
1120 "renderer_host/overscroll_configuration.cc", 1122 "renderer_host/overscroll_configuration.cc",
1121 "renderer_host/overscroll_controller.cc", 1123 "renderer_host/overscroll_controller.cc",
1122 "renderer_host/overscroll_controller.h", 1124 "renderer_host/overscroll_controller.h",
1123 "renderer_host/overscroll_controller_delegate.h", 1125 "renderer_host/overscroll_controller_delegate.h",
1124 "renderer_host/render_message_filter.cc", 1126 "renderer_host/render_message_filter.cc",
1125 "renderer_host/render_message_filter.h", 1127 "renderer_host/render_message_filter.h",
1126 "renderer_host/render_process_host_impl.cc", 1128 "renderer_host/render_process_host_impl.cc",
1127 "renderer_host/render_process_host_impl.h", 1129 "renderer_host/render_process_host_impl.h",
1128 "renderer_host/render_sandbox_host_linux.cc", 1130 "renderer_host/render_sandbox_host_linux.cc",
1129 "renderer_host/render_sandbox_host_linux.h", 1131 "renderer_host/render_sandbox_host_linux.h",
(...skipping 836 matching lines...) Expand 10 before | Expand all | Expand 10 after
1966 if (!is_component_build) { 1968 if (!is_component_build) {
1967 public_deps = [ 1969 public_deps = [
1968 ":browser", 1970 ":browser",
1969 ] 1971 ]
1970 } else { 1972 } else {
1971 public_deps = [ 1973 public_deps = [
1972 "//third_party/leveldatabase", 1974 "//third_party/leveldatabase",
1973 ] 1975 ]
1974 } 1976 }
1975 } 1977 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/offscreen_canvas_surface_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698