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

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

Issue 2787363003: gpu: Add a couple of unit-tests for GpuService. (Closed)
Patch Set: tot merge Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/ipc/service/gpu_watchdog_thread.cc ('k') | services/ui/gpu/gpu_service_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gpu/BUILD.gn
diff --git a/services/ui/gpu/BUILD.gn b/services/ui/gpu/BUILD.gn
index c046f6f3cdc8cbe24069533e575dfe53937e0681..c735398ed4d22bfd3fa9f765cabd12bcf41b3452 100644
--- a/services/ui/gpu/BUILD.gn
+++ b/services/ui/gpu/BUILD.gn
@@ -51,12 +51,18 @@ test("mus_gpu_unittests") {
deps = [
":gpu",
"//base",
+ "//gpu",
"//ipc",
"//services/ui/common:run_all_service_tests",
+ "//services/ui/gpu/interfaces",
"//testing/gtest",
"//ui/gfx:memory_buffer",
"//ui/gfx/geometry",
]
+
+ sources = [
+ "gpu_service_unittest.cc",
+ ]
}
service_manifest("mus_gpu_unittests_app_manifest") {
« no previous file with comments | « gpu/ipc/service/gpu_watchdog_thread.cc ('k') | services/ui/gpu/gpu_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698