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

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

Issue 2476663003: PlatformScreenOzone using DisplayManager (Closed)
Patch Set: Add missing data_dep. Created 4 years 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/BUILD.gn ('k') | services/ui/display/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/display/BUILD.gn
diff --git a/services/ui/display/BUILD.gn b/services/ui/display/BUILD.gn
index aef68ee1334845b75d891238c3b660baba1287f1..0e05b079a9faec82800005e33508a281e174553e 100644
--- a/services/ui/display/BUILD.gn
+++ b/services/ui/display/BUILD.gn
@@ -44,20 +44,27 @@ source_set("display") {
if (use_ozone && is_chromeos) {
test("display_service_unittests") {
sources = [
+ "run_all_unittests.cc",
"screen_manager_ozone_unittests.cc",
]
deps = [
":display",
"//base",
- "//base/test:run_all_unittests",
"//base/test:test_support",
+ "//services/ui/common:task_runner_test_base",
"//testing/gmock",
"//testing/gtest",
+ "//ui/base",
"//ui/display",
+ "//ui/events/devices",
"//ui/gfx",
"//ui/gfx:test_support",
"//ui/ozone",
]
+
+ data_deps = [
+ "//ui/resources:ui_test_pak_data",
+ ]
}
}
« no previous file with comments | « services/ui/BUILD.gn ('k') | services/ui/display/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698