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

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

Issue 2584643002: Revamp OffscreenCanvas commit flow (Closed)
Patch Set: rebase and fix conflict 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
« no previous file with comments | « no previous file | content/browser/renderer_host/offscreen_canvas_compositor_frame_sink_provider_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("//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 1132 matching lines...) Expand 10 before | Expand all | Expand 10 after
1143 "renderer_host/media/video_capture_manager.cc", 1143 "renderer_host/media/video_capture_manager.cc",
1144 "renderer_host/media/video_capture_manager.h", 1144 "renderer_host/media/video_capture_manager.h",
1145 "renderer_host/media/video_frame_receiver_on_io_thread.cc", 1145 "renderer_host/media/video_frame_receiver_on_io_thread.cc",
1146 "renderer_host/media/video_frame_receiver_on_io_thread.h", 1146 "renderer_host/media/video_frame_receiver_on_io_thread.h",
1147 "renderer_host/native_web_keyboard_event_aura.cc", 1147 "renderer_host/native_web_keyboard_event_aura.cc",
1148 "renderer_host/native_web_keyboard_event_mac.mm", 1148 "renderer_host/native_web_keyboard_event_mac.mm",
1149 "renderer_host/offscreen_canvas_compositor_frame_sink.cc", 1149 "renderer_host/offscreen_canvas_compositor_frame_sink.cc",
1150 "renderer_host/offscreen_canvas_compositor_frame_sink.h", 1150 "renderer_host/offscreen_canvas_compositor_frame_sink.h",
1151 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc", 1151 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc",
1152 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h", 1152 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h",
1153 "renderer_host/offscreen_canvas_surface_factory_impl.cc",
1154 "renderer_host/offscreen_canvas_surface_factory_impl.h",
1153 "renderer_host/offscreen_canvas_surface_impl.cc", 1155 "renderer_host/offscreen_canvas_surface_impl.cc",
1154 "renderer_host/offscreen_canvas_surface_impl.h", 1156 "renderer_host/offscreen_canvas_surface_impl.h",
1155 "renderer_host/offscreen_canvas_surface_manager.cc", 1157 "renderer_host/offscreen_canvas_surface_manager.cc",
1156 "renderer_host/offscreen_canvas_surface_manager.h", 1158 "renderer_host/offscreen_canvas_surface_manager.h",
1157 "renderer_host/overscroll_configuration.cc", 1159 "renderer_host/overscroll_configuration.cc",
1158 "renderer_host/overscroll_controller.cc", 1160 "renderer_host/overscroll_controller.cc",
1159 "renderer_host/overscroll_controller.h", 1161 "renderer_host/overscroll_controller.h",
1160 "renderer_host/overscroll_controller_delegate.h", 1162 "renderer_host/overscroll_controller_delegate.h",
1161 "renderer_host/render_message_filter.cc", 1163 "renderer_host/render_message_filter.cc",
1162 "renderer_host/render_message_filter.h", 1164 "renderer_host/render_message_filter.h",
(...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
1993 if (!is_component_build) { 1995 if (!is_component_build) {
1994 public_deps = [ 1996 public_deps = [
1995 ":browser", 1997 ":browser",
1996 ] 1998 ]
1997 } else { 1999 } else {
1998 public_deps = [ 2000 public_deps = [
1999 "//third_party/leveldatabase", 2001 "//third_party/leveldatabase",
2000 ] 2002 ]
2001 } 2003 }
2002 } 2004 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698