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

Side by Side Diff: components/viz/client/BUILD.gn

Issue 2923583002: Remove RendererCompositorFrameSink and use ClientCompositorFrameSink instead (Closed)
Patch Set: Address comments 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 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 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 source_set("client") { 5 source_set("client") {
6 sources = [ 6 sources = [
7 "client_compositor_frame_sink.cc", 7 "client_compositor_frame_sink.cc",
8 "client_compositor_frame_sink.h", 8 "client_compositor_frame_sink.h",
9 "local_surface_id_provider.cc",
10 "local_surface_id_provider.h",
9 ] 11 ]
10 12
11 public_deps = [ 13 public_deps = [
12 "//base", 14 "//base",
13 "//cc", 15 "//cc",
14 "//cc/ipc:interfaces", 16 "//cc/ipc:interfaces",
15 "//cc/surfaces", 17 "//cc/surfaces",
16 "//mojo/public/cpp/bindings", 18 "//mojo/public/cpp/bindings",
17 ] 19 ]
18 } 20 }
OLDNEW
« no previous file with comments | « no previous file | components/viz/client/DEPS » ('j') | content/renderer/gpu/renderer_compositor_frame_sink.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698