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

Side by Side Diff: services/ui/ws/BUILD.gn

Issue 2916823002: Move Mus into chrome's process when running with --mus.
Patch Set: Removing debug include. Created 3 years, 5 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 | « services/ui/service.cc ('k') | services/ui/ws/display.cc » ('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("//services/catalog/public/tools/catalog.gni") 7 import("//services/catalog/public/tools/catalog.gni")
8 import("//services/service_manager/public/cpp/service.gni") 8 import("//services/service_manager/public/cpp/service.gni")
9 import("//services/service_manager/public/service_manifest.gni") 9 import("//services/service_manager/public/service_manifest.gni")
10 import("//services/service_manager/public/tools/test/service_test.gni") 10 import("//services/service_manager/public/tools/test/service_test.gni")
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "server_window.cc", 75 "server_window.cc",
76 "server_window.h", 76 "server_window.h",
77 "server_window_compositor_frame_sink_manager.cc", 77 "server_window_compositor_frame_sink_manager.cc",
78 "server_window_compositor_frame_sink_manager.h", 78 "server_window_compositor_frame_sink_manager.h",
79 "server_window_delegate.h", 79 "server_window_delegate.h",
80 "server_window_drawn_tracker.cc", 80 "server_window_drawn_tracker.cc",
81 "server_window_drawn_tracker.h", 81 "server_window_drawn_tracker.h",
82 "server_window_drawn_tracker_observer.h", 82 "server_window_drawn_tracker_observer.h",
83 "server_window_observer.h", 83 "server_window_observer.h",
84 "server_window_tracker.h", 84 "server_window_tracker.h",
85 "threaded_image_cursors.cc",
86 "threaded_image_cursors.h",
87 "threaded_image_cursors_factory.h",
85 "user_activity_monitor.cc", 88 "user_activity_monitor.cc",
86 "user_activity_monitor.h", 89 "user_activity_monitor.h",
87 "user_display_manager.cc", 90 "user_display_manager.cc",
88 "user_display_manager.h", 91 "user_display_manager.h",
89 "user_display_manager_delegate.h", 92 "user_display_manager_delegate.h",
90 "user_id.h", 93 "user_id.h",
91 "user_id_tracker.cc", 94 "user_id_tracker.cc",
92 "user_id_tracker.h", 95 "user_id_tracker.h",
93 "user_id_tracker_observer.h", 96 "user_id_tracker_observer.h",
94 "window_coordinate_conversions.cc", 97 "window_coordinate_conversions.cc",
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 303
301 service_manifest("unittests_manifest") { 304 service_manifest("unittests_manifest") {
302 name = "ui_service_unittests" 305 name = "ui_service_unittests"
303 source = "test_manifest.json" 306 source = "test_manifest.json"
304 } 307 }
305 308
306 catalog("tests_catalog") { 309 catalog("tests_catalog") {
307 testonly = true 310 testonly = true
308 embedded_services = [ ":unittests_manifest" ] 311 embedded_services = [ ":unittests_manifest" ]
309 } 312 }
OLDNEW
« no previous file with comments | « services/ui/service.cc ('k') | services/ui/ws/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698