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

Unified Diff: 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
« no previous file with comments | « no previous file | benchmarks/startup/BUILD.gn » ('j') | benchmarks/startup/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 7cf6fcf5d35488c027f467fd4da1ec5caf8a2785..33384ff968fd5d6ceb425db9d1b595835df00ad6 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -12,9 +12,7 @@ group("root") {
]
if (!is_win) {
- deps += [
- "//sky",
- ]
+ deps += [ "//sky" ]
}
if (!is_android && !is_win) {
« no previous file with comments | « no previous file | benchmarks/startup/BUILD.gn » ('j') | benchmarks/startup/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698