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

Unified Diff: gyp/samples.gypi

Issue 2164193002: Initial SVG model (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: warning fix 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 | « experimental/svg/model/SkSVGValue.cpp ('k') | gyp/svg.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/samples.gypi
diff --git a/gyp/samples.gypi b/gyp/samples.gypi
index 283d03885ce1fd9b11c0163b74a9f4da2cbd6885..7e9c4146f79f54808bb8c18f3f91a54dc917f108 100644
--- a/gyp/samples.gypi
+++ b/gyp/samples.gypi
@@ -94,6 +94,7 @@
'../samplecode/SampleStringArt.cpp',
'../samplecode/SampleStrokePath.cpp',
'../samplecode/SampleSubpixelTranslate.cpp',
+ '../samplecode/SampleSVGFile.cpp',
'../samplecode/SampleText.cpp',
'../samplecode/SampleTextAlpha.cpp',
'../samplecode/SampleTextBox.cpp',
@@ -135,6 +136,7 @@
'experimental.gyp:experimental',
'lua.gyp:lua',
'pdf.gyp:pdf',
+ 'svg.gyp:svgdom',
'views.gyp:views',
'xml.gyp:xml',
],
« no previous file with comments | « experimental/svg/model/SkSVGValue.cpp ('k') | gyp/svg.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698