| 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 'svg/SVGTextContentElement.idl', | 359 'svg/SVGTextContentElement.idl', |
| 360 'svg/SVGTextElement.idl', | 360 'svg/SVGTextElement.idl', |
| 361 'svg/SVGTextPathElement.idl', | 361 'svg/SVGTextPathElement.idl', |
| 362 'svg/SVGTextPositioningElement.idl', | 362 'svg/SVGTextPositioningElement.idl', |
| 363 'svg/SVGTitleElement.idl', | 363 'svg/SVGTitleElement.idl', |
| 364 'svg/SVGTransform.idl', | 364 'svg/SVGTransform.idl', |
| 365 'svg/SVGTransformList.idl', | 365 'svg/SVGTransformList.idl', |
| 366 'svg/SVGUnitTypes.idl', | 366 'svg/SVGUnitTypes.idl', |
| 367 'svg/SVGUseElement.idl', | 367 'svg/SVGUseElement.idl', |
| 368 'svg/SVGViewElement.idl', | 368 'svg/SVGViewElement.idl', |
| 369 'svg/SVGViewSpec.idl', | |
| 370 'timing/MemoryInfo.idl', | 369 'timing/MemoryInfo.idl', |
| 371 'timing/Performance.idl', | 370 'timing/Performance.idl', |
| 372 'timing/PerformanceCompositeTiming.idl', | 371 'timing/PerformanceCompositeTiming.idl', |
| 373 'timing/PerformanceEntry.idl', | 372 'timing/PerformanceEntry.idl', |
| 374 'timing/PerformanceMark.idl', | 373 'timing/PerformanceMark.idl', |
| 375 'timing/PerformanceMeasure.idl', | 374 'timing/PerformanceMeasure.idl', |
| 376 'timing/PerformanceNavigation.idl', | 375 'timing/PerformanceNavigation.idl', |
| 377 'timing/PerformanceObserver.idl', | 376 'timing/PerformanceObserver.idl', |
| 378 'timing/PerformanceObserverEntryList.idl', | 377 'timing/PerformanceObserverEntryList.idl', |
| 379 'timing/PerformanceRenderTiming.idl', | 378 'timing/PerformanceRenderTiming.idl', |
| (...skipping 3830 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4210 'testing/PrivateScriptTestTest.cpp', | 4209 'testing/PrivateScriptTestTest.cpp', |
| 4211 'timing/MemoryInfoTest.cpp', | 4210 'timing/MemoryInfoTest.cpp', |
| 4212 'timing/PerformanceBaseTest.cpp', | 4211 'timing/PerformanceBaseTest.cpp', |
| 4213 'timing/PerformanceObserverTest.cpp', | 4212 'timing/PerformanceObserverTest.cpp', |
| 4214 'workers/WorkerThreadTest.cpp', | 4213 'workers/WorkerThreadTest.cpp', |
| 4215 'workers/WorkerThreadTestHelper.h', | 4214 'workers/WorkerThreadTestHelper.h', |
| 4216 'xml/parser/SharedBufferReaderTest.cpp', | 4215 'xml/parser/SharedBufferReaderTest.cpp', |
| 4217 ], | 4216 ], |
| 4218 } | 4217 } |
| 4219 } | 4218 } |
| OLD | NEW |