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

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

Issue 2923583002: Remove RendererCompositorFrameSink and use ClientCompositorFrameSink instead (Closed)
Patch Set: Fix windows Created 3 years, 6 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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//content/common/features.gni") 9 import("//content/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 "gpu/compositor_forwarding_message_filter.h", 130 "gpu/compositor_forwarding_message_filter.h",
131 "gpu/frame_swap_message_queue.cc", 131 "gpu/frame_swap_message_queue.cc",
132 "gpu/frame_swap_message_queue.h", 132 "gpu/frame_swap_message_queue.h",
133 "gpu/gpu_benchmarking_extension.cc", 133 "gpu/gpu_benchmarking_extension.cc",
134 "gpu/gpu_benchmarking_extension.h", 134 "gpu/gpu_benchmarking_extension.h",
135 "gpu/queue_message_swap_promise.cc", 135 "gpu/queue_message_swap_promise.cc",
136 "gpu/queue_message_swap_promise.h", 136 "gpu/queue_message_swap_promise.h",
137 "gpu/render_widget_compositor.cc", 137 "gpu/render_widget_compositor.cc",
138 "gpu/render_widget_compositor.h", 138 "gpu/render_widget_compositor.h",
139 "gpu/render_widget_compositor_delegate.h", 139 "gpu/render_widget_compositor_delegate.h",
140 "gpu/renderer_compositor_frame_sink.cc",
141 "gpu/renderer_compositor_frame_sink.h",
142 "gpu/stream_texture_host_android.cc", 140 "gpu/stream_texture_host_android.cc",
143 "gpu/stream_texture_host_android.h", 141 "gpu/stream_texture_host_android.h",
144 "history_entry.cc", 142 "history_entry.cc",
145 "history_entry.h", 143 "history_entry.h",
146 "history_serialization.cc", 144 "history_serialization.cc",
147 "history_serialization.h", 145 "history_serialization.h",
148 "idle_user_detector.cc", 146 "idle_user_detector.cc",
149 "idle_user_detector.h", 147 "idle_user_detector.h",
150 "image_downloader/image_downloader_base.cc", 148 "image_downloader/image_downloader_base.cc",
151 "image_downloader/image_downloader_base.h", 149 "image_downloader/image_downloader_base.h",
(...skipping 838 matching lines...) Expand 10 before | Expand all | Expand 10 after
990 # See comment at the top of //content/BUILD.gn for how this works. 988 # See comment at the top of //content/BUILD.gn for how this works.
991 group("for_content_tests") { 989 group("for_content_tests") {
992 visibility = [ "//content/test/*" ] 990 visibility = [ "//content/test/*" ]
993 991
994 if (!is_component_build) { 992 if (!is_component_build) {
995 public_deps = [ 993 public_deps = [
996 ":renderer", 994 ":renderer",
997 ] 995 ]
998 } 996 }
999 } 997 }
OLDNEW
« no previous file with comments | « components/viz/client/local_surface_id_provider.cc ('k') | content/renderer/gpu/renderer_compositor_frame_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698