OLD | NEW |
1 { | 1 { |
2 'includes': [ | 2 'includes': [ |
3 'core_generated.gypi', | 3 'core_generated.gypi', |
4 ], | 4 ], |
5 'variables': { | 5 'variables': { |
6 # Files for which bindings (.cpp and .h files) will be generated | 6 # Files for which bindings (.cpp and .h files) will be generated |
7 'core_idl_files': [ | 7 'core_idl_files': [ |
8 'animation/Animation.idl', | 8 'animation/Animation.idl', |
9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
10 'animation/AnimationPlayer.idl', | 10 'animation/AnimationPlayer.idl', |
(...skipping 1751 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1762 'rendering/style/StyleVisualData.cpp', | 1762 'rendering/style/StyleVisualData.cpp', |
1763 'rendering/style/StyleWillChangeData.cpp', | 1763 'rendering/style/StyleWillChangeData.cpp', |
1764 'storage/Storage.cpp', | 1764 'storage/Storage.cpp', |
1765 'storage/Storage.h', | 1765 'storage/Storage.h', |
1766 'storage/StorageArea.cpp', | 1766 'storage/StorageArea.cpp', |
1767 'storage/StorageArea.h', | 1767 'storage/StorageArea.h', |
1768 'storage/StorageEvent.cpp', | 1768 'storage/StorageEvent.cpp', |
1769 'storage/StorageEvent.h', | 1769 'storage/StorageEvent.h', |
1770 'storage/StorageNamespace.cpp', | 1770 'storage/StorageNamespace.cpp', |
1771 'storage/StorageNamespace.h', | 1771 'storage/StorageNamespace.h', |
| 1772 'streams/ReadableStream.cpp', |
| 1773 'streams/ReadableStream.h', |
1772 'streams/Stream.cpp', | 1774 'streams/Stream.cpp', |
1773 'streams/Stream.h', | 1775 'streams/Stream.h', |
| 1776 'streams/UnderlyingSource.h', |
1774 'timing/MemoryInfo.cpp', | 1777 'timing/MemoryInfo.cpp', |
1775 'timing/Performance.cpp', | 1778 'timing/Performance.cpp', |
1776 'timing/Performance.h', | 1779 'timing/Performance.h', |
1777 'timing/PerformanceEntry.cpp', | 1780 'timing/PerformanceEntry.cpp', |
1778 'timing/PerformanceEntry.h', | 1781 'timing/PerformanceEntry.h', |
1779 'timing/PerformanceMark.h', | 1782 'timing/PerformanceMark.h', |
1780 'timing/PerformanceMeasure.h', | 1783 'timing/PerformanceMeasure.h', |
1781 'timing/PerformanceNavigation.cpp', | 1784 'timing/PerformanceNavigation.cpp', |
1782 'timing/PerformanceNavigation.h', | 1785 'timing/PerformanceNavigation.h', |
1783 'timing/PerformanceResourceTiming.cpp', | 1786 'timing/PerformanceResourceTiming.cpp', |
(...skipping 1625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3409 'html/parser/HTMLParserThreadTest.cpp', | 3412 'html/parser/HTMLParserThreadTest.cpp', |
3410 'html/parser/HTMLSrcsetParserTest.cpp', | 3413 'html/parser/HTMLSrcsetParserTest.cpp', |
3411 'html/track/vtt/BufferedLineReaderTest.cpp', | 3414 'html/track/vtt/BufferedLineReaderTest.cpp', |
3412 'html/track/vtt/VTTScannerTest.cpp', | 3415 'html/track/vtt/VTTScannerTest.cpp', |
3413 'loader/MixedContentCheckerTest.cpp', | 3416 'loader/MixedContentCheckerTest.cpp', |
3414 'page/NetworkStateNotifierTest.cpp', | 3417 'page/NetworkStateNotifierTest.cpp', |
3415 'rendering/RenderOverflowTest.cpp', | 3418 'rendering/RenderOverflowTest.cpp', |
3416 'rendering/RenderTableCellTest.cpp', | 3419 'rendering/RenderTableCellTest.cpp', |
3417 'rendering/RenderTableRowTest.cpp', | 3420 'rendering/RenderTableRowTest.cpp', |
3418 'rendering/shapes/BoxShapeTest.cpp', | 3421 'rendering/shapes/BoxShapeTest.cpp', |
| 3422 'streams/ReadableStreamTest.cpp', |
3419 'testing/UnitTestHelpers.cpp', | 3423 'testing/UnitTestHelpers.cpp', |
3420 'testing/UnitTestHelpers.h', | 3424 'testing/UnitTestHelpers.h', |
3421 'xml/parser/SharedBufferReaderTest.cpp', | 3425 'xml/parser/SharedBufferReaderTest.cpp', |
3422 ], | 3426 ], |
3423 } | 3427 } |
3424 } | 3428 } |
OLD | NEW |