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

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

Issue 140913011: Trim FontSelector interface a bit. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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 '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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 'exported/WrappedResourceResponse.h', 304 'exported/WrappedResourceResponse.h',
305 'exported/linux/WebFontInfo.cpp', 305 'exported/linux/WebFontInfo.cpp',
306 'exported/linux/WebFontRenderStyle.cpp', 306 'exported/linux/WebFontRenderStyle.cpp',
307 'fonts/AlternateFontFamily.h', 307 'fonts/AlternateFontFamily.h',
308 'fonts/CustomFontData.h', 308 'fonts/CustomFontData.h',
309 'fonts/Font.cpp', 309 'fonts/Font.cpp',
310 'fonts/Font.h', 310 'fonts/Font.h',
311 'fonts/FontBaseline.h', 311 'fonts/FontBaseline.h',
312 'fonts/FontCache.cpp', 312 'fonts/FontCache.cpp',
313 'fonts/FontCache.h', 313 'fonts/FontCache.h',
314 'fonts/FontCacheClient.h',
314 'fonts/FontCacheKey.h', 315 'fonts/FontCacheKey.h',
315 'fonts/FontCustomPlatformData.h', 316 'fonts/FontCustomPlatformData.h',
316 'fonts/FontData.cpp', 317 'fonts/FontData.cpp',
317 'fonts/FontData.h', 318 'fonts/FontData.h',
318 'fonts/FontDataCache.cpp', 319 'fonts/FontDataCache.cpp',
319 'fonts/FontDataCache.h', 320 'fonts/FontDataCache.h',
320 'fonts/FontDescription.cpp', 321 'fonts/FontDescription.cpp',
321 'fonts/FontFallbackList.cpp', 322 'fonts/FontFallbackList.cpp',
322 'fonts/FontFallbackList.h', 323 'fonts/FontFallbackList.h',
323 'fonts/FontFamily.cpp', 324 'fonts/FontFamily.cpp',
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
889 'animation/TimingFunctionTestHelper.cpp', 890 'animation/TimingFunctionTestHelper.cpp',
890 'animation/TimingFunctionTestHelper.h', 891 'animation/TimingFunctionTestHelper.h',
891 'animation/TimingFunctionTestHelperTest.cpp', 892 'animation/TimingFunctionTestHelperTest.cpp',
892 'graphics/DeferredImageDecoderTest.cpp', 893 'graphics/DeferredImageDecoderTest.cpp',
893 'graphics/ImageDecodingStoreTest.cpp', 894 'graphics/ImageDecodingStoreTest.cpp',
894 'graphics/ImageFrameGeneratorTest.cpp', 895 'graphics/ImageFrameGeneratorTest.cpp',
895 'graphics/test/MockImageDecoder.h', 896 'graphics/test/MockImageDecoder.h',
896 ], 897 ],
897 }, 898 },
898 } 899 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698