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

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

Issue 619923003: Remove HarfBuzzFaceCoreText (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased on top of eae's gyp changes Created 6 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
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/fonts/harfbuzz/HarfBuzzFace.cpp » ('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 '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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 'fonts/SimpleShaper.cpp', 383 'fonts/SimpleShaper.cpp',
384 'fonts/SimpleShaper.h', 384 'fonts/SimpleShaper.h',
385 'fonts/TextBlob.h', 385 'fonts/TextBlob.h',
386 'fonts/VDMXParser.cpp', 386 'fonts/VDMXParser.cpp',
387 'fonts/VDMXParser.h', 387 'fonts/VDMXParser.h',
388 'fonts/WidthCache.h', 388 'fonts/WidthCache.h',
389 'fonts/android/FontCacheAndroid.cpp', 389 'fonts/android/FontCacheAndroid.cpp',
390 'fonts/cocoa/FontPlatformDataCocoa.mm', 390 'fonts/cocoa/FontPlatformDataCocoa.mm',
391 'fonts/harfbuzz/HarfBuzzFace.cpp', 391 'fonts/harfbuzz/HarfBuzzFace.cpp',
392 'fonts/harfbuzz/HarfBuzzFace.h', 392 'fonts/harfbuzz/HarfBuzzFace.h',
393 'fonts/harfbuzz/HarfBuzzFaceCoreText.mm',
394 'fonts/harfbuzz/HarfBuzzFaceSkia.cpp',
395 'fonts/harfbuzz/HarfBuzzShaper.cpp', 393 'fonts/harfbuzz/HarfBuzzShaper.cpp',
396 'fonts/harfbuzz/HarfBuzzShaper.h', 394 'fonts/harfbuzz/HarfBuzzShaper.h',
397 'fonts/linux/FontCacheLinux.cpp', 395 'fonts/linux/FontCacheLinux.cpp',
398 'fonts/linux/FontPlatformDataLinux.cpp', 396 'fonts/linux/FontPlatformDataLinux.cpp',
399 'fonts/mac/FontCacheMac.mm', 397 'fonts/mac/FontCacheMac.mm',
400 'fonts/mac/FontCustomPlatformDataMac.cpp', 398 'fonts/mac/FontCustomPlatformDataMac.cpp',
401 'fonts/mac/MemoryActivatedFont.h', 399 'fonts/mac/MemoryActivatedFont.h',
402 'fonts/mac/MemoryActivatedFont.mm', 400 'fonts/mac/MemoryActivatedFont.mm',
403 'fonts/opentype/OpenTypeSanitizer.cpp', 401 'fonts/opentype/OpenTypeSanitizer.cpp',
404 'fonts/opentype/OpenTypeSanitizer.h', 402 'fonts/opentype/OpenTypeSanitizer.h',
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 'graphics/ImageFrameGeneratorTest.cpp', 962 'graphics/ImageFrameGeneratorTest.cpp',
965 'graphics/ImageLayerChromiumTest.cpp', 963 'graphics/ImageLayerChromiumTest.cpp',
966 'graphics/test/MockImageDecoder.h', 964 'graphics/test/MockImageDecoder.h',
967 'graphics/test/MockWebGraphicsContext3D.h', 965 'graphics/test/MockWebGraphicsContext3D.h',
968 'image-decoders/gif/GIFImageDecoderTest.cpp', 966 'image-decoders/gif/GIFImageDecoderTest.cpp',
969 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 967 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
970 'image-decoders/webp/WEBPImageDecoderTest.cpp', 968 'image-decoders/webp/WEBPImageDecoderTest.cpp',
971 ], 969 ],
972 }, 970 },
973 } 971 }
OLDNEW
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/fonts/harfbuzz/HarfBuzzFace.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698