| OLD | NEW |
| 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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', | 392 'fonts/harfbuzz/FontHarfBuzz.cpp', |
| 393 'fonts/harfbuzz/HarfBuzzFace.cpp', | 393 'fonts/harfbuzz/HarfBuzzFace.cpp', |
| 394 'fonts/harfbuzz/HarfBuzzFace.h', | 394 'fonts/harfbuzz/HarfBuzzFace.h', |
| 395 'fonts/harfbuzz/HarfBuzzFaceCoreText.mm', | 395 'fonts/harfbuzz/HarfBuzzFaceCoreText.cpp', |
| 396 'fonts/harfbuzz/HarfBuzzFaceSkia.cpp', | 396 'fonts/harfbuzz/HarfBuzzFaceSkia.cpp', |
| 397 'fonts/harfbuzz/HarfBuzzShaper.cpp', | 397 'fonts/harfbuzz/HarfBuzzShaper.cpp', |
| 398 'fonts/harfbuzz/HarfBuzzShaper.h', | 398 'fonts/harfbuzz/HarfBuzzShaper.h', |
| 399 'fonts/linux/FontCacheLinux.cpp', | 399 'fonts/linux/FontCacheLinux.cpp', |
| 400 'fonts/linux/FontPlatformDataLinux.cpp', | 400 'fonts/linux/FontPlatformDataLinux.cpp', |
| 401 'fonts/mac/ComplexTextController.cpp', |
| 402 'fonts/mac/ComplexTextController.h', |
| 403 'fonts/mac/ComplexTextControllerCoreText.mm', |
| 401 'fonts/mac/FontCacheMac.mm', | 404 'fonts/mac/FontCacheMac.mm', |
| 405 'fonts/mac/FontComplexTextMac.cpp', |
| 402 'fonts/mac/FontCustomPlatformDataMac.cpp', | 406 'fonts/mac/FontCustomPlatformDataMac.cpp', |
| 407 'fonts/mac/FontMac.cpp', |
| 403 'fonts/mac/MemoryActivatedFont.h', | 408 'fonts/mac/MemoryActivatedFont.h', |
| 404 'fonts/mac/MemoryActivatedFont.mm', | 409 'fonts/mac/MemoryActivatedFont.mm', |
| 410 'fonts/mac/SimpleFontDataCoreText.cpp', |
| 411 'fonts/mac/SimpleFontDataMac.mm', |
| 405 'fonts/opentype/OpenTypeSanitizer.cpp', | 412 'fonts/opentype/OpenTypeSanitizer.cpp', |
| 406 'fonts/opentype/OpenTypeSanitizer.h', | 413 'fonts/opentype/OpenTypeSanitizer.h', |
| 407 'fonts/opentype/OpenTypeTypes.h', | 414 'fonts/opentype/OpenTypeTypes.h', |
| 408 'fonts/opentype/OpenTypeUtilities.cpp', | 415 'fonts/opentype/OpenTypeUtilities.cpp', |
| 409 'fonts/opentype/OpenTypeUtilities.h', | 416 'fonts/opentype/OpenTypeUtilities.h', |
| 410 'fonts/opentype/OpenTypeVerticalData.cpp', | 417 'fonts/opentype/OpenTypeVerticalData.cpp', |
| 411 'fonts/opentype/OpenTypeVerticalData.h', | 418 'fonts/opentype/OpenTypeVerticalData.h', |
| 412 'fonts/skia/FontCacheSkia.cpp', | 419 'fonts/skia/FontCacheSkia.cpp', |
| 413 'fonts/skia/FontCustomPlatformDataSkia.cpp', | 420 'fonts/skia/FontCustomPlatformDataSkia.cpp', |
| 414 'fonts/skia/FontPlatformDataSkia.cpp', | 421 'fonts/skia/FontPlatformDataSkia.cpp', |
| (...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 955 'graphics/ImageFrameGeneratorTest.cpp', | 962 'graphics/ImageFrameGeneratorTest.cpp', |
| 956 'graphics/ImageLayerChromiumTest.cpp', | 963 'graphics/ImageLayerChromiumTest.cpp', |
| 957 'graphics/test/MockImageDecoder.h', | 964 'graphics/test/MockImageDecoder.h', |
| 958 'graphics/test/MockWebGraphicsContext3D.h', | 965 'graphics/test/MockWebGraphicsContext3D.h', |
| 959 'image-decoders/gif/GIFImageDecoderTest.cpp', | 966 'image-decoders/gif/GIFImageDecoderTest.cpp', |
| 960 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', | 967 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', |
| 961 'image-decoders/webp/WEBPImageDecoderTest.cpp', | 968 'image-decoders/webp/WEBPImageDecoderTest.cpp', |
| 962 ], | 969 ], |
| 963 }, | 970 }, |
| 964 } | 971 } |
| OLD | NEW |