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

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

Issue 1766943002: Refators display related functionality into own class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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/connection_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("//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") {
11 sources = [ 11 sources = [
12 "access_policy.h", 12 "access_policy.h",
13 "access_policy_delegate.h", 13 "access_policy_delegate.h",
14 "connection_manager.cc", 14 "connection_manager.cc",
15 "connection_manager.h", 15 "connection_manager.h",
16 "connection_manager_delegate.cc", 16 "connection_manager_delegate.cc",
17 "connection_manager_delegate.h", 17 "connection_manager_delegate.h",
18 "default_access_policy.cc", 18 "default_access_policy.cc",
19 "default_access_policy.h", 19 "default_access_policy.h",
20 "display.cc", 20 "display.cc",
21 "display.h", 21 "display.h",
22 "display_binding.cc", 22 "display_binding.cc",
23 "display_binding.h", 23 "display_binding.h",
24 "display_manager.cc",
25 "display_manager.h",
26 "display_manager_delegate.h",
24 "event_dispatcher.cc", 27 "event_dispatcher.cc",
25 "event_dispatcher.h", 28 "event_dispatcher.h",
26 "event_dispatcher_delegate.h", 29 "event_dispatcher_delegate.h",
27 "focus_controller.cc", 30 "focus_controller.cc",
28 "focus_controller.h", 31 "focus_controller.h",
29 "focus_controller_delegate.h", 32 "focus_controller_delegate.h",
30 "focus_controller_observer.h", 33 "focus_controller_observer.h",
31 "operation.cc", 34 "operation.cc",
32 "operation.h", 35 "operation.h",
33 "platform_display.cc", 36 "platform_display.cc",
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 222
220 if (use_x11) { 223 if (use_x11) {
221 deps += [ "//tools/xdisplaycheck" ] 224 deps += [ "//tools/xdisplaycheck" ]
222 } 225 }
223 } 226 }
224 227
225 mojo_application_manifest("manifest") { 228 mojo_application_manifest("manifest") {
226 application_name = "mus_apptests" 229 application_name = "mus_apptests"
227 source = "apptest_manifest.json" 230 source = "apptest_manifest.json"
228 } 231 }
OLDNEW
« no previous file with comments | « components/mus/mus_app.cc ('k') | components/mus/ws/connection_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698