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

Unified Diff: gyp/xml.gyp

Issue 2163463002: Delete SkXMLPullParser (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | include/xml/SkXMLParser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/xml.gyp
diff --git a/gyp/xml.gyp b/gyp/xml.gyp
index 6529d0c4711d0a19b9dfe0a182308e31f976188e..a3178a00a1880e1efff77e978e79a95a18b60361 100644
--- a/gyp/xml.gyp
+++ b/gyp/xml.gyp
@@ -24,13 +24,8 @@
'<(skia_src_path)/xml/SkDOM.cpp',
'<(skia_src_path)/xml/SkXMLParser.cpp',
- '<(skia_src_path)/xml/SkXMLPullParser.cpp',
'<(skia_src_path)/xml/SkXMLWriter.cpp',
],
- 'sources!': [
- # time to kill this?
- '<(skia_src_path)/xml/SkXMLPullParser.cpp', #if 0 around class decl in header
- ],
'direct_dependent_settings': {
'include_dirs': [
'../include/xml',
« no previous file with comments | « no previous file | include/xml/SkXMLParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698