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