| 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 1764 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1775 'rendering/style/StyleVisualData.cpp', | 1775 'rendering/style/StyleVisualData.cpp', |
| 1776 'rendering/style/StyleWillChangeData.cpp', | 1776 'rendering/style/StyleWillChangeData.cpp', |
| 1777 'storage/Storage.cpp', | 1777 'storage/Storage.cpp', |
| 1778 'storage/Storage.h', | 1778 'storage/Storage.h', |
| 1779 'storage/StorageArea.cpp', | 1779 'storage/StorageArea.cpp', |
| 1780 'storage/StorageArea.h', | 1780 'storage/StorageArea.h', |
| 1781 'storage/StorageEvent.cpp', | 1781 'storage/StorageEvent.cpp', |
| 1782 'storage/StorageEvent.h', | 1782 'storage/StorageEvent.h', |
| 1783 'storage/StorageNamespace.cpp', | 1783 'storage/StorageNamespace.cpp', |
| 1784 'storage/StorageNamespace.h', | 1784 'storage/StorageNamespace.h', |
| 1785 'streams/ReadableStream.cpp', |
| 1786 'streams/ReadableStream.h', |
| 1785 'streams/Stream.cpp', | 1787 'streams/Stream.cpp', |
| 1786 'streams/Stream.h', | 1788 'streams/Stream.h', |
| 1789 'streams/UnderlyingSource.h', |
| 1787 'timing/MemoryInfo.cpp', | 1790 'timing/MemoryInfo.cpp', |
| 1788 'timing/Performance.cpp', | 1791 'timing/Performance.cpp', |
| 1789 'timing/Performance.h', | 1792 'timing/Performance.h', |
| 1790 'timing/PerformanceEntry.cpp', | 1793 'timing/PerformanceEntry.cpp', |
| 1791 'timing/PerformanceEntry.h', | 1794 'timing/PerformanceEntry.h', |
| 1792 'timing/PerformanceMark.h', | 1795 'timing/PerformanceMark.h', |
| 1793 'timing/PerformanceMeasure.h', | 1796 'timing/PerformanceMeasure.h', |
| 1794 'timing/PerformanceNavigation.cpp', | 1797 'timing/PerformanceNavigation.cpp', |
| 1795 'timing/PerformanceNavigation.h', | 1798 'timing/PerformanceNavigation.h', |
| 1796 'timing/PerformanceResourceTiming.cpp', | 1799 'timing/PerformanceResourceTiming.cpp', |
| (...skipping 1637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3434 'html/parser/HTMLSrcsetParserTest.cpp', | 3437 'html/parser/HTMLSrcsetParserTest.cpp', |
| 3435 'html/track/vtt/BufferedLineReaderTest.cpp', | 3438 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3436 'html/track/vtt/VTTScannerTest.cpp', | 3439 'html/track/vtt/VTTScannerTest.cpp', |
| 3437 'loader/MixedContentCheckerTest.cpp', | 3440 'loader/MixedContentCheckerTest.cpp', |
| 3438 'page/NetworkStateNotifierTest.cpp', | 3441 'page/NetworkStateNotifierTest.cpp', |
| 3439 'rendering/RenderOverflowTest.cpp', | 3442 'rendering/RenderOverflowTest.cpp', |
| 3440 'rendering/RenderTableCellTest.cpp', | 3443 'rendering/RenderTableCellTest.cpp', |
| 3441 'rendering/RenderTableRowTest.cpp', | 3444 'rendering/RenderTableRowTest.cpp', |
| 3442 'rendering/shapes/BoxShapeTest.cpp', | 3445 'rendering/shapes/BoxShapeTest.cpp', |
| 3443 'testing/PrivateScriptTestTest.cpp', | 3446 'testing/PrivateScriptTestTest.cpp', |
| 3447 'streams/ReadableStreamTest.cpp', |
| 3444 'testing/UnitTestHelpers.cpp', | 3448 'testing/UnitTestHelpers.cpp', |
| 3445 'testing/UnitTestHelpers.h', | 3449 'testing/UnitTestHelpers.h', |
| 3446 'xml/parser/SharedBufferReaderTest.cpp', | 3450 'xml/parser/SharedBufferReaderTest.cpp', |
| 3447 ], | 3451 ], |
| 3448 } | 3452 } |
| 3449 } | 3453 } |
| OLD | NEW |