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

Side by Side Diff: components/view_manager/surfaces/BUILD.gn

Issue 1281663002: Mandoline: Allow submitting CompositorFrames directly to mojo::Views (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 3 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 source_set("surfaces") { 5 source_set("surfaces") {
6 sources = [ 6 sources = [
7 "surfaces_context_provider.cc", 7 "surfaces_context_provider.cc",
8 "surfaces_context_provider.h", 8 "surfaces_context_provider.h",
9 "surfaces_context_provider_delegate.h", 9 "surfaces_context_provider_delegate.h",
10 "surfaces_delegate.h",
11 "surfaces_impl.cc",
12 "surfaces_impl.h",
13 "surfaces_output_surface.cc", 10 "surfaces_output_surface.cc",
14 "surfaces_output_surface.h", 11 "surfaces_output_surface.h",
15 "surfaces_scheduler.cc", 12 "surfaces_scheduler.cc",
16 "surfaces_scheduler.h", 13 "surfaces_scheduler.h",
17 "surfaces_state.cc", 14 "surfaces_state.cc",
18 "surfaces_state.h", 15 "surfaces_state.h",
19 "top_level_display_client.cc", 16 "top_level_display_client.cc",
20 "top_level_display_client.h", 17 "top_level_display_client.h",
21 ] 18 ]
22 19
(...skipping 10 matching lines...) Expand all
33 "//gpu/command_buffer/client:gles2_interface", 30 "//gpu/command_buffer/client:gles2_interface",
34 "//mojo/application/public/cpp", 31 "//mojo/application/public/cpp",
35 "//mojo/common:tracing_impl", 32 "//mojo/common:tracing_impl",
36 "//mojo/converters/geometry", 33 "//mojo/converters/geometry",
37 "//mojo/converters/surfaces", 34 "//mojo/converters/surfaces",
38 "//ui/gfx", 35 "//ui/gfx",
39 "//ui/gl", 36 "//ui/gl",
40 "//ui/mojo/geometry:interfaces", 37 "//ui/mojo/geometry:interfaces",
41 ] 38 ]
42 } 39 }
OLDNEW
« no previous file with comments | « components/view_manager/server_view_delegate.h ('k') | components/view_manager/surfaces/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698