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

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 27123003: Move PathTraversalState.cpp/.h to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 2 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/core/svg/SVGPathUtilities.cpp ('k') | Source/platform/graphics/PathTraversalState.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'Clock.cpp', 4 'Clock.cpp',
5 'Clock.h', 5 'Clock.h',
6 'ContentType.cpp', 6 'ContentType.cpp',
7 'ContentType.h', 7 'ContentType.h',
8 'DateComponents.cpp', 8 'DateComponents.cpp',
9 'DateComponents.h', 9 'DateComponents.h',
10 'Decimal.cpp', 10 'Decimal.cpp',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'geometry/LayoutBoxExtent.cpp', 205 'geometry/LayoutBoxExtent.cpp',
206 'geometry/LayoutBoxExtent.h', 206 'geometry/LayoutBoxExtent.h',
207 'geometry/LayoutPoint.h', 207 'geometry/LayoutPoint.h',
208 'geometry/LayoutRect.cpp', 208 'geometry/LayoutRect.cpp',
209 'geometry/LayoutRect.h', 209 'geometry/LayoutRect.h',
210 'geometry/LayoutSize.h', 210 'geometry/LayoutSize.h',
211 'geometry/RoundedRect.cpp', 211 'geometry/RoundedRect.cpp',
212 'geometry/RoundedRect.h', 212 'geometry/RoundedRect.h',
213 'graphics/angle/ANGLEPlatformBridge.cpp', 213 'graphics/angle/ANGLEPlatformBridge.cpp',
214 'graphics/angle/ANGLEPlatformBridge.h', 214 'graphics/angle/ANGLEPlatformBridge.h',
215 'graphics/PathTraversalState.cpp',
216 'graphics/PathTraversalState.h',
215 'graphics/TextRun.cpp', 217 'graphics/TextRun.cpp',
216 'graphics/TextRun.h', 218 'graphics/TextRun.h',
217 'graphics/TextRunIterator.h', 219 'graphics/TextRunIterator.h',
218 'network/DNS.cpp', 220 'network/DNS.cpp',
219 'network/DNS.h', 221 'network/DNS.h',
220 'network/HTTPHeaderMap.cpp', 222 'network/HTTPHeaderMap.cpp',
221 'network/HTTPHeaderMap.h', 223 'network/HTTPHeaderMap.h',
222 'network/HTTPParsers.cpp', 224 'network/HTTPParsers.cpp',
223 'network/HTTPParsers.h', 225 'network/HTTPParsers.h',
224 'network/ParsedContentType.cpp', 226 'network/ParsedContentType.cpp',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 'geometry/RoundedRectTest.cpp', 305 'geometry/RoundedRectTest.cpp',
304 'geometry/RoundedRectTest.cpp', 306 'geometry/RoundedRectTest.cpp',
305 'testing/ArenaTestHelpers.h', 307 'testing/ArenaTestHelpers.h',
306 'testing/TreeTestHelpers.cpp', 308 'testing/TreeTestHelpers.cpp',
307 'testing/TreeTestHelpers.h', 309 'testing/TreeTestHelpers.h',
308 'text/DateTimeFormatTest.cpp', 310 'text/DateTimeFormatTest.cpp',
309 'text/DateTimeFormatTest.cpp', 311 'text/DateTimeFormatTest.cpp',
310 ], 312 ],
311 }, 313 },
312 } 314 }
OLDNEW
« no previous file with comments | « Source/core/svg/SVGPathUtilities.cpp ('k') | Source/platform/graphics/PathTraversalState.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698