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

Unified Diff: services/BUILD.gn

Issue 2829003005: Test service as minimum repro for sharing memory handle (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | services/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/BUILD.gn
diff --git a/services/BUILD.gn b/services/BUILD.gn
index 52a819f38bc6f23c04ee6c52bf9ab4cdc5acb8c5..ae8487f7102be4148b53d60bea3bce766012c7c9 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -33,7 +33,10 @@ service_test("service_unittests") {
# NOTE: We do not currently support standalone service binaries on Android,
# so any tests which use the ServiceTest framework to connect to standalone
# services must be added here.
- deps += [ "//services/video_capture:tests" ]
+ deps += [
+ "//services/test:tests",
+ "//services/video_capture:tests",
+ ]
}
catalog = ":service_unittests_catalog"
@@ -45,5 +48,6 @@ catalog("service_unittests_catalog") {
"//services/device:tests_catalog",
"//services/preferences:tests_catalog",
"//services/video_capture:tests_catalog",
+ "//services/test:tests_catalog",
]
}
« no previous file with comments | « no previous file | services/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698