| 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 1182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1193 'css/CSSPaintImageGenerator.h', | 1193 'css/CSSPaintImageGenerator.h', |
| 1194 'css/CSSPaintValue.cpp', | 1194 'css/CSSPaintValue.cpp', |
| 1195 'css/CSSPaintValue.h', | 1195 'css/CSSPaintValue.h', |
| 1196 'css/CSSPageRule.cpp', | 1196 'css/CSSPageRule.cpp', |
| 1197 'css/CSSPageRule.h', | 1197 'css/CSSPageRule.h', |
| 1198 'css/CSSPathValue.cpp', | 1198 'css/CSSPathValue.cpp', |
| 1199 'css/CSSPathValue.h', | 1199 'css/CSSPathValue.h', |
| 1200 'css/CSSPrimitiveValue.cpp', | 1200 'css/CSSPrimitiveValue.cpp', |
| 1201 'css/CSSPrimitiveValue.h', | 1201 'css/CSSPrimitiveValue.h', |
| 1202 'css/CSSPrimitiveValueMappings.h', | 1202 'css/CSSPrimitiveValueMappings.h', |
| 1203 'css/CSSPrimitiveValueUnitTrie.h', | |
| 1204 'css/CSSProperty.cpp', | 1203 'css/CSSProperty.cpp', |
| 1205 'css/CSSPropertyEquality.cpp', | 1204 'css/CSSPropertyEquality.cpp', |
| 1206 'css/CSSPropertyEquality.h', | 1205 'css/CSSPropertyEquality.h', |
| 1207 'css/CSSPropertySourceData.cpp', | 1206 'css/CSSPropertySourceData.cpp', |
| 1208 'css/CSSQuadValue.cpp', | 1207 'css/CSSQuadValue.cpp', |
| 1209 'css/CSSQuadValue.h', | 1208 'css/CSSQuadValue.h', |
| 1210 'css/CSSReflectValue.cpp', | 1209 'css/CSSReflectValue.cpp', |
| 1211 'css/CSSRule.cpp', | 1210 'css/CSSRule.cpp', |
| 1212 'css/CSSRule.h', | 1211 'css/CSSRule.h', |
| 1213 'css/CSSRuleList.cpp', | 1212 'css/CSSRuleList.cpp', |
| (...skipping 2961 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4175 'testing/PrivateScriptTestTest.cpp', | 4174 'testing/PrivateScriptTestTest.cpp', |
| 4176 'timing/MemoryInfoTest.cpp', | 4175 'timing/MemoryInfoTest.cpp', |
| 4177 'timing/PerformanceBaseTest.cpp', | 4176 'timing/PerformanceBaseTest.cpp', |
| 4178 'timing/PerformanceObserverTest.cpp', | 4177 'timing/PerformanceObserverTest.cpp', |
| 4179 'workers/WorkerThreadTest.cpp', | 4178 'workers/WorkerThreadTest.cpp', |
| 4180 'workers/WorkerThreadTestHelper.h', | 4179 'workers/WorkerThreadTestHelper.h', |
| 4181 'xml/parser/SharedBufferReaderTest.cpp', | 4180 'xml/parser/SharedBufferReaderTest.cpp', |
| 4182 ], | 4181 ], |
| 4183 } | 4182 } |
| 4184 } | 4183 } |
| OLD | NEW |