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

Unified Diff: net/BUILD.gn

Issue 783543003: Update from https://crrev.com/306901 (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 | « mojo/services/public/interfaces/surfaces/quads.mojom ('k') | net/http/transport_security_state_static.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 271edccde92d222b0ac3ae47c3d94616f1a9f367..4cecaef9a6368df37983a12d6383074f0c57f060 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -542,15 +542,17 @@ 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 = [
@@ -1126,7 +1128,9 @@ 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 = []
« no previous file with comments | « mojo/services/public/interfaces/surfaces/quads.mojom ('k') | net/http/transport_security_state_static.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698