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

Unified Diff: gyp/xml.gyp

Issue 2142893006: Dust-off SkXMLParser (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/SkDOM.h » ('j') | src/xml/SkXMLParser.cpp » ('J')
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 36acf97c0122e5e572833b5cb9430db90b7767a0..f7cb429dc0a69e56044a7d8ca038be258340b514 100644
--- a/gyp/xml.gyp
+++ b/gyp/xml.gyp
@@ -11,23 +11,25 @@
'standalone_static_library': 1,
'dependencies': [
'skia_lib.gyp:skia_lib',
+ '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 | « no previous file | include/xml/SkDOM.h » ('j') | src/xml/SkXMLParser.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698