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

Unified Diff: third_party/libxml/libxml.gyp

Issue 10128002: Retrieve Windows performance assessment information from results files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments and braces. Created 8 years, 8 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/libxml.gyp
diff --git a/third_party/libxml/libxml.gyp b/third_party/libxml/libxml.gyp
index 105ab87692dc5d026705cf13343071d336e0f9c7..477861328e82e85df3fea4ba60301cf0b5235af3 100644
--- a/third_party/libxml/libxml.gyp
+++ b/third_party/libxml/libxml.gyp
@@ -56,6 +56,7 @@
'src/include/libxml/hash.h',
'src/include/libxml/HTMLparser.h',
'src/include/libxml/HTMLtree.h',
+ 'src/include/libxml/libxml_utils.h',
'src/include/libxml/list.h',
'src/include/libxml/nanoftp.h',
'src/include/libxml/nanohttp.h',
@@ -109,6 +110,7 @@
'src/HTMLtree.c',
'src/legacy.c',
'src/libxml.h',
+ 'src/libxml_utils.cc',
'src/list.c',
'src/nanoftp.c',
'src/nanohttp.c',

Powered by Google App Engine
This is Rietveld 408576698