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 1002 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1013 'css/CSSBorderImage.h', | 1013 'css/CSSBorderImage.h', |
1014 'css/CSSBorderImageSliceValue.cpp', | 1014 'css/CSSBorderImageSliceValue.cpp', |
1015 'css/CSSBorderImageSliceValue.h', | 1015 'css/CSSBorderImageSliceValue.h', |
1016 'css/CSSCalculationValue.cpp', | 1016 'css/CSSCalculationValue.cpp', |
1017 'css/CSSCalculationValue.h', | 1017 'css/CSSCalculationValue.h', |
1018 'css/CSSCanvasValue.cpp', | 1018 'css/CSSCanvasValue.cpp', |
1019 'css/CSSCanvasValue.h', | 1019 'css/CSSCanvasValue.h', |
1020 'css/CSSComputedStyleDeclaration.cpp', | 1020 'css/CSSComputedStyleDeclaration.cpp', |
1021 'css/CSSContentDistributionValue.cpp', | 1021 'css/CSSContentDistributionValue.cpp', |
1022 'css/CSSContentDistributionValue.h', | 1022 'css/CSSContentDistributionValue.h', |
| 1023 'css/CSSCounterValue.cpp', |
| 1024 'css/CSSCounterValue.h', |
1023 'css/CSSCrossfadeValue.cpp', | 1025 'css/CSSCrossfadeValue.cpp', |
1024 'css/CSSCrossfadeValue.h', | 1026 'css/CSSCrossfadeValue.h', |
1025 'css/CSSCursorImageValue.cpp', | 1027 'css/CSSCursorImageValue.cpp', |
1026 'css/CSSCustomFontData.h', | 1028 'css/CSSCustomFontData.h', |
1027 'css/CSSDefaultStyleSheets.cpp', | 1029 'css/CSSDefaultStyleSheets.cpp', |
1028 'css/CSSDefaultStyleSheets.h', | 1030 'css/CSSDefaultStyleSheets.h', |
1029 'css/CSSFontFace.cpp', | 1031 'css/CSSFontFace.cpp', |
1030 'css/CSSFontFace.h', | 1032 'css/CSSFontFace.h', |
1031 'css/CSSFontFaceRule.cpp', | 1033 'css/CSSFontFaceRule.cpp', |
1032 'css/CSSFontFaceRule.h', | 1034 'css/CSSFontFaceRule.h', |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1105 'css/CSSUnicodeRangeValue.cpp', | 1107 'css/CSSUnicodeRangeValue.cpp', |
1106 'css/CSSUnicodeRangeValue.h', | 1108 'css/CSSUnicodeRangeValue.h', |
1107 'css/CSSUnsetValue.cpp', | 1109 'css/CSSUnsetValue.cpp', |
1108 'css/CSSUnsetValue.h', | 1110 'css/CSSUnsetValue.h', |
1109 'css/CSSValue.cpp', | 1111 'css/CSSValue.cpp', |
1110 'css/CSSValueList.cpp', | 1112 'css/CSSValueList.cpp', |
1111 'css/CSSValuePool.cpp', | 1113 'css/CSSValuePool.cpp', |
1112 'css/CSSValuePool.h', | 1114 'css/CSSValuePool.h', |
1113 'css/CSSViewportRule.cpp', | 1115 'css/CSSViewportRule.cpp', |
1114 'css/CSSViewportRule.h', | 1116 'css/CSSViewportRule.h', |
1115 'css/Counter.cpp', | |
1116 'css/Counter.h', | |
1117 'css/DOMWindowCSS.cpp', | 1117 'css/DOMWindowCSS.cpp', |
1118 'css/DOMWindowCSS.h', | 1118 'css/DOMWindowCSS.h', |
1119 'css/DocumentFontFaceSet.cpp', | 1119 'css/DocumentFontFaceSet.cpp', |
1120 'css/DocumentFontFaceSet.h', | 1120 'css/DocumentFontFaceSet.h', |
1121 'css/ElementRuleCollector.cpp', | 1121 'css/ElementRuleCollector.cpp', |
1122 'css/ElementRuleCollector.h', | 1122 'css/ElementRuleCollector.h', |
1123 'css/FontFace.cpp', | 1123 'css/FontFace.cpp', |
1124 'css/FontFace.h', | 1124 'css/FontFace.h', |
1125 'css/FontFaceCache.cpp', | 1125 'css/FontFaceCache.cpp', |
1126 'css/FontFaceCache.h', | 1126 'css/FontFaceCache.h', |
(...skipping 2724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3851 'style/OutlineValueTest.cpp', | 3851 'style/OutlineValueTest.cpp', |
3852 'style/SVGComputedStyleTest.cpp', | 3852 'style/SVGComputedStyleTest.cpp', |
3853 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3853 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3854 'testing/PrivateScriptTestTest.cpp', | 3854 'testing/PrivateScriptTestTest.cpp', |
3855 'timing/MemoryInfoTest.cpp', | 3855 'timing/MemoryInfoTest.cpp', |
3856 'workers/WorkerThreadTest.cpp', | 3856 'workers/WorkerThreadTest.cpp', |
3857 'xml/parser/SharedBufferReaderTest.cpp', | 3857 'xml/parser/SharedBufferReaderTest.cpp', |
3858 ], | 3858 ], |
3859 } | 3859 } |
3860 } | 3860 } |
OLD | NEW |