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 26 matching lines...) Expand all Loading... |
37 'css/MediaQueryListEvent.idl', | 37 'css/MediaQueryListEvent.idl', |
38 'css/StyleMedia.idl', | 38 'css/StyleMedia.idl', |
39 'css/StyleSheet.idl', | 39 'css/StyleSheet.idl', |
40 'css/StyleSheetList.idl', | 40 'css/StyleSheetList.idl', |
41 'css/WebKitCSSMatrix.idl', | 41 'css/WebKitCSSMatrix.idl', |
42 'css/cssom/KeywordValue.idl', | 42 'css/cssom/KeywordValue.idl', |
43 'css/cssom/LengthValue.idl', | 43 'css/cssom/LengthValue.idl', |
44 'css/cssom/NumberValue.idl', | 44 'css/cssom/NumberValue.idl', |
45 'css/cssom/ScaleTransformComponent.idl', | 45 'css/cssom/ScaleTransformComponent.idl', |
46 'css/cssom/SimpleLength.idl', | 46 'css/cssom/SimpleLength.idl', |
| 47 'css/cssom/StylePropertyMap.idl', |
47 'css/cssom/StyleValue.idl', | 48 'css/cssom/StyleValue.idl', |
48 'css/cssom/TransformComponent.idl', | 49 'css/cssom/TransformComponent.idl', |
49 'css/cssom/TransformValue.idl', | 50 'css/cssom/TransformValue.idl', |
50 'dom/ArrayBuffer.idl', | 51 'dom/ArrayBuffer.idl', |
51 'dom/ArrayBufferView.idl', | 52 'dom/ArrayBufferView.idl', |
52 'dom/Attr.idl', | 53 'dom/Attr.idl', |
53 'dom/CDATASection.idl', | 54 'dom/CDATASection.idl', |
54 'dom/CharacterData.idl', | 55 'dom/CharacterData.idl', |
55 'dom/ClientRect.idl', | 56 'dom/ClientRect.idl', |
56 'dom/ClientRectList.idl', | 57 'dom/ClientRectList.idl', |
(...skipping 1197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1254 'css/StyleSheetList.h', | 1255 'css/StyleSheetList.h', |
1255 'css/cssom/KeywordValue.cpp', | 1256 'css/cssom/KeywordValue.cpp', |
1256 'css/cssom/KeywordValue.h', | 1257 'css/cssom/KeywordValue.h', |
1257 'css/cssom/LengthValue.cpp', | 1258 'css/cssom/LengthValue.cpp', |
1258 'css/cssom/LengthValue.h', | 1259 'css/cssom/LengthValue.h', |
1259 'css/cssom/NumberValue.h', | 1260 'css/cssom/NumberValue.h', |
1260 'css/cssom/ScaleTransformComponent.cpp', | 1261 'css/cssom/ScaleTransformComponent.cpp', |
1261 'css/cssom/ScaleTransformComponent.h', | 1262 'css/cssom/ScaleTransformComponent.h', |
1262 'css/cssom/SimpleLength.cpp', | 1263 'css/cssom/SimpleLength.cpp', |
1263 'css/cssom/SimpleLength.h', | 1264 'css/cssom/SimpleLength.h', |
| 1265 'css/cssom/StylePropertyMap.cpp', |
| 1266 'css/cssom/StylePropertyMap.h', |
1264 'css/cssom/StyleValue.cpp', | 1267 'css/cssom/StyleValue.cpp', |
1265 'css/cssom/StyleValue.h', | 1268 'css/cssom/StyleValue.h', |
1266 'css/cssom/TransformComponent.h', | 1269 'css/cssom/TransformComponent.h', |
1267 'css/cssom/TransformValue.cpp', | 1270 'css/cssom/TransformValue.cpp', |
1268 'css/cssom/TransformValue.h', | 1271 'css/cssom/TransformValue.h', |
1269 'css/invalidation/InvalidationSet.cpp', | 1272 'css/invalidation/InvalidationSet.cpp', |
1270 'css/invalidation/InvalidationSet.h', | 1273 'css/invalidation/InvalidationSet.h', |
1271 'css/invalidation/InvalidationData.cpp', | 1274 'css/invalidation/InvalidationData.cpp', |
1272 'css/invalidation/InvalidationData.h', | 1275 'css/invalidation/InvalidationData.h', |
1273 'css/invalidation/PendingInvalidations.h', | 1276 'css/invalidation/PendingInvalidations.h', |
(...skipping 2736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4010 'style/SVGComputedStyleTest.cpp', | 4013 'style/SVGComputedStyleTest.cpp', |
4011 'svg/SVGPathParserTest.cpp', | 4014 'svg/SVGPathParserTest.cpp', |
4012 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4015 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4013 'testing/PrivateScriptTestTest.cpp', | 4016 'testing/PrivateScriptTestTest.cpp', |
4014 'timing/MemoryInfoTest.cpp', | 4017 'timing/MemoryInfoTest.cpp', |
4015 'workers/WorkerThreadTest.cpp', | 4018 'workers/WorkerThreadTest.cpp', |
4016 'xml/parser/SharedBufferReaderTest.cpp', | 4019 'xml/parser/SharedBufferReaderTest.cpp', |
4017 ], | 4020 ], |
4018 } | 4021 } |
4019 } | 4022 } |
OLD | NEW |