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

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

Issue 2688593002: WIP: Towards merging OffscreenCanvas and Mus code
Patch Set: Fix reflector unit test Created 3 years, 10 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
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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 "//ui/gl", 147 "//ui/gl",
148 "//ui/native_theme", 148 "//ui/native_theme",
149 "//ui/resources", 149 "//ui/resources",
150 "//ui/shell_dialogs", 150 "//ui/shell_dialogs",
151 "//ui/snapshot", 151 "//ui/snapshot",
152 "//ui/touch_selection", 152 "//ui/touch_selection",
153 "//v8:v8_version", 153 "//v8:v8_version",
154 ] 154 ]
155 155
156 public_deps = [ 156 public_deps = [
157 "//cc/ipc:interfaces",
157 "//media/mojo/interfaces:remoting", 158 "//media/mojo/interfaces:remoting",
158 "//third_party/leveldatabase", 159 "//third_party/leveldatabase",
159 ] 160 ]
160 161
161 sources = [ 162 sources = [
162 "$target_gen_dir/devtools/protocol/dom.cc", 163 "$target_gen_dir/devtools/protocol/dom.cc",
163 "$target_gen_dir/devtools/protocol/dom.h", 164 "$target_gen_dir/devtools/protocol/dom.h",
164 "$target_gen_dir/devtools/protocol/emulation.cc", 165 "$target_gen_dir/devtools/protocol/emulation.cc",
165 "$target_gen_dir/devtools/protocol/emulation.h", 166 "$target_gen_dir/devtools/protocol/emulation.h",
166 "$target_gen_dir/devtools/protocol/forward.h", 167 "$target_gen_dir/devtools/protocol/forward.h",
(...skipping 975 matching lines...) Expand 10 before | Expand all | Expand 10 after
1142 "renderer_host/media/video_capture_host.cc", 1143 "renderer_host/media/video_capture_host.cc",
1143 "renderer_host/media/video_capture_host.h", 1144 "renderer_host/media/video_capture_host.h",
1144 "renderer_host/media/video_capture_manager.cc", 1145 "renderer_host/media/video_capture_manager.cc",
1145 "renderer_host/media/video_capture_manager.h", 1146 "renderer_host/media/video_capture_manager.h",
1146 "renderer_host/media/video_frame_receiver_on_io_thread.cc", 1147 "renderer_host/media/video_frame_receiver_on_io_thread.cc",
1147 "renderer_host/media/video_frame_receiver_on_io_thread.h", 1148 "renderer_host/media/video_frame_receiver_on_io_thread.h",
1148 "renderer_host/native_web_keyboard_event_aura.cc", 1149 "renderer_host/native_web_keyboard_event_aura.cc",
1149 "renderer_host/native_web_keyboard_event_mac.mm", 1150 "renderer_host/native_web_keyboard_event_mac.mm",
1150 "renderer_host/offscreen_canvas_compositor_frame_sink.cc", 1151 "renderer_host/offscreen_canvas_compositor_frame_sink.cc",
1151 "renderer_host/offscreen_canvas_compositor_frame_sink.h", 1152 "renderer_host/offscreen_canvas_compositor_frame_sink.h",
1153 "renderer_host/offscreen_canvas_compositor_frame_sink_manager.cc",
1154 "renderer_host/offscreen_canvas_compositor_frame_sink_manager.h",
1152 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc", 1155 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc",
1153 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h", 1156 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h",
1154 "renderer_host/offscreen_canvas_surface_factory_impl.cc", 1157 "renderer_host/offscreen_canvas_surface_factory_impl.cc",
1155 "renderer_host/offscreen_canvas_surface_factory_impl.h", 1158 "renderer_host/offscreen_canvas_surface_factory_impl.h",
1156 "renderer_host/offscreen_canvas_surface_impl.cc", 1159 "renderer_host/offscreen_canvas_surface_impl.cc",
1157 "renderer_host/offscreen_canvas_surface_impl.h", 1160 "renderer_host/offscreen_canvas_surface_impl.h",
1158 "renderer_host/offscreen_canvas_surface_manager.cc",
1159 "renderer_host/offscreen_canvas_surface_manager.h",
1160 "renderer_host/overscroll_configuration.cc", 1161 "renderer_host/overscroll_configuration.cc",
1161 "renderer_host/overscroll_controller.cc", 1162 "renderer_host/overscroll_controller.cc",
1162 "renderer_host/overscroll_controller.h", 1163 "renderer_host/overscroll_controller.h",
1163 "renderer_host/overscroll_controller_delegate.h", 1164 "renderer_host/overscroll_controller_delegate.h",
1164 "renderer_host/render_message_filter.cc", 1165 "renderer_host/render_message_filter.cc",
1165 "renderer_host/render_message_filter.h", 1166 "renderer_host/render_message_filter.h",
1166 "renderer_host/render_process_host_impl.cc", 1167 "renderer_host/render_process_host_impl.cc",
1167 "renderer_host/render_process_host_impl.h", 1168 "renderer_host/render_process_host_impl.h",
1168 "renderer_host/render_sandbox_host_linux.cc", 1169 "renderer_host/render_sandbox_host_linux.cc",
1169 "renderer_host/render_sandbox_host_linux.h", 1170 "renderer_host/render_sandbox_host_linux.h",
(...skipping 845 matching lines...) Expand 10 before | Expand all | Expand 10 after
2015 if (!is_component_build) { 2016 if (!is_component_build) {
2016 public_deps = [ 2017 public_deps = [
2017 ":browser", 2018 ":browser",
2018 ] 2019 ]
2019 } else { 2020 } else {
2020 public_deps = [ 2021 public_deps = [
2021 "//third_party/leveldatabase", 2022 "//third_party/leveldatabase",
2022 ] 2023 ]
2023 } 2024 }
2024 } 2025 }
OLDNEW
« no previous file with comments | « components/display_compositor/display_compositor.cc ('k') | content/browser/compositor/gpu_process_transport_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698