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

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

Issue 960413003: Apply gn format with 'sources' sorting to src/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-format-sort-2
Patch Set: . Created 5 years, 10 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..d60e99b0fd2e13522f7cd362827803c8a8a7fb20 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,17 @@ 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/service_provider_impl.cc",
"lib/service_connector.cc",
"lib/service_connector.h",
+ "lib/service_provider_impl.cc",
"lib/service_registry.cc",
"lib/service_registry.h",
+ "service_provider_impl.h",
]
mojo_sdk_deps = [

Powered by Google App Engine
This is Rietveld 408576698