| 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 1193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1204 'css/CSSPropertyEquality.cpp', | 1204 'css/CSSPropertyEquality.cpp', |
| 1205 'css/CSSPropertyEquality.h', | 1205 'css/CSSPropertyEquality.h', |
| 1206 'css/CSSPropertySourceData.cpp', | 1206 'css/CSSPropertySourceData.cpp', |
| 1207 'css/CSSQuadValue.cpp', | 1207 'css/CSSQuadValue.cpp', |
| 1208 'css/CSSQuadValue.h', | 1208 'css/CSSQuadValue.h', |
| 1209 'css/CSSReflectValue.cpp', | 1209 'css/CSSReflectValue.cpp', |
| 1210 'css/CSSRule.cpp', | 1210 'css/CSSRule.cpp', |
| 1211 'css/CSSRule.h', | 1211 'css/CSSRule.h', |
| 1212 'css/CSSRuleList.cpp', | 1212 'css/CSSRuleList.cpp', |
| 1213 'css/CSSRuleList.h', | 1213 'css/CSSRuleList.h', |
| 1214 'css/CSSSVGDocumentValue.cpp', | |
| 1215 'css/CSSSVGDocumentValue.h', | |
| 1216 'css/CSSSegmentedFontFace.cpp', | 1214 'css/CSSSegmentedFontFace.cpp', |
| 1217 'css/CSSSegmentedFontFace.h', | 1215 'css/CSSSegmentedFontFace.h', |
| 1218 'css/CSSSelector.cpp', | 1216 'css/CSSSelector.cpp', |
| 1219 'css/CSSSelectorList.cpp', | 1217 'css/CSSSelectorList.cpp', |
| 1220 'css/CSSSelectorList.h', | 1218 'css/CSSSelectorList.h', |
| 1221 'css/CSSShadowValue.cpp', | 1219 'css/CSSShadowValue.cpp', |
| 1222 'css/CSSShadowValue.h', | 1220 'css/CSSShadowValue.h', |
| 1223 'css/CSSStringValue.cpp', | 1221 'css/CSSStringValue.cpp', |
| 1224 'css/CSSStringValue.h', | 1222 'css/CSSStringValue.h', |
| 1225 'css/CSSStyleDeclaration.cpp', | 1223 'css/CSSStyleDeclaration.cpp', |
| (...skipping 2993 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4219 'testing/PrivateScriptTestTest.cpp', | 4217 'testing/PrivateScriptTestTest.cpp', |
| 4220 'timing/MemoryInfoTest.cpp', | 4218 'timing/MemoryInfoTest.cpp', |
| 4221 'timing/PerformanceBaseTest.cpp', | 4219 'timing/PerformanceBaseTest.cpp', |
| 4222 'timing/PerformanceObserverTest.cpp', | 4220 'timing/PerformanceObserverTest.cpp', |
| 4223 'workers/WorkerThreadTest.cpp', | 4221 'workers/WorkerThreadTest.cpp', |
| 4224 'workers/WorkerThreadTestHelper.h', | 4222 'workers/WorkerThreadTestHelper.h', |
| 4225 'xml/parser/SharedBufferReaderTest.cpp', | 4223 'xml/parser/SharedBufferReaderTest.cpp', |
| 4226 ], | 4224 ], |
| 4227 } | 4225 } |
| 4228 } | 4226 } |
| OLD | NEW |