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 1118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1129 'css/FontFaceSet.cpp', | 1129 'css/FontFaceSet.cpp', |
1130 'css/FontFaceSet.h', | 1130 'css/FontFaceSet.h', |
1131 'css/FontFaceSetForEachCallback.h', | 1131 'css/FontFaceSetForEachCallback.h', |
1132 'css/FontFaceSetLoadEvent.cpp', | 1132 'css/FontFaceSetLoadEvent.cpp', |
1133 'css/FontFaceSetLoadEvent.h', | 1133 'css/FontFaceSetLoadEvent.h', |
1134 'css/FontLoader.cpp', | 1134 'css/FontLoader.cpp', |
1135 'css/FontLoader.h', | 1135 'css/FontLoader.h', |
1136 'css/FontSize.cpp', | 1136 'css/FontSize.cpp', |
1137 'css/FontSize.h', | 1137 'css/FontSize.h', |
1138 'css/FontStyleMatcher.cpp', | 1138 'css/FontStyleMatcher.cpp', |
1139 'css/FontStyleMatcher.h' | 1139 'css/FontStyleMatcher.h', |
1140 'css/HashTools.h', | 1140 'css/HashTools.h', |
1141 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp', | 1141 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp', |
1142 'css/KeyframeStyleRuleCSSStyleDeclaration.h', | 1142 'css/KeyframeStyleRuleCSSStyleDeclaration.h', |
1143 'css/ComputedStyleCSSValueMapping.h', | 1143 'css/ComputedStyleCSSValueMapping.h', |
1144 'css/ComputedStyleCSSValueMapping.cpp', | 1144 'css/ComputedStyleCSSValueMapping.cpp', |
1145 'css/LocalFontFaceSource.cpp', | 1145 'css/LocalFontFaceSource.cpp', |
1146 'css/LocalFontFaceSource.h', | 1146 'css/LocalFontFaceSource.h', |
1147 'css/MediaList.cpp', | 1147 'css/MediaList.cpp', |
1148 'css/MediaList.h', | 1148 'css/MediaList.h', |
1149 'css/MediaQuery.cpp', | 1149 'css/MediaQuery.cpp', |
(...skipping 2706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3856 'style/OutlineValueTest.cpp', | 3856 'style/OutlineValueTest.cpp', |
3857 'style/SVGComputedStyleTest.cpp', | 3857 'style/SVGComputedStyleTest.cpp', |
3858 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3858 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3859 'testing/PrivateScriptTestTest.cpp', | 3859 'testing/PrivateScriptTestTest.cpp', |
3860 'timing/MemoryInfoTest.cpp', | 3860 'timing/MemoryInfoTest.cpp', |
3861 'workers/WorkerThreadTest.cpp', | 3861 'workers/WorkerThreadTest.cpp', |
3862 'xml/parser/SharedBufferReaderTest.cpp', | 3862 'xml/parser/SharedBufferReaderTest.cpp', |
3863 ], | 3863 ], |
3864 } | 3864 } |
3865 } | 3865 } |
OLD | NEW |