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

Unified Diff: mojo/application/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/BUILD.gn
diff --git a/mojo/application/BUILD.gn b/mojo/application/BUILD.gn
index ad1daeb6c35d1251fdd7dd45f510924b2638e54b..73ac67f1ffc83430aff66bd26a391f2e91c45e35 100644
--- a/mojo/application/BUILD.gn
+++ b/mojo/application/BUILD.gn
@@ -38,9 +38,13 @@ source_set("content_handler") {
source_set("test_support") {
testonly = true
- sources = [ "application_test_main_chromium.cc" ]
+ sources = [
+ "application_test_main_chromium.cc",
+ ]
- public_deps = [ "//mojo/public/cpp/application:test_support" ]
+ public_deps = [
+ "//mojo/public/cpp/application:test_support",
+ ]
deps = [
"//base",
"//mojo/environment:chromium",

Powered by Google App Engine
This is Rietveld 408576698