| 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 3822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3833 'webcore_testing_idl_files': [ | 3833 'webcore_testing_idl_files': [ |
| 3834 'testing/DictionaryTest.idl', | 3834 'testing/DictionaryTest.idl', |
| 3835 'testing/GCObservation.idl', | 3835 'testing/GCObservation.idl', |
| 3836 'testing/GarbageCollectedScriptWrappable.idl', | 3836 'testing/GarbageCollectedScriptWrappable.idl', |
| 3837 'testing/InternalSettings.idl', | 3837 'testing/InternalSettings.idl', |
| 3838 'testing/LayerRect.idl', | 3838 'testing/LayerRect.idl', |
| 3839 'testing/LayerRectList.idl', | 3839 'testing/LayerRectList.idl', |
| 3840 'testing/PrivateScriptTest.idl', | 3840 'testing/PrivateScriptTest.idl', |
| 3841 'testing/TypeConversions.idl', | 3841 'testing/TypeConversions.idl', |
| 3842 'testing/UnionTypesTest.idl', | 3842 'testing/UnionTypesTest.idl', |
| 3843 'testing/WorkerInternals.idl', |
| 3843 ], | 3844 ], |
| 3844 # testing IDL files that have partial interfaces in modules. | 3845 # testing IDL files that have partial interfaces in modules. |
| 3845 'webcore_testing_idl_with_modules_dependency_files': [ | 3846 'webcore_testing_idl_with_modules_dependency_files': [ |
| 3846 'testing/Internals.idl', | 3847 'testing/Internals.idl', |
| 3847 ], | 3848 ], |
| 3848 'webcore_testing_dependency_idl_files': [ | 3849 'webcore_testing_dependency_idl_files': [ |
| 3849 'origin_trials/testing/InternalsFrobulate.idl', | 3850 'origin_trials/testing/InternalsFrobulate.idl', |
| 3850 'testing/PartialPrivateScriptTest.idl', | 3851 'testing/PartialPrivateScriptTest.idl', |
| 3851 ], | 3852 ], |
| 3852 'generated_webcore_testing_idl_files': [ | 3853 'generated_webcore_testing_idl_files': [ |
| (...skipping 28 matching lines...) Expand all Loading... |
| 3881 'testing/LayerRectList.h', | 3882 'testing/LayerRectList.h', |
| 3882 'testing/NullExecutionContext.cpp', | 3883 'testing/NullExecutionContext.cpp', |
| 3883 'testing/NullExecutionContext.h', | 3884 'testing/NullExecutionContext.h', |
| 3884 'testing/PrivateScriptTest.cpp', | 3885 'testing/PrivateScriptTest.cpp', |
| 3885 'testing/PrivateScriptTest.h', | 3886 'testing/PrivateScriptTest.h', |
| 3886 'testing/TypeConversions.h', | 3887 'testing/TypeConversions.h', |
| 3887 'testing/UnionTypesTest.cpp', | 3888 'testing/UnionTypesTest.cpp', |
| 3888 'testing/UnionTypesTest.h', | 3889 'testing/UnionTypesTest.h', |
| 3889 'testing/v8/WebCoreTestSupport.cpp', | 3890 'testing/v8/WebCoreTestSupport.cpp', |
| 3890 'testing/v8/WebCoreTestSupport.h', | 3891 'testing/v8/WebCoreTestSupport.h', |
| 3892 'testing/WorkerInternals.cpp', |
| 3893 'testing/WorkerInternals.h', |
| 3891 ], | 3894 ], |
| 3892 'core_unittest_files': [ | 3895 'core_unittest_files': [ |
| 3893 'animation/AnimationClockTest.cpp', | 3896 'animation/AnimationClockTest.cpp', |
| 3894 'animation/AnimationInputHelpersTest.cpp', | 3897 'animation/AnimationInputHelpersTest.cpp', |
| 3895 'animation/AnimationEffectTest.cpp', | 3898 'animation/AnimationEffectTest.cpp', |
| 3896 'animation/AnimationTest.cpp', | 3899 'animation/AnimationTest.cpp', |
| 3897 'animation/AnimationStackTest.cpp', | 3900 'animation/AnimationStackTest.cpp', |
| 3898 'animation/KeyframeEffectTest.cpp', | 3901 'animation/KeyframeEffectTest.cpp', |
| 3899 'animation/AnimationTestHelper.cpp', | 3902 'animation/AnimationTestHelper.cpp', |
| 3900 'animation/AnimationTestHelper.h', | 3903 'animation/AnimationTestHelper.h', |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4117 'svg/SVGPathParserTest.cpp', | 4120 'svg/SVGPathParserTest.cpp', |
| 4118 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4121 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4119 'testing/PrivateScriptTestTest.cpp', | 4122 'testing/PrivateScriptTestTest.cpp', |
| 4120 'timing/MemoryInfoTest.cpp', | 4123 'timing/MemoryInfoTest.cpp', |
| 4121 'workers/WorkerThreadTest.cpp', | 4124 'workers/WorkerThreadTest.cpp', |
| 4122 'workers/WorkerThreadTestHelper.h', | 4125 'workers/WorkerThreadTestHelper.h', |
| 4123 'xml/parser/SharedBufferReaderTest.cpp', | 4126 'xml/parser/SharedBufferReaderTest.cpp', |
| 4124 ], | 4127 ], |
| 4125 } | 4128 } |
| 4126 } | 4129 } |
| OLD | NEW |