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

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

Issue 704363002: XXX test gn format everything (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 1 month 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
« no previous file with comments | « mojo/public/c/test_support/BUILD.gn ('k') | mojo/public/cpp/application/tests/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/application/BUILD.gn
diff --git a/mojo/public/cpp/application/BUILD.gn b/mojo/public/cpp/application/BUILD.gn
index ad46086d4701d3cffd6667bc336e85ed5517e517..b224c4a0ac8ed434d9779b32815b7ddb592bbd2e 100644
--- a/mojo/public/cpp/application/BUILD.gn
+++ b/mojo/public/cpp/application/BUILD.gn
@@ -35,10 +35,12 @@ source_set("application") {
# GYP version: mojo/public/mojo_public.gyp:mojo_application_standalone
source_set("standalone") {
sources = [
- "lib/application_runner.cc"
+ "lib/application_runner.cc",
]
- public_deps = [ ":application" ]
+ public_deps = [
+ ":application",
+ ]
deps = [
"//mojo/public/cpp/environment:standalone",
@@ -64,9 +66,13 @@ source_set("test_support") {
source_set("test_support_standalone") {
testonly = true
- sources = [ "lib/application_test_main.cc" ]
+ sources = [
+ "lib/application_test_main.cc",
+ ]
- public_deps = [ ":test_support" ]
+ public_deps = [
+ ":test_support",
+ ]
deps = [
":application",
"//mojo/public/cpp/environment:standalone",
« no previous file with comments | « mojo/public/c/test_support/BUILD.gn ('k') | mojo/public/cpp/application/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698