| 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/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
| (...skipping 3644 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3655 'testing/GarbageCollectedScriptWrappable.h', | 3655 'testing/GarbageCollectedScriptWrappable.h', |
| 3656 'testing/InternalSettings.cpp', | 3656 'testing/InternalSettings.cpp', |
| 3657 'testing/InternalSettings.h', | 3657 'testing/InternalSettings.h', |
| 3658 'testing/Internals.cpp', | 3658 'testing/Internals.cpp', |
| 3659 'testing/Internals.h', | 3659 'testing/Internals.h', |
| 3660 'testing/LayerRect.h', | 3660 'testing/LayerRect.h', |
| 3661 'testing/LayerRectList.cpp', | 3661 'testing/LayerRectList.cpp', |
| 3662 'testing/LayerRectList.h', | 3662 'testing/LayerRectList.h', |
| 3663 'testing/NullExecutionContext.cpp', | 3663 'testing/NullExecutionContext.cpp', |
| 3664 'testing/NullExecutionContext.h', | 3664 'testing/NullExecutionContext.h', |
| 3665 'testing/PartialPrivateScriptTest.h', | |
| 3666 'testing/PrivateScriptTest.cpp', | 3665 'testing/PrivateScriptTest.cpp', |
| 3667 'testing/PrivateScriptTest.h', | 3666 'testing/PrivateScriptTest.h', |
| 3668 'testing/RefCountedScriptWrappable.cpp', | 3667 'testing/RefCountedScriptWrappable.cpp', |
| 3669 'testing/RefCountedScriptWrappable.h', | 3668 'testing/RefCountedScriptWrappable.h', |
| 3670 'testing/TypeConversions.h', | 3669 'testing/TypeConversions.h', |
| 3671 'testing/URLTestHelpers.cpp', | 3670 'testing/URLTestHelpers.cpp', |
| 3672 'testing/URLTestHelpers.h', | 3671 'testing/URLTestHelpers.h', |
| 3673 'testing/UnionTypesTest.cpp', | 3672 'testing/UnionTypesTest.cpp', |
| 3674 'testing/UnionTypesTest.h', | 3673 'testing/UnionTypesTest.h', |
| 3675 'testing/v8/WebCoreTestSupport.cpp', | 3674 'testing/v8/WebCoreTestSupport.cpp', |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3804 'rendering/RenderingTestHelper.h', | 3803 'rendering/RenderingTestHelper.h', |
| 3805 'streams/ExclusiveStreamReaderTest.cpp', | 3804 'streams/ExclusiveStreamReaderTest.cpp', |
| 3806 'streams/ReadableStreamTest.cpp', | 3805 'streams/ReadableStreamTest.cpp', |
| 3807 'testing/PrivateScriptTestTest.cpp', | 3806 'testing/PrivateScriptTestTest.cpp', |
| 3808 'testing/UnitTestHelpers.cpp', | 3807 'testing/UnitTestHelpers.cpp', |
| 3809 'testing/UnitTestHelpers.h', | 3808 'testing/UnitTestHelpers.h', |
| 3810 'xml/parser/SharedBufferReaderTest.cpp', | 3809 'xml/parser/SharedBufferReaderTest.cpp', |
| 3811 ], | 3810 ], |
| 3812 } | 3811 } |
| 3813 } | 3812 } |
| OLD | NEW |