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

Unified Diff: net/BUILD.gn

Issue 708133002: win: build fixes (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: . Created 6 years, 1 month 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/shell/dynamic_application_loader.cc ('k') | services/http_server/BUILD.gn » ('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 85495596fb025d740adb4fcc88bc71090c445bae..a184a4cd8872948863f50731faefe092be882a9d 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -588,6 +588,11 @@ static_library("http_server") {
":net",
"//base",
]
+ if (is_win) {
+ cflags = [
+ "/wd4267",
+ ]
+ }
}
executable("dump_cache") {
« no previous file with comments | « mojo/shell/dynamic_application_loader.cc ('k') | services/http_server/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698