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

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

Issue 2584643002: Revamp OffscreenCanvas commit flow (Closed)
Patch Set: more fix Created 4 years 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 1128 matching lines...) Expand 10 before | Expand all | Expand 10 after
1139 "renderer_host/media/video_capture_manager.cc", 1139 "renderer_host/media/video_capture_manager.cc",
1140 "renderer_host/media/video_capture_manager.h", 1140 "renderer_host/media/video_capture_manager.h",
1141 "renderer_host/media/video_frame_receiver_on_io_thread.cc", 1141 "renderer_host/media/video_frame_receiver_on_io_thread.cc",
1142 "renderer_host/media/video_frame_receiver_on_io_thread.h", 1142 "renderer_host/media/video_frame_receiver_on_io_thread.h",
1143 "renderer_host/native_web_keyboard_event_aura.cc", 1143 "renderer_host/native_web_keyboard_event_aura.cc",
1144 "renderer_host/native_web_keyboard_event_mac.mm", 1144 "renderer_host/native_web_keyboard_event_mac.mm",
1145 "renderer_host/offscreen_canvas_compositor_frame_sink.cc", 1145 "renderer_host/offscreen_canvas_compositor_frame_sink.cc",
1146 "renderer_host/offscreen_canvas_compositor_frame_sink.h", 1146 "renderer_host/offscreen_canvas_compositor_frame_sink.h",
1147 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc", 1147 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc",
1148 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h", 1148 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h",
1149 "renderer_host/offscreen_canvas_surface_factory_impl.cc",
1150 "renderer_host/offscreen_canvas_surface_factory_impl.h",
1149 "renderer_host/offscreen_canvas_surface_impl.cc", 1151 "renderer_host/offscreen_canvas_surface_impl.cc",
1150 "renderer_host/offscreen_canvas_surface_impl.h", 1152 "renderer_host/offscreen_canvas_surface_impl.h",
1151 "renderer_host/offscreen_canvas_surface_manager.cc", 1153 "renderer_host/offscreen_canvas_surface_manager.cc",
1152 "renderer_host/offscreen_canvas_surface_manager.h", 1154 "renderer_host/offscreen_canvas_surface_manager.h",
1153 "renderer_host/overscroll_configuration.cc", 1155 "renderer_host/overscroll_configuration.cc",
1154 "renderer_host/overscroll_controller.cc", 1156 "renderer_host/overscroll_controller.cc",
1155 "renderer_host/overscroll_controller.h", 1157 "renderer_host/overscroll_controller.h",
1156 "renderer_host/overscroll_controller_delegate.h", 1158 "renderer_host/overscroll_controller_delegate.h",
1157 "renderer_host/render_message_filter.cc", 1159 "renderer_host/render_message_filter.cc",
1158 "renderer_host/render_message_filter.h", 1160 "renderer_host/render_message_filter.h",
(...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after
1988 if (!is_component_build) { 1990 if (!is_component_build) {
1989 public_deps = [ 1991 public_deps = [
1990 ":browser", 1992 ":browser",
1991 ] 1993 ]
1992 } else { 1994 } else {
1993 public_deps = [ 1995 public_deps = [
1994 "//third_party/leveldatabase", 1996 "//third_party/leveldatabase",
1995 ] 1997 ]
1996 } 1998 }
1997 } 1999 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698