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

Unified Diff: mojo/public/cpp/application/tests/BUILD.gn

Issue 1973653002: Add a new way of using ServiceProviderImpl without InterfaceFactory. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: RequestHandler -> InterfaceRequestHandler Created 4 years, 7 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
Index: mojo/public/cpp/application/tests/BUILD.gn
diff --git a/mojo/public/cpp/application/tests/BUILD.gn b/mojo/public/cpp/application/tests/BUILD.gn
index 7766a7d28a89b834c716b65ab326e7c6ceb7d9bb..284f54d3cd601c19e88926dec08b11c367479980 100644
--- a/mojo/public/cpp/application/tests/BUILD.gn
+++ b/mojo/public/cpp/application/tests/BUILD.gn
@@ -8,6 +8,7 @@ mojo_sdk_source_set("tests") {
testonly = true
sources = [
+ "service_provider_impl_unittest.cc",
"service_registry_unittest.cc",
]
@@ -18,6 +19,9 @@ mojo_sdk_source_set("tests") {
mojo_sdk_deps = [
"mojo/public/cpp/application:standalone",
"mojo/public/cpp/environment:standalone",
+ "mojo/public/cpp/system",
"mojo/public/cpp/utility",
+ "mojo/public/interfaces/application",
+ "mojo/public/interfaces/bindings/tests:test_interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698