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

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

Issue 2851243002: Finish offscreen canvas using FrameSinkMangerHost. (Closed)
Patch Set: Add public dep. Created 3 years, 7 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("//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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "//services/ui/gpu/interfaces", 128 "//services/ui/gpu/interfaces",
129 "//services/ui/public/cpp/gpu", 129 "//services/ui/public/cpp/gpu",
130 "//skia", 130 "//skia",
131 "//sql", 131 "//sql",
132 "//storage/browser", 132 "//storage/browser",
133 "//storage/common", 133 "//storage/common",
134 "//third_party/WebKit/public:blink_headers", 134 "//third_party/WebKit/public:blink_headers",
135 "//third_party/WebKit/public:features", 135 "//third_party/WebKit/public:features",
136 "//third_party/WebKit/public:image_resources", 136 "//third_party/WebKit/public:image_resources",
137 "//third_party/WebKit/public:mojo_bindings", 137 "//third_party/WebKit/public:mojo_bindings",
138 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings",
139 "//third_party/WebKit/public:resources", 138 "//third_party/WebKit/public:resources",
140 "//third_party/angle:angle_common", 139 "//third_party/angle:angle_common",
141 "//third_party/icu", 140 "//third_party/icu",
142 "//third_party/libyuv", 141 "//third_party/libyuv",
143 "//third_party/re2", 142 "//third_party/re2",
144 "//third_party/zlib", 143 "//third_party/zlib",
145 "//third_party/zlib:compression_utils", 144 "//third_party/zlib:compression_utils",
146 "//third_party/zlib:zip", 145 "//third_party/zlib:zip",
147 "//ui/accessibility", 146 "//ui/accessibility",
148 "//ui/accessibility:ax_gen", 147 "//ui/accessibility:ax_gen",
(...skipping 16 matching lines...) Expand all
165 "//ui/resources", 164 "//ui/resources",
166 "//ui/shell_dialogs", 165 "//ui/shell_dialogs",
167 "//ui/snapshot", 166 "//ui/snapshot",
168 "//ui/touch_selection", 167 "//ui/touch_selection",
169 "//v8:v8_version", 168 "//v8:v8_version",
170 ] 169 ]
171 170
172 public_deps = [ 171 public_deps = [
173 "//ipc", 172 "//ipc",
174 "//media/mojo/interfaces:remoting", 173 "//media/mojo/interfaces:remoting",
174 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings",
175 "//third_party/leveldatabase", 175 "//third_party/leveldatabase",
176 ] 176 ]
177 177
178 sources = [ 178 sources = [
179 "$target_gen_dir/devtools/protocol/dom.cc", 179 "$target_gen_dir/devtools/protocol/dom.cc",
180 "$target_gen_dir/devtools/protocol/dom.h", 180 "$target_gen_dir/devtools/protocol/dom.h",
181 "$target_gen_dir/devtools/protocol/emulation.cc", 181 "$target_gen_dir/devtools/protocol/emulation.cc",
182 "$target_gen_dir/devtools/protocol/emulation.h", 182 "$target_gen_dir/devtools/protocol/emulation.h",
183 "$target_gen_dir/devtools/protocol/forward.h", 183 "$target_gen_dir/devtools/protocol/forward.h",
184 "$target_gen_dir/devtools/protocol/input.cc", 184 "$target_gen_dir/devtools/protocol/input.cc",
(...skipping 1039 matching lines...) Expand 10 before | Expand all | Expand 10 after
1224 "renderer_host/media/video_capture_device_launch_observer.h", 1224 "renderer_host/media/video_capture_device_launch_observer.h",
1225 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc", 1225 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc",
1226 "renderer_host/media/video_capture_gpu_jpeg_decoder.h", 1226 "renderer_host/media/video_capture_gpu_jpeg_decoder.h",
1227 "renderer_host/media/video_capture_host.cc", 1227 "renderer_host/media/video_capture_host.cc",
1228 "renderer_host/media/video_capture_host.h", 1228 "renderer_host/media/video_capture_host.h",
1229 "renderer_host/media/video_capture_manager.cc", 1229 "renderer_host/media/video_capture_manager.cc",
1230 "renderer_host/media/video_capture_manager.h", 1230 "renderer_host/media/video_capture_manager.h",
1231 "renderer_host/media/video_capture_provider.h", 1231 "renderer_host/media/video_capture_provider.h",
1232 "renderer_host/native_web_keyboard_event_aura.cc", 1232 "renderer_host/native_web_keyboard_event_aura.cc",
1233 "renderer_host/native_web_keyboard_event_mac.mm", 1233 "renderer_host/native_web_keyboard_event_mac.mm",
1234 "renderer_host/offscreen_canvas_compositor_frame_sink_manager.cc",
1235 "renderer_host/offscreen_canvas_compositor_frame_sink_manager.h",
1236 "renderer_host/offscreen_canvas_provider_impl.cc", 1234 "renderer_host/offscreen_canvas_provider_impl.cc",
1237 "renderer_host/offscreen_canvas_provider_impl.h", 1235 "renderer_host/offscreen_canvas_provider_impl.h",
1238 "renderer_host/offscreen_canvas_surface_impl.cc", 1236 "renderer_host/offscreen_canvas_surface_impl.cc",
1239 "renderer_host/offscreen_canvas_surface_impl.h", 1237 "renderer_host/offscreen_canvas_surface_impl.h",
1240 "renderer_host/overscroll_configuration.cc", 1238 "renderer_host/overscroll_configuration.cc",
1241 "renderer_host/overscroll_controller.cc", 1239 "renderer_host/overscroll_controller.cc",
1242 "renderer_host/overscroll_controller.h", 1240 "renderer_host/overscroll_controller.h",
1243 "renderer_host/overscroll_controller_delegate.h", 1241 "renderer_host/overscroll_controller_delegate.h",
1244 "renderer_host/render_message_filter.cc", 1242 "renderer_host/render_message_filter.cc",
1245 "renderer_host/render_message_filter.h", 1243 "renderer_host/render_message_filter.h",
(...skipping 886 matching lines...) Expand 10 before | Expand all | Expand 10 after
2132 if (!is_component_build) { 2130 if (!is_component_build) {
2133 public_deps = [ 2131 public_deps = [
2134 ":browser", 2132 ":browser",
2135 ] 2133 ]
2136 } else { 2134 } else {
2137 public_deps = [ 2135 public_deps = [
2138 "//third_party/leveldatabase", 2136 "//third_party/leveldatabase",
2139 ] 2137 ]
2140 } 2138 }
2141 } 2139 }
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