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

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

Issue 546973004: Revert 181541 "Merge FontPlatformDataHarfBuzz and FontPlatformData headers" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | Source/platform/fonts/FontPlatformData.h » ('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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 'fonts/TextBlob.h', 381 'fonts/TextBlob.h',
382 'fonts/VDMXParser.cpp', 382 'fonts/VDMXParser.cpp',
383 'fonts/VDMXParser.h', 383 'fonts/VDMXParser.h',
384 'fonts/WidthCache.h', 384 'fonts/WidthCache.h',
385 'fonts/WidthIterator.cpp', 385 'fonts/WidthIterator.cpp',
386 'fonts/WidthIterator.h', 386 'fonts/WidthIterator.h',
387 'fonts/android/FontCacheAndroid.cpp', 387 'fonts/android/FontCacheAndroid.cpp',
388 'fonts/cocoa/FontPlatformDataCocoa.mm', 388 'fonts/cocoa/FontPlatformDataCocoa.mm',
389 'fonts/harfbuzz/FontHarfBuzz.cpp', 389 'fonts/harfbuzz/FontHarfBuzz.cpp',
390 'fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp', 390 'fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp',
391 'fonts/harfbuzz/FontPlatformDataHarfBuzz.h',
391 'fonts/harfbuzz/HarfBuzzFace.cpp', 392 'fonts/harfbuzz/HarfBuzzFace.cpp',
392 'fonts/harfbuzz/HarfBuzzFace.h', 393 'fonts/harfbuzz/HarfBuzzFace.h',
393 'fonts/harfbuzz/HarfBuzzFaceCoreText.cpp', 394 'fonts/harfbuzz/HarfBuzzFaceCoreText.cpp',
394 'fonts/harfbuzz/HarfBuzzFaceSkia.cpp', 395 'fonts/harfbuzz/HarfBuzzFaceSkia.cpp',
395 'fonts/harfbuzz/HarfBuzzShaper.cpp', 396 'fonts/harfbuzz/HarfBuzzShaper.cpp',
396 'fonts/harfbuzz/HarfBuzzShaper.h', 397 'fonts/harfbuzz/HarfBuzzShaper.h',
397 'fonts/linux/FontCacheLinux.cpp', 398 'fonts/linux/FontCacheLinux.cpp',
398 'fonts/linux/FontPlatformDataLinux.cpp', 399 'fonts/linux/FontPlatformDataLinux.cpp',
399 'fonts/mac/ComplexTextController.cpp', 400 'fonts/mac/ComplexTextController.cpp',
400 'fonts/mac/ComplexTextController.h', 401 'fonts/mac/ComplexTextController.h',
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 'graphics/ImageLayerChromiumTest.cpp', 959 'graphics/ImageLayerChromiumTest.cpp',
959 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 960 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
960 'graphics/test/MockImageDecoder.h', 961 'graphics/test/MockImageDecoder.h',
961 'graphics/test/MockWebGraphicsContext3D.h', 962 'graphics/test/MockWebGraphicsContext3D.h',
962 'image-decoders/gif/GIFImageDecoderTest.cpp', 963 'image-decoders/gif/GIFImageDecoderTest.cpp',
963 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 964 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
964 'image-decoders/webp/WEBPImageDecoderTest.cpp', 965 'image-decoders/webp/WEBPImageDecoderTest.cpp',
965 ], 966 ],
966 }, 967 },
967 } 968 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/fonts/FontPlatformData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698