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

Unified Diff: mojo/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/BUILD.gn ('k') | mojo/converters/geometry/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/application/BUILD.gn
diff --git a/mojo/application/BUILD.gn b/mojo/application/BUILD.gn
index 601391f02b6488b6a3c8f7414fb897dedcbc9f83..fc8d3766600e64804fd0c961ce7fe451db0546c8 100644
--- a/mojo/application/BUILD.gn
+++ b/mojo/application/BUILD.gn
@@ -21,8 +21,14 @@ source_set("application") {
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" ]
- deps = [ "//base" ]
+ public_deps = [
+ "//mojo/public/cpp/application:test_support",
+ ]
+ deps = [
+ "//base",
+ ]
}
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/converters/geometry/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698