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

Unified Diff: mojo/application/BUILD.gn

Issue 718123002: Use loops directly in apptest main files. (Closed) Base URL: https://github.com/domokit/mojo.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 | « no previous file | mojo/application/application_test_main_chromium.cc » ('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 31d90c0297bd39d722e886690644a997eb7022d6..4b608835ca2f0328ea65d095cc5697590529f40c 100644
--- a/mojo/application/BUILD.gn
+++ b/mojo/application/BUILD.gn
@@ -35,13 +35,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",
+ "//mojo/public/cpp/application",
+ "//mojo/public/cpp/system",
]
}
« no previous file with comments | « no previous file | mojo/application/application_test_main_chromium.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698