| 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/KeyframeEffect.idl', | 8 'animation/KeyframeEffect.idl', |
| 9 'animation/EffectModel.idl', | 9 'animation/EffectModel.idl', |
| 10 'animation/AnimationEffectReadOnly.idl', | 10 'animation/AnimationEffectReadOnly.idl', |
| (...skipping 4028 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4039 'layout/LayoutTableSectionTest.cpp', | 4039 'layout/LayoutTableSectionTest.cpp', |
| 4040 'layout/LayoutTestHelper.cpp', | 4040 'layout/LayoutTestHelper.cpp', |
| 4041 'layout/LayoutTestHelper.h', | 4041 'layout/LayoutTestHelper.h', |
| 4042 'layout/LayoutThemeTest.cpp', | 4042 'layout/LayoutThemeTest.cpp', |
| 4043 'layout/MapCoordinatesTest.cpp', | 4043 'layout/MapCoordinatesTest.cpp', |
| 4044 'layout/MultiColumnFragmentainerGroupTest.cpp', | 4044 'layout/MultiColumnFragmentainerGroupTest.cpp', |
| 4045 'layout/OverflowModelTest.cpp', | 4045 'layout/OverflowModelTest.cpp', |
| 4046 'layout/PaginationTest.cpp', | 4046 'layout/PaginationTest.cpp', |
| 4047 'layout/PaintContainmentTest.cpp', | 4047 'layout/PaintContainmentTest.cpp', |
| 4048 'layout/ScrollAnchorTest.cpp', | 4048 'layout/ScrollAnchorTest.cpp', |
| 4049 'layout/VisualRectMappingTest.cpp', |
| 4049 'layout/compositing/CompositedLayerMappingTest.cpp', | 4050 'layout/compositing/CompositedLayerMappingTest.cpp', |
| 4050 'layout/shapes/BoxShapeTest.cpp', | 4051 'layout/shapes/BoxShapeTest.cpp', |
| 4051 'layout/svg/LayoutSVGRootTest.cpp', | 4052 'layout/svg/LayoutSVGRootTest.cpp', |
| 4052 'loader/DocumentLoadTimingTest.cpp', | 4053 'loader/DocumentLoadTimingTest.cpp', |
| 4053 'loader/FrameFetchContextTest.cpp', | 4054 'loader/FrameFetchContextTest.cpp', |
| 4054 'loader/LinkHeaderTest.cpp', | 4055 'loader/LinkHeaderTest.cpp', |
| 4055 'loader/LinkLoaderTest.cpp', | 4056 'loader/LinkLoaderTest.cpp', |
| 4056 'loader/MixedContentCheckerTest.cpp', | 4057 'loader/MixedContentCheckerTest.cpp', |
| 4057 'loader/TextResourceDecoderBuilderTest.cpp', | 4058 'loader/TextResourceDecoderBuilderTest.cpp', |
| 4058 'loader/ThreadableLoaderTest.cpp', | 4059 'loader/ThreadableLoaderTest.cpp', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 4086 'svg/SVGPathParserTest.cpp', | 4087 'svg/SVGPathParserTest.cpp', |
| 4087 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4088 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4088 'testing/PrivateScriptTestTest.cpp', | 4089 'testing/PrivateScriptTestTest.cpp', |
| 4089 'timing/MemoryInfoTest.cpp', | 4090 'timing/MemoryInfoTest.cpp', |
| 4090 'workers/WorkerThreadTest.cpp', | 4091 'workers/WorkerThreadTest.cpp', |
| 4091 'workers/WorkerThreadTestHelper.h', | 4092 'workers/WorkerThreadTestHelper.h', |
| 4092 'xml/parser/SharedBufferReaderTest.cpp', | 4093 'xml/parser/SharedBufferReaderTest.cpp', |
| 4093 ], | 4094 ], |
| 4094 } | 4095 } |
| 4095 } | 4096 } |
| OLD | NEW |