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

Unified Diff: services/ui/public/cpp/tests/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/demo/mus_demo.cc ('k') | services/ui/public/cpp/tests/window_server_test_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/tests/BUILD.gn
diff --git a/services/ui/public/cpp/tests/BUILD.gn b/services/ui/public/cpp/tests/BUILD.gn
index c86fa8e2e64744239afde353cdb70b23f7202ff8..6bc6e6bef6b9ff2bcaddf55c6bd269362ce523e3 100644
--- a/services/ui/public/cpp/tests/BUILD.gn
+++ b/services/ui/public/cpp/tests/BUILD.gn
@@ -47,6 +47,7 @@ static_library("test_support") {
"//services/ui/common:mus_common",
"//services/ui/public/cpp",
"//testing/gtest",
+ "//ui/display:test_support",
"//ui/gl",
]
}
@@ -73,6 +74,7 @@ test("mus_public_unittests") {
"//services/ui/public/cpp",
"//services/ui/public/cpp:internal_or_test",
"//testing/gtest",
+ "//ui/display:test_support",
"//ui/events",
"//ui/gfx:test_support",
"//ui/gfx/geometry",
« no previous file with comments | « services/ui/demo/mus_demo.cc ('k') | services/ui/public/cpp/tests/window_server_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698