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

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

Issue 2795663002: Change VideoFrameReceiverOnIOThread to VideoFrameReceiverOnTaskRunner (Closed)
Patch Set: Created 3 years, 8 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("//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 1158 matching lines...) Expand 10 before | Expand all | Expand 10 after
1169 "renderer_host/media/media_stream_ui_proxy.h", 1169 "renderer_host/media/media_stream_ui_proxy.h",
1170 "renderer_host/media/video_capture_controller.cc", 1170 "renderer_host/media/video_capture_controller.cc",
1171 "renderer_host/media/video_capture_controller.h", 1171 "renderer_host/media/video_capture_controller.h",
1172 "renderer_host/media/video_capture_controller_event_handler.h", 1172 "renderer_host/media/video_capture_controller_event_handler.h",
1173 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc", 1173 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc",
1174 "renderer_host/media/video_capture_gpu_jpeg_decoder.h", 1174 "renderer_host/media/video_capture_gpu_jpeg_decoder.h",
1175 "renderer_host/media/video_capture_host.cc", 1175 "renderer_host/media/video_capture_host.cc",
1176 "renderer_host/media/video_capture_host.h", 1176 "renderer_host/media/video_capture_host.h",
1177 "renderer_host/media/video_capture_manager.cc", 1177 "renderer_host/media/video_capture_manager.cc",
1178 "renderer_host/media/video_capture_manager.h", 1178 "renderer_host/media/video_capture_manager.h",
1179 "renderer_host/media/video_frame_receiver_on_io_thread.cc",
1180 "renderer_host/media/video_frame_receiver_on_io_thread.h",
1181 "renderer_host/native_web_keyboard_event_aura.cc", 1179 "renderer_host/native_web_keyboard_event_aura.cc",
1182 "renderer_host/native_web_keyboard_event_mac.mm", 1180 "renderer_host/native_web_keyboard_event_mac.mm",
1183 "renderer_host/offscreen_canvas_compositor_frame_sink.cc", 1181 "renderer_host/offscreen_canvas_compositor_frame_sink.cc",
1184 "renderer_host/offscreen_canvas_compositor_frame_sink.h", 1182 "renderer_host/offscreen_canvas_compositor_frame_sink.h",
1185 "renderer_host/offscreen_canvas_compositor_frame_sink_manager.cc", 1183 "renderer_host/offscreen_canvas_compositor_frame_sink_manager.cc",
1186 "renderer_host/offscreen_canvas_compositor_frame_sink_manager.h", 1184 "renderer_host/offscreen_canvas_compositor_frame_sink_manager.h",
1187 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc", 1185 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc",
1188 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h", 1186 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h",
1189 "renderer_host/offscreen_canvas_surface_factory_impl.cc", 1187 "renderer_host/offscreen_canvas_surface_factory_impl.cc",
1190 "renderer_host/offscreen_canvas_surface_factory_impl.h", 1188 "renderer_host/offscreen_canvas_surface_factory_impl.h",
(...skipping 863 matching lines...) Expand 10 before | Expand all | Expand 10 after
2054 if (!is_component_build) { 2052 if (!is_component_build) {
2055 public_deps = [ 2053 public_deps = [
2056 ":browser", 2054 ":browser",
2057 ] 2055 ]
2058 } else { 2056 } else {
2059 public_deps = [ 2057 public_deps = [
2060 "//third_party/leveldatabase", 2058 "//third_party/leveldatabase",
2061 ] 2059 ]
2062 } 2060 }
2063 } 2061 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698