| 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', | |
| 10 'animation/AnimationEffectReadOnly.idl', | 9 'animation/AnimationEffectReadOnly.idl', |
| 11 'animation/AnimationEffectTiming.idl', | 10 'animation/AnimationEffectTiming.idl', |
| 12 'animation/Animation.idl', | 11 'animation/Animation.idl', |
| 13 'animation/AnimationTimeline.idl', | 12 'animation/AnimationTimeline.idl', |
| 14 'animation/DocumentTimeline.idl', | 13 'animation/DocumentTimeline.idl', |
| 15 'clipboard/DataTransfer.idl', | 14 'clipboard/DataTransfer.idl', |
| 16 'clipboard/DataTransferItemList.idl', | 15 'clipboard/DataTransferItemList.idl', |
| 17 'css/CSS.idl', | 16 'css/CSS.idl', |
| 18 'css/CSSFontFaceRule.idl', | 17 'css/CSSFontFaceRule.idl', |
| 19 'css/CSSGroupingRule.idl', | 18 'css/CSSGroupingRule.idl', |
| (...skipping 4235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4255 'testing/PrivateScriptTestTest.cpp', | 4254 'testing/PrivateScriptTestTest.cpp', |
| 4256 'timing/MemoryInfoTest.cpp', | 4255 'timing/MemoryInfoTest.cpp', |
| 4257 'timing/PerformanceBaseTest.cpp', | 4256 'timing/PerformanceBaseTest.cpp', |
| 4258 'timing/PerformanceObserverTest.cpp', | 4257 'timing/PerformanceObserverTest.cpp', |
| 4259 'workers/WorkerThreadTest.cpp', | 4258 'workers/WorkerThreadTest.cpp', |
| 4260 'workers/WorkerThreadTestHelper.h', | 4259 'workers/WorkerThreadTestHelper.h', |
| 4261 'xml/parser/SharedBufferReaderTest.cpp', | 4260 'xml/parser/SharedBufferReaderTest.cpp', |
| 4262 ], | 4261 ], |
| 4263 } | 4262 } |
| 4264 } | 4263 } |
| OLD | NEW |