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

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

Issue 2447303002: Scale client area, hit test mask and bounds by device_scale_factor. (Closed)
Patch Set: test_screen 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 | « no previous file | services/ui/demo/mus_demo.h » ('j') | services/ui/demo/mus_demo.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/demo/BUILD.gn
diff --git a/services/ui/demo/BUILD.gn b/services/ui/demo/BUILD.gn
index 5a4e2bbb074e28e17efe7536cb369dba480c46a5..072da9f491bfb2434c40e3b64d9441987845e067 100644
--- a/services/ui/demo/BUILD.gn
+++ b/services/ui/demo/BUILD.gn
@@ -7,6 +7,8 @@ import("//services/service_manager/public/service_manifest.gni")
import("//testing/test.gni")
source_set("lib") {
+ testonly = true
+
sources = [
"bitmap_uploader.cc",
"bitmap_uploader.h",
@@ -26,11 +28,14 @@ source_set("lib") {
"//services/ui/public/cpp",
"//services/ui/public/cpp:internal",
"//services/ui/public/interfaces",
+ "//ui/display:test_support",
"//ui/gfx/geometry",
]
}
service("mus_demo") {
+ testonly = true
+
sources = [
"main.cc",
]
@@ -79,6 +84,8 @@ test("mus_demo_unittests") {
}
group("demo") {
+ testonly = true
+
deps = [
":mus_demo",
]
« no previous file with comments | « no previous file | services/ui/demo/mus_demo.h » ('j') | services/ui/demo/mus_demo.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698