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

Unified Diff: mojo/runner/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: mojo/runner/BUILD.gn
diff --git a/mojo/runner/BUILD.gn b/mojo/runner/BUILD.gn
index 49efb46dc661d8bcc8ae87ebb3851f3a0965ff54..0fe40cbf6c84bad324310864edef9fb7a4072524 100644
--- a/mojo/runner/BUILD.gn
+++ b/mojo/runner/BUILD.gn
@@ -102,10 +102,10 @@ source_set("init") {
]
deps = [
- "//mojo/runner/host:switches",
"//base",
"//base:base_static",
"//base:i18n",
+ "//mojo/runner/host:switches",
]
}
@@ -124,8 +124,8 @@ source_set("lib") {
deps = [
":init",
"//base",
- "//base/third_party/dynamic_annotations",
"//base:base_static",
+ "//base/third_party/dynamic_annotations",
"//components/devtools_service/public/cpp",
"//components/devtools_service/public/interfaces",
"//components/tracing:startup_tracing",

Powered by Google App Engine
This is Rietveld 408576698