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 1115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1126 'css/FontFaceCache.h', | 1126 'css/FontFaceCache.h', |
1127 'css/FontFaceSet.cpp', | 1127 'css/FontFaceSet.cpp', |
1128 'css/FontFaceSet.h', | 1128 'css/FontFaceSet.h', |
1129 'css/FontFaceSetForEachCallback.h', | 1129 'css/FontFaceSetForEachCallback.h', |
1130 'css/FontFaceSetLoadEvent.cpp', | 1130 'css/FontFaceSetLoadEvent.cpp', |
1131 'css/FontFaceSetLoadEvent.h', | 1131 'css/FontFaceSetLoadEvent.h', |
1132 'css/FontLoader.cpp', | 1132 'css/FontLoader.cpp', |
1133 'css/FontLoader.h', | 1133 'css/FontLoader.h', |
1134 'css/FontSize.cpp', | 1134 'css/FontSize.cpp', |
1135 'css/FontSize.h', | 1135 'css/FontSize.h', |
1136 'css/FontStyleMatcher.cpp', | |
1137 'css/FontStyleMatcher.h' | |
brucedawson
2015/08/24 17:23:32
There is a missing comma at the end of this line.
| |
1136 'css/HashTools.h', | 1138 'css/HashTools.h', |
1137 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp', | 1139 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp', |
1138 'css/KeyframeStyleRuleCSSStyleDeclaration.h', | 1140 'css/KeyframeStyleRuleCSSStyleDeclaration.h', |
1139 'css/ComputedStyleCSSValueMapping.h', | 1141 'css/ComputedStyleCSSValueMapping.h', |
1140 'css/ComputedStyleCSSValueMapping.cpp', | 1142 'css/ComputedStyleCSSValueMapping.cpp', |
1141 'css/LocalFontFaceSource.cpp', | 1143 'css/LocalFontFaceSource.cpp', |
1142 'css/LocalFontFaceSource.h', | 1144 'css/LocalFontFaceSource.h', |
1143 'css/MediaList.cpp', | 1145 'css/MediaList.cpp', |
1144 'css/MediaList.h', | 1146 'css/MediaList.h', |
1145 'css/MediaQuery.cpp', | 1147 'css/MediaQuery.cpp', |
(...skipping 2702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3848 'style/OutlineValueTest.cpp', | 3850 'style/OutlineValueTest.cpp', |
3849 'style/SVGComputedStyleTest.cpp', | 3851 'style/SVGComputedStyleTest.cpp', |
3850 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3852 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3851 'testing/PrivateScriptTestTest.cpp', | 3853 'testing/PrivateScriptTestTest.cpp', |
3852 'timing/MemoryInfoTest.cpp', | 3854 'timing/MemoryInfoTest.cpp', |
3853 'workers/WorkerThreadTest.cpp', | 3855 'workers/WorkerThreadTest.cpp', |
3854 'xml/parser/SharedBufferReaderTest.cpp', | 3856 'xml/parser/SharedBufferReaderTest.cpp', |
3855 ], | 3857 ], |
3856 } | 3858 } |
3857 } | 3859 } |
OLD | NEW |