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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1471943003: Introduce SVGPathQuery to hold SVG path query methods (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 1 month 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 | third_party/WebKit/Source/core/svg/SVGPathBuilder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index f80e7bd1e0c914f0987b93d0086f9e95d6f0b16b..ce7ef24bddadced694952036a9dca6a3cffabb8d 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -3422,13 +3422,13 @@
'svg/SVGPathElement.h',
'svg/SVGPathParser.cpp',
'svg/SVGPathParser.h',
+ 'svg/SVGPathQuery.cpp',
+ 'svg/SVGPathQuery.h',
'svg/SVGPathSource.h',
'svg/SVGPathStringBuilder.cpp',
'svg/SVGPathStringBuilder.h',
'svg/SVGPathStringSource.cpp',
'svg/SVGPathStringSource.h',
- 'svg/SVGPathTraversalStateBuilder.cpp',
- 'svg/SVGPathTraversalStateBuilder.h',
'svg/SVGPathUtilities.cpp',
'svg/SVGPathUtilities.h',
'svg/SVGPatternElement.cpp',
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/SVGPathBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698