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 1111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1122 'css/FontFaceCache.h', | 1122 'css/FontFaceCache.h', |
1123 'css/FontFaceSet.cpp', | 1123 'css/FontFaceSet.cpp', |
1124 'css/FontFaceSet.h', | 1124 'css/FontFaceSet.h', |
1125 'css/FontFaceSetForEachCallback.h', | 1125 'css/FontFaceSetForEachCallback.h', |
1126 'css/FontFaceSetLoadEvent.cpp', | 1126 'css/FontFaceSetLoadEvent.cpp', |
1127 'css/FontFaceSetLoadEvent.h', | 1127 'css/FontFaceSetLoadEvent.h', |
1128 'css/FontLoader.cpp', | 1128 'css/FontLoader.cpp', |
1129 'css/FontLoader.h', | 1129 'css/FontLoader.h', |
1130 'css/FontSize.cpp', | 1130 'css/FontSize.cpp', |
1131 'css/FontSize.h', | 1131 'css/FontSize.h', |
| 1132 'css/FontStyleMatcher.cpp', |
| 1133 'css/FontStyleMatcher.h' |
1132 'css/HashTools.h', | 1134 'css/HashTools.h', |
1133 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp', | 1135 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp', |
1134 'css/KeyframeStyleRuleCSSStyleDeclaration.h', | 1136 'css/KeyframeStyleRuleCSSStyleDeclaration.h', |
1135 'css/ComputedStyleCSSValueMapping.h', | 1137 'css/ComputedStyleCSSValueMapping.h', |
1136 'css/ComputedStyleCSSValueMapping.cpp', | 1138 'css/ComputedStyleCSSValueMapping.cpp', |
1137 'css/LocalFontFaceSource.cpp', | 1139 'css/LocalFontFaceSource.cpp', |
1138 'css/LocalFontFaceSource.h', | 1140 'css/LocalFontFaceSource.h', |
1139 'css/MediaList.cpp', | 1141 'css/MediaList.cpp', |
1140 'css/MediaList.h', | 1142 'css/MediaList.h', |
1141 'css/MediaQuery.cpp', | 1143 'css/MediaQuery.cpp', |
(...skipping 2674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3816 'style/OutlineValueTest.cpp', | 3818 'style/OutlineValueTest.cpp', |
3817 'style/SVGComputedStyleTest.cpp', | 3819 'style/SVGComputedStyleTest.cpp', |
3818 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3820 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3819 'testing/PrivateScriptTestTest.cpp', | 3821 'testing/PrivateScriptTestTest.cpp', |
3820 'timing/MemoryInfoTest.cpp', | 3822 'timing/MemoryInfoTest.cpp', |
3821 'workers/WorkerThreadTest.cpp', | 3823 'workers/WorkerThreadTest.cpp', |
3822 'xml/parser/SharedBufferReaderTest.cpp', | 3824 'xml/parser/SharedBufferReaderTest.cpp', |
3823 ], | 3825 ], |
3824 } | 3826 } |
3825 } | 3827 } |
OLD | NEW |