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

Side by Side Diff: mojo/services/view_manager/BUILD.gn

Issue 510483003: Rename RootViewManager to DisplayManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « mojo/mojo_services.gypi ('k') | mojo/services/view_manager/display_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("//mojo/system.gni") 5 import("//mojo/system.gni")
6 6
7 # GYP version: mojo/mojo_services.gypi:mojo_view_manager 7 # GYP version: mojo/mojo_services.gypi:mojo_view_manager
8 component("view_manager") { 8 component("view_manager") {
9 deps = [ 9 deps = [
10 "//base", 10 "//base",
(...skipping 25 matching lines...) Expand all
36 "MOJO_VIEW_MANAGER_IMPLEMENTATION", 36 "MOJO_VIEW_MANAGER_IMPLEMENTATION",
37 ] 37 ]
38 38
39 sources = [ 39 sources = [
40 "access_policy.h", 40 "access_policy.h",
41 "access_policy_delegate.h", 41 "access_policy_delegate.h",
42 "context_factory_impl.cc", 42 "context_factory_impl.cc",
43 "context_factory_impl.h", 43 "context_factory_impl.h",
44 "default_access_policy.cc", 44 "default_access_policy.cc",
45 "default_access_policy.h", 45 "default_access_policy.h",
46 "display_manager.cc",
47 "display_manager.h",
48 "display_manager_delegate.h",
46 "ids.h", 49 "ids.h",
47 "main.cc", 50 "main.cc",
48 "node.cc", 51 "node.cc",
49 "node.h", 52 "node.h",
50 "node_delegate.h", 53 "node_delegate.h",
51 "root_node_manager.cc", 54 "root_node_manager.cc",
52 "root_node_manager.h", 55 "root_node_manager.h",
53 "root_view_manager.cc",
54 "root_view_manager.h",
55 "root_view_manager_delegate.h",
56 "screen_impl.cc", 56 "screen_impl.cc",
57 "screen_impl.h", 57 "screen_impl.h",
58 "view_manager_export.h", 58 "view_manager_export.h",
59 "view_manager_init_service_context.cc", 59 "view_manager_init_service_context.cc",
60 "view_manager_init_service_context.h", 60 "view_manager_init_service_context.h",
61 "view_manager_init_service_impl.cc", 61 "view_manager_init_service_impl.cc",
62 "view_manager_init_service_impl.h", 62 "view_manager_init_service_impl.h",
63 "view_manager_service_impl.cc", 63 "view_manager_service_impl.cc",
64 "view_manager_service_impl.h", 64 "view_manager_service_impl.h",
65 "window_manager_access_policy.cc", 65 "window_manager_access_policy.cc",
(...skipping 27 matching lines...) Expand all
93 "//ui/gfx/geometry", 93 "//ui/gfx/geometry",
94 "//ui/gl", 94 "//ui/gl",
95 ] 95 ]
96 96
97 sources = [ 97 sources = [
98 "test_change_tracker.cc", 98 "test_change_tracker.cc",
99 "test_change_tracker.h", 99 "test_change_tracker.h",
100 "view_manager_unittest.cc", 100 "view_manager_unittest.cc",
101 ] 101 ]
102 } 102 }
OLDNEW
« no previous file with comments | « mojo/mojo_services.gypi ('k') | mojo/services/view_manager/display_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698