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

Unified Diff: third_party/libxml/BUILD.gn

Issue 779473002: gn format //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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 | « third_party/libwebp/BUILD.gn ('k') | third_party/mesa/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxml/BUILD.gn
diff --git a/third_party/libxml/BUILD.gn b/third_party/libxml/BUILD.gn
index 73bb3dcfb5db24fb3730ce48968e265c6f3607f7..17ea09aa66864721f39639cb374c3561899bf2ea 100644
--- a/third_party/libxml/BUILD.gn
+++ b/third_party/libxml/BUILD.gn
@@ -110,6 +110,7 @@ static_library("libxml") {
"src/schematron.c",
"src/threads.c",
"src/tree.c",
+
#"src/trio.c",
#"src/trio.h",
#"src/triodef.h",
@@ -151,9 +152,7 @@ static_library("libxml") {
]
if (is_win) {
- cflags_c = [
- "/wd4101", # Unreferenced local variable.
- ]
+ cflags_c = [ "/wd4101" ] # Unreferenced local variable.
} else if (is_mac || is_android) {
# http://www.xmlsoft.org/threads.html says that this is required when using
# libxml from several threads, which can possibly happen in chrome. On
@@ -181,7 +180,5 @@ static_library("libxml") {
]
}
- include_dirs = [
- "$os_include",
- ]
+ include_dirs = [ "$os_include" ]
}
« no previous file with comments | « third_party/libwebp/BUILD.gn ('k') | third_party/mesa/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698