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

Unified Diff: net/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: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 4cecaef9a6368df37983a12d6383074f0c57f060..271edccde92d222b0ac3ae47c3d94616f1a9f367 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -542,17 +542,15 @@ grit("net_resources") {
}
if (false) {
-
-static_library("extras") {
- sources = gypi_values.net_extras_sources
- configs += [ "//build/config/compiler:wexit_time_destructors" ]
- deps = [
- ":net",
- "//sql:sql",
- ]
-}
-
-} # if (false)
+ static_library("extras") {
+ sources = gypi_values.net_extras_sources
+ configs += [ "//build/config/compiler:wexit_time_destructors" ]
+ deps = [
+ ":net",
+ "//sql:sql",
+ ]
+ }
+} # if (false)
static_library("http_server") {
sources = [
@@ -1128,9 +1126,7 @@ if (!is_android && !is_win && !is_mac) {
test("net_unittests") {
sources = gypi_values.net_test_sources
- sources -= [
- "extras/sqlite/sqlite_channel_id_store_unittest.cc",
- ]
+ sources -= [ "extras/sqlite/sqlite_channel_id_store_unittest.cc" ]
configs += [ ":net_win_size_truncation" ]
defines = []

Powered by Google App Engine
This is Rietveld 408576698