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 1078 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1089 'css/CSSRuleList.h', | 1089 'css/CSSRuleList.h', |
1090 'css/CSSSVGDocumentValue.cpp', | 1090 'css/CSSSVGDocumentValue.cpp', |
1091 'css/CSSSVGDocumentValue.h', | 1091 'css/CSSSVGDocumentValue.h', |
1092 'css/CSSSegmentedFontFace.cpp', | 1092 'css/CSSSegmentedFontFace.cpp', |
1093 'css/CSSSegmentedFontFace.h', | 1093 'css/CSSSegmentedFontFace.h', |
1094 'css/CSSSelector.cpp', | 1094 'css/CSSSelector.cpp', |
1095 'css/CSSSelectorList.cpp', | 1095 'css/CSSSelectorList.cpp', |
1096 'css/CSSSelectorList.h', | 1096 'css/CSSSelectorList.h', |
1097 'css/CSSShadowValue.cpp', | 1097 'css/CSSShadowValue.cpp', |
1098 'css/CSSShadowValue.h', | 1098 'css/CSSShadowValue.h', |
| 1099 'css/CSSStringValue.h', |
1099 'css/CSSStyleDeclaration.h', | 1100 'css/CSSStyleDeclaration.h', |
1100 'css/CSSStyleRule.cpp', | 1101 'css/CSSStyleRule.cpp', |
1101 'css/CSSStyleRule.h', | 1102 'css/CSSStyleRule.h', |
1102 'css/CSSStyleSheet.cpp', | 1103 'css/CSSStyleSheet.cpp', |
1103 'css/CSSStyleSheet.h', | 1104 'css/CSSStyleSheet.h', |
1104 'css/CSSSupportsRule.cpp', | 1105 'css/CSSSupportsRule.cpp', |
1105 'css/CSSSupportsRule.h', | 1106 'css/CSSSupportsRule.h', |
1106 'css/CSSTimingFunctionValue.cpp', | 1107 'css/CSSTimingFunctionValue.cpp', |
1107 'css/CSSTimingFunctionValue.h', | 1108 'css/CSSTimingFunctionValue.h', |
1108 'css/CSSToLengthConversionData.cpp', | 1109 'css/CSSToLengthConversionData.cpp', |
(...skipping 2748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3857 'style/OutlineValueTest.cpp', | 3858 'style/OutlineValueTest.cpp', |
3858 'style/SVGComputedStyleTest.cpp', | 3859 'style/SVGComputedStyleTest.cpp', |
3859 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3860 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3860 'testing/PrivateScriptTestTest.cpp', | 3861 'testing/PrivateScriptTestTest.cpp', |
3861 'timing/MemoryInfoTest.cpp', | 3862 'timing/MemoryInfoTest.cpp', |
3862 'workers/WorkerThreadTest.cpp', | 3863 'workers/WorkerThreadTest.cpp', |
3863 'xml/parser/SharedBufferReaderTest.cpp', | 3864 'xml/parser/SharedBufferReaderTest.cpp', |
3864 ], | 3865 ], |
3865 } | 3866 } |
3866 } | 3867 } |
OLD | NEW |