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

Unified Diff: third_party/mojo/src/mojo/public/cpp/application/BUILD.gn

Issue 1127293003: Update mojo sdk to rev f84766d3b6420b7cf6a113d9d65d73cb5fe18d90 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: formatting Created 5 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: third_party/mojo/src/mojo/public/cpp/application/BUILD.gn
diff --git a/third_party/mojo/src/mojo/public/cpp/application/BUILD.gn b/third_party/mojo/src/mojo/public/cpp/application/BUILD.gn
index 05708c7a04390c476b55328875f1a25bc4a3f8db..c3a9fc942fcf47852239640e13df96ecea713921 100644
--- a/third_party/mojo/src/mojo/public/cpp/application/BUILD.gn
+++ b/third_party/mojo/src/mojo/public/cpp/application/BUILD.gn
@@ -11,17 +11,19 @@ mojo_sdk_source_set("application") {
"application_delegate.h",
"application_impl.h",
"connect.h",
- "service_provider_impl.h",
"interface_factory.h",
"interface_factory_impl.h",
"lib/application_connection.cc",
"lib/application_delegate.cc",
"lib/application_impl.cc",
+ "lib/interface_factory_connector.h",
+ "lib/service_connector_registry.cc",
+ "lib/service_connector_registry.h",
"lib/service_provider_impl.cc",
- "lib/service_connector.cc",
- "lib/service_connector.h",
"lib/service_registry.cc",
"lib/service_registry.h",
+ "service_connector.h",
+ "service_provider_impl.h",
]
mojo_sdk_deps = [
« no previous file with comments | « third_party/mojo/src/mojo/public/VERSION ('k') | third_party/mojo/src/mojo/public/cpp/application/application_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698