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

Unified Diff: gyp/svg.gyp

Issue 2271743002: Reland: Experimental parsing expression grammar (PEG) template library (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Fixes for MSan, g3 roll Created 4 years, 4 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 | « experimental/svg/model/SkPEG.h ('k') | tests/SkPEGTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/svg.gyp
diff --git a/gyp/svg.gyp b/gyp/svg.gyp
index 158a3992e3521f640be7292fb489ada7637fefb0..1160b94d9764c52f4d1804bfeed6a90ab629e189 100644
--- a/gyp/svg.gyp
+++ b/gyp/svg.gyp
@@ -78,6 +78,8 @@
'../experimental/svg/model/SkSVGTypes.h',
'../experimental/svg/model/SkSVGValue.h',
'../experimental/svg/model/SkSVGValue.cpp',
+
+ '../experimental/svg/model/SkPEG.h',
],
'direct_dependent_settings': {
'include_dirs': [
« no previous file with comments | « experimental/svg/model/SkPEG.h ('k') | tests/SkPEGTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698