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

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

Issue 27140003: Move ScaledImageFragment.cpp/.h to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'geometry/Region.cpp', 211 'geometry/Region.cpp',
212 'geometry/Region.h', 212 'geometry/Region.h',
213 'geometry/RoundedRect.cpp', 213 'geometry/RoundedRect.cpp',
214 'geometry/RoundedRect.h', 214 'geometry/RoundedRect.h',
215 'graphics/angle/ANGLEPlatformBridge.cpp', 215 'graphics/angle/ANGLEPlatformBridge.cpp',
216 'graphics/angle/ANGLEPlatformBridge.h', 216 'graphics/angle/ANGLEPlatformBridge.h',
217 'graphics/ImageOrientation.cpp', 217 'graphics/ImageOrientation.cpp',
218 'graphics/ImageOrientation.h', 218 'graphics/ImageOrientation.h',
219 'graphics/PathTraversalState.cpp', 219 'graphics/PathTraversalState.cpp',
220 'graphics/PathTraversalState.h', 220 'graphics/PathTraversalState.h',
221 'graphics/ScaledImageFragment.cpp',
222 'graphics/ScaledImageFragment.h',
221 'graphics/TextRun.cpp', 223 'graphics/TextRun.cpp',
222 'graphics/TextRun.h', 224 'graphics/TextRun.h',
223 'graphics/TextRunIterator.h', 225 'graphics/TextRunIterator.h',
224 'network/DNS.cpp', 226 'network/DNS.cpp',
225 'network/DNS.h', 227 'network/DNS.h',
226 'network/HTTPHeaderMap.cpp', 228 'network/HTTPHeaderMap.cpp',
227 'network/HTTPHeaderMap.h', 229 'network/HTTPHeaderMap.h',
228 'network/HTTPParsers.cpp', 230 'network/HTTPParsers.cpp',
229 'network/HTTPParsers.h', 231 'network/HTTPParsers.h',
230 'network/HTTPRequest.cpp', 232 'network/HTTPRequest.cpp',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 'clipboard/ClipboardUtilitiesTest.cpp', 311 'clipboard/ClipboardUtilitiesTest.cpp',
310 'geometry/RegionTest.cpp', 312 'geometry/RegionTest.cpp',
311 'geometry/RoundedRectTest.cpp', 313 'geometry/RoundedRectTest.cpp',
312 'testing/ArenaTestHelpers.h', 314 'testing/ArenaTestHelpers.h',
313 'testing/TreeTestHelpers.cpp', 315 'testing/TreeTestHelpers.cpp',
314 'testing/TreeTestHelpers.h', 316 'testing/TreeTestHelpers.h',
315 'text/DateTimeFormatTest.cpp', 317 'text/DateTimeFormatTest.cpp',
316 ], 318 ],
317 }, 319 },
318 } 320 }
OLDNEW
« no previous file with comments | « Source/core/platform/graphics/chromium/ScaledImageFragment.cpp ('k') | Source/platform/graphics/ScaledImageFragment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698