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 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1091 'css/CSSRuleList.h', | 1091 'css/CSSRuleList.h', |
1092 'css/CSSSVGDocumentValue.cpp', | 1092 'css/CSSSVGDocumentValue.cpp', |
1093 'css/CSSSVGDocumentValue.h', | 1093 'css/CSSSVGDocumentValue.h', |
1094 'css/CSSSegmentedFontFace.cpp', | 1094 'css/CSSSegmentedFontFace.cpp', |
1095 'css/CSSSegmentedFontFace.h', | 1095 'css/CSSSegmentedFontFace.h', |
1096 'css/CSSSelector.cpp', | 1096 'css/CSSSelector.cpp', |
1097 'css/CSSSelectorList.cpp', | 1097 'css/CSSSelectorList.cpp', |
1098 'css/CSSSelectorList.h', | 1098 'css/CSSSelectorList.h', |
1099 'css/CSSShadowValue.cpp', | 1099 'css/CSSShadowValue.cpp', |
1100 'css/CSSShadowValue.h', | 1100 'css/CSSShadowValue.h', |
| 1101 'css/CSSStringValueBase.h', |
| 1102 'css/CSSStringValueBase.cpp', |
1101 'css/CSSStyleDeclaration.h', | 1103 'css/CSSStyleDeclaration.h', |
1102 'css/CSSStyleRule.cpp', | 1104 'css/CSSStyleRule.cpp', |
1103 'css/CSSStyleRule.h', | 1105 'css/CSSStyleRule.h', |
1104 'css/CSSStyleSheet.cpp', | 1106 'css/CSSStyleSheet.cpp', |
1105 'css/CSSStyleSheet.h', | 1107 'css/CSSStyleSheet.h', |
1106 'css/CSSSupportsRule.cpp', | 1108 'css/CSSSupportsRule.cpp', |
1107 'css/CSSSupportsRule.h', | 1109 'css/CSSSupportsRule.h', |
1108 'css/CSSTimingFunctionValue.cpp', | 1110 'css/CSSTimingFunctionValue.cpp', |
1109 'css/CSSTimingFunctionValue.h', | 1111 'css/CSSTimingFunctionValue.h', |
1110 'css/CSSToLengthConversionData.cpp', | 1112 'css/CSSToLengthConversionData.cpp', |
(...skipping 2760 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3871 'style/OutlineValueTest.cpp', | 3873 'style/OutlineValueTest.cpp', |
3872 'style/SVGComputedStyleTest.cpp', | 3874 'style/SVGComputedStyleTest.cpp', |
3873 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3875 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3874 'testing/PrivateScriptTestTest.cpp', | 3876 'testing/PrivateScriptTestTest.cpp', |
3875 'timing/MemoryInfoTest.cpp', | 3877 'timing/MemoryInfoTest.cpp', |
3876 'workers/WorkerThreadTest.cpp', | 3878 'workers/WorkerThreadTest.cpp', |
3877 'xml/parser/SharedBufferReaderTest.cpp', | 3879 'xml/parser/SharedBufferReaderTest.cpp', |
3878 ], | 3880 ], |
3879 } | 3881 } |
3880 } | 3882 } |
OLD | NEW |