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

Unified Diff: gyp/xml.gyp

Issue 2142893006: Dust-off SkXMLParser (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: XML_STATIC for MSVC voodoo 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 | « gyp/expat.gyp ('k') | include/xml/SkDOM.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 80600767473c55e3cdef97be728f3f73a245dda1..f7cb429dc0a69e56044a7d8ca038be258340b514 100644
--- a/gyp/xml.gyp
+++ b/gyp/xml.gyp
@@ -14,21 +14,22 @@
'expat.gyp:expat',
],
'include_dirs': [
- '../include/private',
- '../include/xml',
+ '<(skia_include_path)/private',
+ '<(skia_include_path)/xml',
],
'sources': [
- '../include/xml/SkDOM.h',
- '../include/xml/SkXMLParser.h',
- '../include/xml/SkXMLWriter.h',
+ '<(skia_include_path)/xml/SkDOM.h',
+ '<(skia_include_path)/xml/SkXMLParser.h',
+ '<(skia_include_path)/xml/SkXMLWriter.h',
- '../src/xml/SkDOM.cpp',
- '../src/xml/SkXMLParser.cpp',
- '../src/xml/SkXMLPullParser.cpp',
- '../src/xml/SkXMLWriter.cpp',
+ '<(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!': [
- '../src/xml/SkXMLPullParser.cpp', #if 0 around class decl in header
+ # time to kill this?
+ '<(skia_src_path)/xml/SkXMLPullParser.cpp', #if 0 around class decl in header
],
'direct_dependent_settings': {
'include_dirs': [
« no previous file with comments | « gyp/expat.gyp ('k') | include/xml/SkDOM.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698