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

Unified Diff: gyp/xml.gyp

Issue 2150353002: Make XML compilation conditional. (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: improved SkDOMTest guard 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 | « dm/DMSrcSink.cpp ('k') | tests/SkDOMTest.cpp » ('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 f7cb429dc0a69e56044a7d8ca038be258340b514..6529d0c4711d0a19b9dfe0a182308e31f976188e 100644
--- a/gyp/xml.gyp
+++ b/gyp/xml.gyp
@@ -35,6 +35,9 @@
'include_dirs': [
'../include/xml',
],
+ 'defines' : [
+ 'SK_XML',
+ ],
},
},
],
« no previous file with comments | « dm/DMSrcSink.cpp ('k') | tests/SkDOMTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698