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

Unified Diff: mojo/application_manager/BUILD.gn

Issue 773283006: Run gn format on all BUILD.gn files (gn version 306668) (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/application_manager/BUILD.gn
diff --git a/mojo/application_manager/BUILD.gn b/mojo/application_manager/BUILD.gn
index 9c3aeeeabea891a8a88b82314e2ec9b85880e467..4aecdb8990acb7fffa3bdc510c6f0f4b5152cf55 100644
--- a/mojo/application_manager/BUILD.gn
+++ b/mojo/application_manager/BUILD.gn
@@ -17,9 +17,7 @@ component("application_manager") {
"background_shell_application_loader.h",
]
- defines = [
- "MOJO_APPLICATION_MANAGER_IMPLEMENTATION",
- ]
+ defines = [ "MOJO_APPLICATION_MANAGER_IMPLEMENTATION" ]
public_deps = [
"//base",
@@ -61,5 +59,7 @@ test("mojo_application_manager_unittests") {
}
mojom("test_bindings") {
- sources = [ "test.mojom" ]
+ sources = [
+ "test.mojom",
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698