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

Unified Diff: third_party/libxml/BUILD.gn

Issue 305993002: Update skia and ui GN builds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git log Created 6 years, 7 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
Index: third_party/libxml/BUILD.gn
diff --git a/third_party/libxml/BUILD.gn b/third_party/libxml/BUILD.gn
index e3f26a16a0aab64d6ef74f31ae241b202b9e78d1..6357e29fa8d10c24180fe14d191e081ad5ee0be4 100644
--- a/third_party/libxml/BUILD.gn
+++ b/third_party/libxml/BUILD.gn
@@ -24,8 +24,7 @@ config("libxml_config") {
]
}
-static_library("libxml") {
- output_name = "libxml2"
+source_set("libxml") {
sources = [
"chromium/libxml_utils.h",
"chromium/libxml_utils.cc",

Powered by Google App Engine
This is Rietveld 408576698