| 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 3613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3624 'testing/PrivateScriptTest.cpp', | 3624 'testing/PrivateScriptTest.cpp', |
| 3625 'testing/PrivateScriptTest.h', | 3625 'testing/PrivateScriptTest.h', |
| 3626 'testing/RefCountedScriptWrappable.cpp', | 3626 'testing/RefCountedScriptWrappable.cpp', |
| 3627 'testing/RefCountedScriptWrappable.h', | 3627 'testing/RefCountedScriptWrappable.h', |
| 3628 'testing/TypeConversions.h', | 3628 'testing/TypeConversions.h', |
| 3629 'testing/UnionTypesTest.cpp', | 3629 'testing/UnionTypesTest.cpp', |
| 3630 'testing/UnionTypesTest.h', | 3630 'testing/UnionTypesTest.h', |
| 3631 'testing/v8/WebCoreTestSupport.cpp', | 3631 'testing/v8/WebCoreTestSupport.cpp', |
| 3632 'testing/v8/WebCoreTestSupport.h', | 3632 'testing/v8/WebCoreTestSupport.h', |
| 3633 ], | 3633 ], |
| 3634 'additional_target_deps': [], |
| 3635 'additional_webcore_include_dirs': [], |
| 3636 'additional_derived_sources_aggregate_files': [], |
| 3634 'core_unittest_files': [ | 3637 'core_unittest_files': [ |
| 3635 'animation/AnimationClockTest.cpp', | 3638 'animation/AnimationClockTest.cpp', |
| 3636 'animation/AnimationInputHelpersTest.cpp', | 3639 'animation/AnimationInputHelpersTest.cpp', |
| 3637 'animation/AnimationEffectTest.cpp', | 3640 'animation/AnimationEffectTest.cpp', |
| 3638 'animation/AnimationTest.cpp', | 3641 'animation/AnimationTest.cpp', |
| 3639 'animation/AnimationStackTest.cpp', | 3642 'animation/AnimationStackTest.cpp', |
| 3640 'animation/KeyframeEffectTest.cpp', | 3643 'animation/KeyframeEffectTest.cpp', |
| 3641 'animation/AnimationTestHelper.cpp', | 3644 'animation/AnimationTestHelper.cpp', |
| 3642 'animation/AnimationTestHelper.h', | 3645 'animation/AnimationTestHelper.h', |
| 3643 'animation/AnimationTimelineTest.cpp', | 3646 'animation/AnimationTimelineTest.cpp', |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3793 'style/OutlineValueTest.cpp', | 3796 'style/OutlineValueTest.cpp', |
| 3794 'style/SVGComputedStyleTest.cpp', | 3797 'style/SVGComputedStyleTest.cpp', |
| 3795 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3798 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3796 'testing/PrivateScriptTestTest.cpp', | 3799 'testing/PrivateScriptTestTest.cpp', |
| 3797 'timing/MemoryInfoTest.cpp', | 3800 'timing/MemoryInfoTest.cpp', |
| 3798 'workers/WorkerThreadTest.cpp', | 3801 'workers/WorkerThreadTest.cpp', |
| 3799 'xml/parser/SharedBufferReaderTest.cpp', | 3802 'xml/parser/SharedBufferReaderTest.cpp', |
| 3800 ], | 3803 ], |
| 3801 } | 3804 } |
| 3802 } | 3805 } |
| OLD | NEW |