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

Unified Diff: services/http_server/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 | « net/BUILD.gn ('k') | third_party/libxml/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/http_server/BUILD.gn
diff --git a/services/http_server/BUILD.gn b/services/http_server/BUILD.gn
index 70f5525e97703e1f8d54f35afbb134e3a3aee6e0..4bb288defbfecab6f1abc4e952d305f6c1018e4e 100644
--- a/services/http_server/BUILD.gn
+++ b/services/http_server/BUILD.gn
@@ -20,4 +20,11 @@ shared_library("http_server") {
"//services/http_server/public",
"//third_party/re2",
]
+
+ if (is_win) {
+ cflags = [
+ # size_t to int.
+ "/wd4267",
+ ]
+ }
}
« no previous file with comments | « net/BUILD.gn ('k') | third_party/libxml/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698