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

Unified Diff: third_party/libxslt/BUILD.gn

Issue 1193533007: Upgrade to libxml 2.9.2 and libxslt 1.1.28 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no iconv Created 5 years, 6 months 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 | « third_party/libxslt/AUTHORS ('k') | third_party/libxslt/ChangeLog » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxslt/BUILD.gn
diff --git a/third_party/libxslt/BUILD.gn b/third_party/libxslt/BUILD.gn
index 13800851888877160c097bddbc4ac46de2e83ffe..7a9979bb0cb75d89867de79e21f6430436782de1 100644
--- a/third_party/libxslt/BUILD.gn
+++ b/third_party/libxslt/BUILD.gn
@@ -56,6 +56,7 @@ static_library("libxslt") {
"libxslt/xsltwin32config.h",
"linux/config.h",
"mac/config.h",
+ "win32/config.h",
]
configs -= [ "//build/config/compiler:chromium_code" ]
@@ -66,6 +67,7 @@ static_library("libxslt") {
include_dirs = [ "linux" ]
} else if (is_win) {
include_dirs = [ "win32" ]
+ cflags = [ "/wd4267" ] # size_t to int.
} else if (is_mac) {
include_dirs = [ "mac" ]
}
« no previous file with comments | « third_party/libxslt/AUTHORS ('k') | third_party/libxslt/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698