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

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

Issue 2356913002: Pass device scale factor from display to ws. (Closed)
Patch Set: Fix more tests. Created 4 years, 2 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/display/platform_screen_stub.cc ('k') | services/ui/ws/display.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("//services/shell/public/cpp/service.gni") 7 import("//services/shell/public/cpp/service.gni")
8 import("//services/shell/public/service_manifest.gni") 8 import("//services/shell/public/service_manifest.gni")
9 9
10 static_library("lib") { 10 static_library("lib") {
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "touch_controller.h", 74 "touch_controller.h",
75 "user_activity_monitor.cc", 75 "user_activity_monitor.cc",
76 "user_activity_monitor.h", 76 "user_activity_monitor.h",
77 "user_display_manager.cc", 77 "user_display_manager.cc",
78 "user_display_manager.h", 78 "user_display_manager.h",
79 "user_display_manager_delegate.h", 79 "user_display_manager_delegate.h",
80 "user_id.h", 80 "user_id.h",
81 "user_id_tracker.cc", 81 "user_id_tracker.cc",
82 "user_id_tracker.h", 82 "user_id_tracker.h",
83 "user_id_tracker_observer.h", 83 "user_id_tracker_observer.h",
84 "viewport_metrics.h",
84 "window_coordinate_conversions.cc", 85 "window_coordinate_conversions.cc",
85 "window_coordinate_conversions.h", 86 "window_coordinate_conversions.h",
86 "window_finder.cc", 87 "window_finder.cc",
87 "window_finder.h", 88 "window_finder.h",
88 "window_manager_access_policy.cc", 89 "window_manager_access_policy.cc",
89 "window_manager_access_policy.h", 90 "window_manager_access_policy.h",
90 "window_manager_display_root.cc", 91 "window_manager_display_root.cc",
91 "window_manager_display_root.h", 92 "window_manager_display_root.h",
92 "window_manager_state.cc", 93 "window_manager_state.cc",
93 "window_manager_state.h", 94 "window_manager_state.h",
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 260
260 data_deps = [ 261 data_deps = [
261 ":mus_ws_unittests_app_manifest", 262 ":mus_ws_unittests_app_manifest",
262 ] 263 ]
263 } 264 }
264 265
265 service_manifest("mus_ws_unittests_app_manifest") { 266 service_manifest("mus_ws_unittests_app_manifest") {
266 name = "mus_ws_unittests_app" 267 name = "mus_ws_unittests_app"
267 source = "mus_ws_unittests_app_manifest.json" 268 source = "mus_ws_unittests_app_manifest.json"
268 } 269 }
OLDNEW
« no previous file with comments | « services/ui/display/platform_screen_stub.cc ('k') | services/ui/ws/display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698