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

Unified Diff: sky/engine/wtf/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
Index: sky/engine/wtf/BUILD.gn
diff --git a/sky/engine/wtf/BUILD.gn b/sky/engine/wtf/BUILD.gn
index 3f0997feb1afa795f6afb1d40238edd604e570d2..240d2fe5322b33370ecf250ca7d516e0eb00e6ab 100644
--- a/sky/engine/wtf/BUILD.gn
+++ b/sky/engine/wtf/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-visibility = ["//sky/*"]
+visibility = [ "//sky/*" ]
component("wtf") {
sources = [
@@ -225,9 +225,7 @@ component("wtf") {
defines = [ "WTF_IMPLEMENTATION=1" ]
- direct_dependent_configs = [
- "//sky/engine:features",
- ]
+ direct_dependent_configs = [ "//sky/engine:features" ]
deps = [
"//third_party/icu",
@@ -273,7 +271,7 @@ test("unittests") {
"testing/RunAllTests.cpp",
]
- configs += [ "//sky/engine:config", ]
+ configs += [ "//sky/engine:config" ]
deps = [
":test_support",
« benchmarks/startup/BUILD.gn ('K') | « sky/engine/web/BUILD.gn ('k') | third_party/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698