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

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

Issue 622033002: Merge FontHarfBuzz.cpp into Font.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
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 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 'fonts/SimpleFontData.cpp', 382 'fonts/SimpleFontData.cpp',
383 'fonts/SimpleFontData.h', 383 'fonts/SimpleFontData.h',
384 'fonts/SimpleShaper.cpp', 384 'fonts/SimpleShaper.cpp',
385 'fonts/SimpleShaper.h', 385 'fonts/SimpleShaper.h',
386 'fonts/TextBlob.h', 386 'fonts/TextBlob.h',
387 'fonts/VDMXParser.cpp', 387 'fonts/VDMXParser.cpp',
388 'fonts/VDMXParser.h', 388 'fonts/VDMXParser.h',
389 'fonts/WidthCache.h', 389 'fonts/WidthCache.h',
390 'fonts/android/FontCacheAndroid.cpp', 390 'fonts/android/FontCacheAndroid.cpp',
391 'fonts/cocoa/FontPlatformDataCocoa.mm', 391 'fonts/cocoa/FontPlatformDataCocoa.mm',
392 'fonts/harfbuzz/FontHarfBuzz.cpp',
393 'fonts/harfbuzz/HarfBuzzFace.cpp', 392 'fonts/harfbuzz/HarfBuzzFace.cpp',
394 'fonts/harfbuzz/HarfBuzzFace.h', 393 'fonts/harfbuzz/HarfBuzzFace.h',
395 'fonts/harfbuzz/HarfBuzzFaceCoreText.mm', 394 'fonts/harfbuzz/HarfBuzzFaceCoreText.mm',
396 'fonts/harfbuzz/HarfBuzzFaceSkia.cpp', 395 'fonts/harfbuzz/HarfBuzzFaceSkia.cpp',
397 'fonts/harfbuzz/HarfBuzzShaper.cpp', 396 'fonts/harfbuzz/HarfBuzzShaper.cpp',
398 'fonts/harfbuzz/HarfBuzzShaper.h', 397 'fonts/harfbuzz/HarfBuzzShaper.h',
399 'fonts/linux/FontCacheLinux.cpp', 398 'fonts/linux/FontCacheLinux.cpp',
400 'fonts/linux/FontPlatformDataLinux.cpp', 399 'fonts/linux/FontPlatformDataLinux.cpp',
401 'fonts/mac/FontCacheMac.mm', 400 'fonts/mac/FontCacheMac.mm',
402 'fonts/mac/FontCustomPlatformDataMac.cpp', 401 'fonts/mac/FontCustomPlatformDataMac.cpp',
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
963 'graphics/ImageFrameGeneratorTest.cpp', 962 'graphics/ImageFrameGeneratorTest.cpp',
964 'graphics/ImageLayerChromiumTest.cpp', 963 'graphics/ImageLayerChromiumTest.cpp',
965 'graphics/test/MockImageDecoder.h', 964 'graphics/test/MockImageDecoder.h',
966 'graphics/test/MockWebGraphicsContext3D.h', 965 'graphics/test/MockWebGraphicsContext3D.h',
967 'image-decoders/gif/GIFImageDecoderTest.cpp', 966 'image-decoders/gif/GIFImageDecoderTest.cpp',
968 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 967 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
969 'image-decoders/webp/WEBPImageDecoderTest.cpp', 968 'image-decoders/webp/WEBPImageDecoderTest.cpp',
970 ], 969 ],
971 }, 970 },
972 } 971 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698