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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
381 'fonts/SimpleFontData.h', | 381 'fonts/SimpleFontData.h', |
382 'fonts/TextBlob.h', | 382 'fonts/TextBlob.h', |
383 'fonts/VDMXParser.cpp', | 383 'fonts/VDMXParser.cpp', |
384 'fonts/VDMXParser.h', | 384 'fonts/VDMXParser.h', |
385 'fonts/WidthCache.h', | 385 'fonts/WidthCache.h', |
386 'fonts/WidthIterator.cpp', | 386 'fonts/WidthIterator.cpp', |
387 'fonts/WidthIterator.h', | 387 'fonts/WidthIterator.h', |
388 'fonts/android/FontCacheAndroid.cpp', | 388 'fonts/android/FontCacheAndroid.cpp', |
389 'fonts/cocoa/FontPlatformDataCocoa.mm', | 389 'fonts/cocoa/FontPlatformDataCocoa.mm', |
390 'fonts/harfbuzz/FontHarfBuzz.cpp', | 390 'fonts/harfbuzz/FontHarfBuzz.cpp', |
| 391 'fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp', |
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 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
957 'graphics/ImageLayerChromiumTest.cpp', | 958 'graphics/ImageLayerChromiumTest.cpp', |
958 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', | 959 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', |
959 'graphics/test/MockImageDecoder.h', | 960 'graphics/test/MockImageDecoder.h', |
960 'graphics/test/MockWebGraphicsContext3D.h', | 961 'graphics/test/MockWebGraphicsContext3D.h', |
961 'image-decoders/gif/GIFImageDecoderTest.cpp', | 962 'image-decoders/gif/GIFImageDecoderTest.cpp', |
962 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', | 963 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', |
963 'image-decoders/webp/WEBPImageDecoderTest.cpp', | 964 'image-decoders/webp/WEBPImageDecoderTest.cpp', |
964 ], | 965 ], |
965 }, | 966 }, |
966 } | 967 } |
OLD | NEW |