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 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1055 'css/CSSImportRule.cpp', | 1055 'css/CSSImportRule.cpp', |
1056 'css/CSSImportRule.h', | 1056 'css/CSSImportRule.h', |
1057 'css/CSSInheritedValue.cpp', | 1057 'css/CSSInheritedValue.cpp', |
1058 'css/CSSInheritedValue.h', | 1058 'css/CSSInheritedValue.h', |
1059 'css/CSSInitialValue.cpp', | 1059 'css/CSSInitialValue.cpp', |
1060 'css/CSSInitialValue.h', | 1060 'css/CSSInitialValue.h', |
1061 'css/CSSKeyframeRule.cpp', | 1061 'css/CSSKeyframeRule.cpp', |
1062 'css/CSSKeyframeRule.h', | 1062 'css/CSSKeyframeRule.h', |
1063 'css/CSSKeyframesRule.cpp', | 1063 'css/CSSKeyframesRule.cpp', |
1064 'css/CSSKeyframesRule.h', | 1064 'css/CSSKeyframesRule.h', |
1065 'css/CSSLineBoxContainValue.cpp', | |
1066 'css/CSSMarkup.cpp', | 1065 'css/CSSMarkup.cpp', |
1067 'css/CSSMarkup.h', | 1066 'css/CSSMarkup.h', |
1068 'css/CSSMatrix.cpp', | 1067 'css/CSSMatrix.cpp', |
1069 'css/CSSMatrix.h', | 1068 'css/CSSMatrix.h', |
1070 'css/CSSMediaRule.cpp', | 1069 'css/CSSMediaRule.cpp', |
1071 'css/CSSMediaRule.h', | 1070 'css/CSSMediaRule.h', |
1072 'css/CSSPageRule.cpp', | 1071 'css/CSSPageRule.cpp', |
1073 'css/CSSPageRule.h', | 1072 'css/CSSPageRule.h', |
1074 'css/CSSPathValue.cpp', | 1073 'css/CSSPathValue.cpp', |
1075 'css/CSSPathValue.h', | 1074 'css/CSSPathValue.h', |
(...skipping 2771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3847 'style/OutlineValueTest.cpp', | 3846 'style/OutlineValueTest.cpp', |
3848 'style/SVGComputedStyleTest.cpp', | 3847 'style/SVGComputedStyleTest.cpp', |
3849 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3848 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3850 'testing/PrivateScriptTestTest.cpp', | 3849 'testing/PrivateScriptTestTest.cpp', |
3851 'timing/MemoryInfoTest.cpp', | 3850 'timing/MemoryInfoTest.cpp', |
3852 'workers/WorkerThreadTest.cpp', | 3851 'workers/WorkerThreadTest.cpp', |
3853 'xml/parser/SharedBufferReaderTest.cpp', | 3852 'xml/parser/SharedBufferReaderTest.cpp', |
3854 ], | 3853 ], |
3855 } | 3854 } |
3856 } | 3855 } |
OLD | NEW |