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 24 matching lines...) Expand all Loading... |
35 'css/MediaList.idl', | 35 'css/MediaList.idl', |
36 'css/MediaQueryList.idl', | 36 'css/MediaQueryList.idl', |
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/CalcLength.idl', | 42 'css/cssom/CalcLength.idl', |
43 'css/cssom/KeywordValue.idl', | 43 'css/cssom/KeywordValue.idl', |
44 'css/cssom/LengthValue.idl', | 44 'css/cssom/LengthValue.idl', |
45 'css/cssom/MatrixTransformComponent.idl', | 45 'css/cssom/Matrix.idl', |
46 'css/cssom/NumberValue.idl', | 46 'css/cssom/NumberValue.idl', |
47 'css/cssom/PerspectiveTransformComponent.idl', | 47 'css/cssom/Perspective.idl', |
48 'css/cssom/PositionValue.idl', | 48 'css/cssom/PositionValue.idl', |
49 'css/cssom/RotationTransformComponent.idl', | 49 'css/cssom/Rotation.idl', |
50 'css/cssom/ScaleTransformComponent.idl', | 50 'css/cssom/Scale.idl', |
51 'css/cssom/SimpleLength.idl', | 51 'css/cssom/SimpleLength.idl', |
52 'css/cssom/SkewTransformComponent.idl', | 52 'css/cssom/Skew.idl', |
53 'css/cssom/StylePropertyMap.idl', | 53 'css/cssom/StylePropertyMap.idl', |
54 'css/cssom/StyleValue.idl', | 54 'css/cssom/StyleValue.idl', |
55 'css/cssom/TransformComponent.idl', | 55 'css/cssom/TransformComponent.idl', |
56 'css/cssom/TransformValue.idl', | 56 'css/cssom/TransformValue.idl', |
57 'dom/ArrayBuffer.idl', | 57 'dom/ArrayBuffer.idl', |
58 'dom/ArrayBufferView.idl', | 58 'dom/ArrayBufferView.idl', |
59 'dom/Attr.idl', | 59 'dom/Attr.idl', |
60 'dom/CDATASection.idl', | 60 'dom/CDATASection.idl', |
61 'dom/CharacterData.idl', | 61 'dom/CharacterData.idl', |
62 'dom/ClientRect.idl', | 62 'dom/ClientRect.idl', |
(...skipping 4004 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4067 'style/SVGComputedStyleTest.cpp', | 4067 'style/SVGComputedStyleTest.cpp', |
4068 'svg/SVGPathParserTest.cpp', | 4068 'svg/SVGPathParserTest.cpp', |
4069 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4069 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4070 'testing/PrivateScriptTestTest.cpp', | 4070 'testing/PrivateScriptTestTest.cpp', |
4071 'timing/MemoryInfoTest.cpp', | 4071 'timing/MemoryInfoTest.cpp', |
4072 'workers/WorkerThreadTest.cpp', | 4072 'workers/WorkerThreadTest.cpp', |
4073 'xml/parser/SharedBufferReaderTest.cpp', | 4073 'xml/parser/SharedBufferReaderTest.cpp', |
4074 ], | 4074 ], |
4075 } | 4075 } |
4076 } | 4076 } |
OLD | NEW |