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', |
11 'animation/AnimationEffectTiming.idl', | 11 'animation/AnimationEffectTiming.idl', |
12 'animation/Animation.idl', | 12 'animation/Animation.idl', |
13 'animation/AnimationTimeline.idl', | 13 'animation/AnimationTimeline.idl', |
14 'clipboard/DataTransfer.idl', | 14 'clipboard/DataTransfer.idl', |
15 'clipboard/DataTransferItemList.idl', | 15 'clipboard/DataTransferItemList.idl', |
16 'css/CSS.idl', | 16 'css/CSS.idl', |
17 'css/CSSFontFaceRule.idl', | 17 'css/CSSFontFaceRule.idl', |
| 18 'css/CSSGroupingRule.idl', |
18 'css/CSSImportRule.idl', | 19 'css/CSSImportRule.idl', |
19 'css/CSSKeyframeRule.idl', | 20 'css/CSSKeyframeRule.idl', |
20 'css/CSSKeyframesRule.idl', | 21 'css/CSSKeyframesRule.idl', |
21 'css/CSSMediaRule.idl', | 22 'css/CSSMediaRule.idl', |
22 'css/CSSPageRule.idl', | 23 'css/CSSPageRule.idl', |
23 'css/CSSRule.idl', | 24 'css/CSSRule.idl', |
24 'css/CSSRuleList.idl', | 25 'css/CSSRuleList.idl', |
25 'css/CSSStyleDeclaration.idl', | 26 'css/CSSStyleDeclaration.idl', |
26 'css/CSSStyleRule.idl', | 27 'css/CSSStyleRule.idl', |
27 'css/CSSStyleSheet.idl', | 28 'css/CSSStyleSheet.idl', |
(...skipping 3902 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3930 'style/ComputedStyleTest.cpp', | 3931 'style/ComputedStyleTest.cpp', |
3931 'style/OutlineValueTest.cpp', | 3932 'style/OutlineValueTest.cpp', |
3932 'style/SVGComputedStyleTest.cpp', | 3933 'style/SVGComputedStyleTest.cpp', |
3933 'testing/PrivateScriptTestTest.cpp', | 3934 'testing/PrivateScriptTestTest.cpp', |
3934 'timing/MemoryInfoTest.cpp', | 3935 'timing/MemoryInfoTest.cpp', |
3935 'workers/WorkerThreadTest.cpp', | 3936 'workers/WorkerThreadTest.cpp', |
3936 'xml/parser/SharedBufferReaderTest.cpp', | 3937 'xml/parser/SharedBufferReaderTest.cpp', |
3937 ], | 3938 ], |
3938 } | 3939 } |
3939 } | 3940 } |
OLD | NEW |