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

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

Issue 69953007: Move CustomFontData to platform/fonts. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'CheckedInt.h', 7 'CheckedInt.h',
8 'Clock.cpp', 8 'Clock.cpp',
9 'Clock.h', 9 'Clock.h',
10 'ColorChooser.cpp', 10 'ColorChooser.cpp',
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 'exported/WebURL.cpp', 262 'exported/WebURL.cpp',
263 'exported/WebURLError.cpp', 263 'exported/WebURLError.cpp',
264 'exported/WebURLLoadTiming.cpp', 264 'exported/WebURLLoadTiming.cpp',
265 'exported/WebURLRequest.cpp', 265 'exported/WebURLRequest.cpp',
266 'exported/WebURLRequestPrivate.h', 266 'exported/WebURLRequestPrivate.h',
267 'exported/WebURLResponse.cpp', 267 'exported/WebURLResponse.cpp',
268 'exported/WebURLResponsePrivate.h', 268 'exported/WebURLResponsePrivate.h',
269 'exported/WrappedResourceRequest.h', 269 'exported/WrappedResourceRequest.h',
270 'exported/WrappedResourceResponse.h', 270 'exported/WrappedResourceResponse.h',
271 'fonts/AlternateFontFamily.h', 271 'fonts/AlternateFontFamily.h',
272 'fonts/CustomFontData.h',
272 'fonts/FontBaseline.h', 273 'fonts/FontBaseline.h',
273 'fonts/FontCacheKey.h', 274 'fonts/FontCacheKey.h',
274 'fonts/FontCustomPlatformData.h', 275 'fonts/FontCustomPlatformData.h',
275 'fonts/FontData.cpp', 276 'fonts/FontData.cpp',
276 'fonts/FontData.h', 277 'fonts/FontData.h',
277 'fonts/FontDescription.cpp', 278 'fonts/FontDescription.cpp',
278 'fonts/FontFallbackWin.cpp', 279 'fonts/FontFallbackWin.cpp',
279 'fonts/FontFallbackWin.h', 280 'fonts/FontFallbackWin.h',
280 'fonts/FontFamily.cpp', 281 'fonts/FontFamily.cpp',
281 'fonts/FontFamily.h', 282 'fonts/FontFamily.h',
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 'geometry/RoundedRectTest.cpp', 502 'geometry/RoundedRectTest.cpp',
502 'graphics/ThreadSafeDataTransportTest.cpp', 503 'graphics/ThreadSafeDataTransportTest.cpp',
503 'testing/ArenaTestHelpers.h', 504 'testing/ArenaTestHelpers.h',
504 'testing/TreeTestHelpers.cpp', 505 'testing/TreeTestHelpers.cpp',
505 'testing/TreeTestHelpers.h', 506 'testing/TreeTestHelpers.h',
506 'text/BidiResolverTest.cpp', 507 'text/BidiResolverTest.cpp',
507 'text/DateTimeFormatTest.cpp', 508 'text/DateTimeFormatTest.cpp',
508 ], 509 ],
509 }, 510 },
510 } 511 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698