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

Unified Diff: services/ui/test_wm/BUILD.gn

Issue 2447303002: Scale client area, hit test mask and bounds by device_scale_factor. (Closed)
Patch Set: rebase Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/ui/public/cpp/window_tree_client.cc ('k') | services/ui/test_wm/test_wm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/test_wm/BUILD.gn
diff --git a/services/ui/test_wm/BUILD.gn b/services/ui/test_wm/BUILD.gn
index d8ba438ff6a5a6a990819db081f66f690f4f38eb..e7a2b8e677186bb29e77eded0407ba402d7359a0 100644
--- a/services/ui/test_wm/BUILD.gn
+++ b/services/ui/test_wm/BUILD.gn
@@ -6,6 +6,8 @@ import("//services/service_manager/public/cpp/service.gni")
import("//services/service_manager/public/service_manifest.gni")
service("test_wm") {
+ testonly = true
+
sources = [
"test_wm.cc",
]
@@ -16,6 +18,7 @@ service("test_wm") {
"//services/ui/public/cpp",
"//services/ui/public/interfaces",
"//ui/display",
+ "//ui/display:test_support",
"//ui/gfx/geometry/mojo",
]
« no previous file with comments | « services/ui/public/cpp/window_tree_client.cc ('k') | services/ui/test_wm/test_wm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698