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

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

Issue 404653004: Rename FontPlatformDataLinuxHarfBuzz to FontPlatformDataLinux (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'Clock.cpp', 10 'Clock.cpp',
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 'fonts/harfbuzz/FontHarfBuzz.cpp', 386 'fonts/harfbuzz/FontHarfBuzz.cpp',
387 'fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp', 387 'fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp',
388 'fonts/harfbuzz/FontPlatformDataHarfBuzz.h', 388 'fonts/harfbuzz/FontPlatformDataHarfBuzz.h',
389 'fonts/harfbuzz/HarfBuzzFace.cpp', 389 'fonts/harfbuzz/HarfBuzzFace.cpp',
390 'fonts/harfbuzz/HarfBuzzFace.h', 390 'fonts/harfbuzz/HarfBuzzFace.h',
391 'fonts/harfbuzz/HarfBuzzFaceCoreText.cpp', 391 'fonts/harfbuzz/HarfBuzzFaceCoreText.cpp',
392 'fonts/harfbuzz/HarfBuzzFaceSkia.cpp', 392 'fonts/harfbuzz/HarfBuzzFaceSkia.cpp',
393 'fonts/harfbuzz/HarfBuzzShaper.cpp', 393 'fonts/harfbuzz/HarfBuzzShaper.cpp',
394 'fonts/harfbuzz/HarfBuzzShaper.h', 394 'fonts/harfbuzz/HarfBuzzShaper.h',
395 'fonts/linux/FontCacheLinux.cpp', 395 'fonts/linux/FontCacheLinux.cpp',
396 'fonts/linux/FontPlatformDataLinuxHarfBuzz.cpp', 396 'fonts/linux/FontPlatformDataLinux.cpp',
397 'fonts/mac/ComplexTextController.cpp', 397 'fonts/mac/ComplexTextController.cpp',
398 'fonts/mac/ComplexTextController.h', 398 'fonts/mac/ComplexTextController.h',
399 'fonts/mac/ComplexTextControllerCoreText.mm', 399 'fonts/mac/ComplexTextControllerCoreText.mm',
400 'fonts/mac/FontCacheMac.mm', 400 'fonts/mac/FontCacheMac.mm',
401 'fonts/mac/FontComplexTextMac.cpp', 401 'fonts/mac/FontComplexTextMac.cpp',
402 'fonts/mac/FontCustomPlatformDataMac.cpp', 402 'fonts/mac/FontCustomPlatformDataMac.cpp',
403 'fonts/mac/FontMac.cpp', 403 'fonts/mac/FontMac.cpp',
404 'fonts/mac/MemoryActivatedFont.h', 404 'fonts/mac/MemoryActivatedFont.h',
405 'fonts/mac/MemoryActivatedFont.mm', 405 'fonts/mac/MemoryActivatedFont.mm',
406 'fonts/mac/SimpleFontDataCoreText.cpp', 406 'fonts/mac/SimpleFontDataCoreText.cpp',
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 'graphics/ImageLayerChromiumTest.cpp', 955 'graphics/ImageLayerChromiumTest.cpp',
956 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 956 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
957 'graphics/test/MockImageDecoder.h', 957 'graphics/test/MockImageDecoder.h',
958 'graphics/test/MockWebGraphicsContext3D.h', 958 'graphics/test/MockWebGraphicsContext3D.h',
959 'image-decoders/gif/GIFImageDecoderTest.cpp', 959 'image-decoders/gif/GIFImageDecoderTest.cpp',
960 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 960 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
961 'image-decoders/webp/WEBPImageDecoderTest.cpp', 961 'image-decoders/webp/WEBPImageDecoderTest.cpp',
962 ], 962 ],
963 }, 963 },
964 } 964 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698