| 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 3905 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3916 'animation/animatable/AnimatableLengthTest.cpp', | 3916 'animation/animatable/AnimatableLengthTest.cpp', |
| 3917 'animation/animatable/AnimatableNeutralTest.cpp', | 3917 'animation/animatable/AnimatableNeutralTest.cpp', |
| 3918 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp', | 3918 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp', |
| 3919 'animation/animatable/AnimatableUnknownTest.cpp', | 3919 'animation/animatable/AnimatableUnknownTest.cpp', |
| 3920 'animation/animatable/AnimatableValueTestHelper.cpp', | 3920 'animation/animatable/AnimatableValueTestHelper.cpp', |
| 3921 'animation/animatable/AnimatableValueTestHelper.h', | 3921 'animation/animatable/AnimatableValueTestHelper.h', |
| 3922 'animation/animatable/AnimatableValueTestHelperTest.cpp', | 3922 'animation/animatable/AnimatableValueTestHelperTest.cpp', |
| 3923 'clipboard/DataObjectTest.cpp', | 3923 'clipboard/DataObjectTest.cpp', |
| 3924 'css/AffectedByFocusTest.cpp', | 3924 'css/AffectedByFocusTest.cpp', |
| 3925 'css/CSSCalculationValueTest.cpp', | 3925 'css/CSSCalculationValueTest.cpp', |
| 3926 'css/CSSFontFaceSourceTest.cpp', |
| 3926 'css/CSSPageRuleTest.cpp', | 3927 'css/CSSPageRuleTest.cpp', |
| 3927 'css/CSSSelectorTest.cpp', | 3928 'css/CSSSelectorTest.cpp', |
| 3928 'css/CSSStyleDeclarationTest.cpp', | 3929 'css/CSSStyleDeclarationTest.cpp', |
| 3929 'css/CSSStyleSheetResourceTest.cpp', | 3930 'css/CSSStyleSheetResourceTest.cpp', |
| 3930 'css/CSSTestHelper.cpp', | 3931 'css/CSSTestHelper.cpp', |
| 3931 'css/CSSTestHelper.h', | 3932 'css/CSSTestHelper.h', |
| 3932 'css/CSSValueTestHelper.h', | 3933 'css/CSSValueTestHelper.h', |
| 3933 'css/DragUpdateTest.cpp', | 3934 'css/DragUpdateTest.cpp', |
| 3934 'css/MediaQueryEvaluatorTest.cpp', | 3935 'css/MediaQueryEvaluatorTest.cpp', |
| 3935 'css/MediaQueryListTest.cpp', | 3936 'css/MediaQueryListTest.cpp', |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4120 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4121 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4121 'testing/PrivateScriptTestTest.cpp', | 4122 'testing/PrivateScriptTestTest.cpp', |
| 4122 'timing/MemoryInfoTest.cpp', | 4123 'timing/MemoryInfoTest.cpp', |
| 4123 'timing/PerformanceBaseTest.cpp', | 4124 'timing/PerformanceBaseTest.cpp', |
| 4124 'workers/WorkerThreadTest.cpp', | 4125 'workers/WorkerThreadTest.cpp', |
| 4125 'workers/WorkerThreadTestHelper.h', | 4126 'workers/WorkerThreadTestHelper.h', |
| 4126 'xml/parser/SharedBufferReaderTest.cpp', | 4127 'xml/parser/SharedBufferReaderTest.cpp', |
| 4127 ], | 4128 ], |
| 4128 } | 4129 } |
| 4129 } | 4130 } |
| OLD | NEW |