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/Animation.idl', | 8 'animation/Animation.idl', |
9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
10 'animation/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
(...skipping 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1106 'css/CSSStyleRule.cpp', | 1106 'css/CSSStyleRule.cpp', |
1107 'css/CSSStyleRule.h', | 1107 'css/CSSStyleRule.h', |
1108 'css/CSSStyleSheet.cpp', | 1108 'css/CSSStyleSheet.cpp', |
1109 'css/CSSStyleSheet.h', | 1109 'css/CSSStyleSheet.h', |
1110 'css/CSSSupportsRule.cpp', | 1110 'css/CSSSupportsRule.cpp', |
1111 'css/CSSSupportsRule.h', | 1111 'css/CSSSupportsRule.h', |
1112 'css/CSSTimingFunctionValue.cpp', | 1112 'css/CSSTimingFunctionValue.cpp', |
1113 'css/CSSTimingFunctionValue.h', | 1113 'css/CSSTimingFunctionValue.h', |
1114 'css/CSSToLengthConversionData.cpp', | 1114 'css/CSSToLengthConversionData.cpp', |
1115 'css/CSSToLengthConversionData.h', | 1115 'css/CSSToLengthConversionData.h', |
| 1116 'css/CSSLocalNameToLowerMaps.cpp', |
| 1117 'css/CSSLocalNameToLowerMaps.h', |
1116 'css/CSSUnicodeRangeValue.cpp', | 1118 'css/CSSUnicodeRangeValue.cpp', |
1117 'css/CSSUnicodeRangeValue.h', | 1119 'css/CSSUnicodeRangeValue.h', |
1118 'css/CSSUnknownRule.h', | 1120 'css/CSSUnknownRule.h', |
1119 'css/CSSUnsetValue.cpp', | 1121 'css/CSSUnsetValue.cpp', |
1120 'css/CSSUnsetValue.h', | 1122 'css/CSSUnsetValue.h', |
1121 'css/CSSValue.cpp', | 1123 'css/CSSValue.cpp', |
1122 'css/CSSValueList.cpp', | 1124 'css/CSSValueList.cpp', |
1123 'css/CSSValuePool.cpp', | 1125 'css/CSSValuePool.cpp', |
1124 'css/CSSValuePool.h', | 1126 'css/CSSValuePool.h', |
1125 'css/CSSViewportRule.cpp', | 1127 'css/CSSViewportRule.cpp', |
(...skipping 2729 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3855 'paint/LayerClipRecorderTest.cpp', | 3857 'paint/LayerClipRecorderTest.cpp', |
3856 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3858 'paint/LayoutObjectDrawingRecorderTest.cpp', |
3857 'paint/TextPainterTest.cpp', | 3859 'paint/TextPainterTest.cpp', |
3858 'streams/ReadableStreamReaderTest.cpp', | 3860 'streams/ReadableStreamReaderTest.cpp', |
3859 'streams/ReadableStreamTest.cpp', | 3861 'streams/ReadableStreamTest.cpp', |
3860 'testing/PrivateScriptTestTest.cpp', | 3862 'testing/PrivateScriptTestTest.cpp', |
3861 'xml/parser/SharedBufferReaderTest.cpp', | 3863 'xml/parser/SharedBufferReaderTest.cpp', |
3862 ], | 3864 ], |
3863 } | 3865 } |
3864 } | 3866 } |
OLD | NEW |