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

Side by Side Diff: components/mus/ws/BUILD.gn

Issue 1755223002: Adds WindowManagerManager to mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge and WindowManagerState Created 4 years, 9 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/mus/mus_app.cc ('k') | components/mus/ws/client_connection.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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//mojo/public/mojo_application.gni") 7 import("//mojo/public/mojo_application.gni")
8 import("//mojo/public/mojo_application_manifest.gni") 8 import("//mojo/public/mojo_application_manifest.gni")
9 9
10 source_set("lib") { 10 source_set("lib") {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "server_window_surface.h", 43 "server_window_surface.h",
44 "server_window_surface_manager.cc", 44 "server_window_surface_manager.cc",
45 "server_window_surface_manager.h", 45 "server_window_surface_manager.h",
46 "server_window_tracker.h", 46 "server_window_tracker.h",
47 "window_coordinate_conversions.cc", 47 "window_coordinate_conversions.cc",
48 "window_coordinate_conversions.h", 48 "window_coordinate_conversions.h",
49 "window_finder.cc", 49 "window_finder.cc",
50 "window_finder.h", 50 "window_finder.h",
51 "window_manager_access_policy.cc", 51 "window_manager_access_policy.cc",
52 "window_manager_access_policy.h", 52 "window_manager_access_policy.h",
53 "window_manager_factory_registry.cc",
54 "window_manager_factory_registry.h",
53 "window_manager_factory_service.cc", 55 "window_manager_factory_service.cc",
54 "window_manager_factory_service.h", 56 "window_manager_factory_service.h",
57 "window_manager_state.cc",
58 "window_manager_state.h",
55 "window_tree_factory.cc", 59 "window_tree_factory.cc",
56 "window_tree_factory.h", 60 "window_tree_factory.h",
57 "window_tree_host_connection.cc", 61 "window_tree_host_connection.cc",
58 "window_tree_host_connection.h", 62 "window_tree_host_connection.h",
59 "window_tree_host_impl.cc", 63 "window_tree_host_impl.cc",
60 "window_tree_host_impl.h", 64 "window_tree_host_impl.h",
61 "window_tree_impl.cc", 65 "window_tree_impl.cc",
62 "window_tree_impl.h", 66 "window_tree_impl.h",
63 ] 67 ]
64 68
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 210
207 if (use_x11) { 211 if (use_x11) {
208 deps += [ "//tools/xdisplaycheck" ] 212 deps += [ "//tools/xdisplaycheck" ]
209 } 213 }
210 } 214 }
211 215
212 mojo_application_manifest("manifest") { 216 mojo_application_manifest("manifest") {
213 application_name = "mus_apptests" 217 application_name = "mus_apptests"
214 source = "apptest_manifest.json" 218 source = "apptest_manifest.json"
215 } 219 }
OLDNEW
« no previous file with comments | « components/mus/mus_app.cc ('k') | components/mus/ws/client_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698