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

Unified Diff: sky/engine/web/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/web/BUILD.gn
diff --git a/sky/engine/web/BUILD.gn b/sky/engine/web/BUILD.gn
index 327f2fc604ca957b81592a6f6a4ac4d7c0da177a..bfd4a353bd99a2ffea2c747f0a55da25d03529bd 100644
--- a/sky/engine/web/BUILD.gn
+++ b/sky/engine/web/BUILD.gn
@@ -5,7 +5,7 @@
import("//build/config/ui.gni")
import("//sky/engine/config.gni")
-visibility = ["//sky/*"]
+visibility = [ "//sky/*" ]
platform_web_unittest_files = [
"//sky/engine/platform/graphics/BitmapImageTest.cpp",
@@ -25,6 +25,7 @@ component("web") {
deps = [
"//sky/engine/core",
"//sky/engine/platform",
+
# FIXME: v8_inspector should not depend on core types and be separate
# from both web and core.
"//sky/engine/v8_inspector",
@@ -103,9 +104,7 @@ component("web") {
"//sky/engine/core:testing",
]
- configs -= [
- "//sky/engine:non_test_config",
- ]
+ configs -= [ "//sky/engine:non_test_config" ]
sources += platform_web_unittest_files
@@ -121,7 +120,9 @@ source_set("test_support") {
"//sky/engine/wtf",
]
- sources = [ "WebTestingSupport.cpp" ]
+ sources = [
+ "WebTestingSupport.cpp",
+ ]
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [
@@ -147,7 +148,9 @@ test("sky_unittests") {
":web",
]
- sources = [ "tests/RunAllTests.cpp" ]
+ sources = [
+ "tests/RunAllTests.cpp",
+ ]
configs += [ "//sky/engine:config" ]

Powered by Google App Engine
This is Rietveld 408576698