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

Unified Diff: gyp/tools.gyp

Issue 884713007: Move SVG parser files under {include,src}/svg/parser/ (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Created 5 years, 10 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/svg.gyp ('k') | include/svg/SkSVGAttribute.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 1cd40b7d6475b37338ae51181b3b2e67f0027235..c844ebefcf9da7c061bd8928b58008034a8504f6 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -621,7 +621,7 @@
'<(skia_include_path)/pdf',
'<(skia_include_path)/pipe',
'<(skia_include_path)/ports',
- '<(skia_include_path)/svg',
+ '<(skia_include_path)/svg/parser',
'<(skia_include_path)/utils',
'<(skia_include_path)/views',
'<(skia_include_path)/xml',
« no previous file with comments | « gyp/svg.gyp ('k') | include/svg/SkSVGAttribute.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698