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

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

Issue 1344573002: Mandoline: Rename components/view_manager to components/mus (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
« no previous file with comments | « components/view_manager/server_view_observer.h ('k') | components/view_manager/surfaces/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 source_set("surfaces") {
6 sources = [
7 "surfaces_context_provider.cc",
8 "surfaces_context_provider.h",
9 "surfaces_context_provider_delegate.h",
10 "surfaces_output_surface.cc",
11 "surfaces_output_surface.h",
12 "surfaces_scheduler.cc",
13 "surfaces_scheduler.h",
14 "surfaces_state.cc",
15 "surfaces_state.h",
16 "top_level_display_client.cc",
17 "top_level_display_client.h",
18 ]
19
20 deps = [
21 "//base",
22 "//cc",
23 "//cc/surfaces",
24 "//cc/surfaces:surface_id",
25 "//components/view_manager/gles2",
26 "//components/view_manager/public/interfaces",
27 "//gpu/command_buffer/client",
28 "//gpu/command_buffer/client:gles2_cmd_helper",
29 "//gpu/command_buffer/client:gles2_implementation",
30 "//gpu/command_buffer/client:gles2_interface",
31 "//mojo/application/public/cpp",
32 "//mojo/common:tracing_impl",
33 "//mojo/converters/geometry",
34 "//mojo/converters/surfaces",
35 "//ui/gfx",
36 "//ui/gl",
37 "//ui/mojo/geometry:interfaces",
38 ]
39 }
OLDNEW
« no previous file with comments | « components/view_manager/server_view_observer.h ('k') | components/view_manager/surfaces/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698