| 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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 278 'html/track/TextTrackCueList.idl', | 278 'html/track/TextTrackCueList.idl', |
| 279 'html/track/TextTrackList.idl', | 279 'html/track/TextTrackList.idl', |
| 280 'html/track/TrackEvent.idl', | 280 'html/track/TrackEvent.idl', |
| 281 'html/track/VideoTrack.idl', | 281 'html/track/VideoTrack.idl', |
| 282 'html/track/VideoTrackList.idl', | 282 'html/track/VideoTrackList.idl', |
| 283 'html/track/vtt/VTTCue.idl', | 283 'html/track/vtt/VTTCue.idl', |
| 284 'html/track/vtt/VTTRegion.idl', | 284 'html/track/vtt/VTTRegion.idl', |
| 285 'html/track/vtt/VTTRegionList.idl', | 285 'html/track/vtt/VTTRegionList.idl', |
| 286 'inspector/InjectedScriptHost.idl', | 286 'inspector/InjectedScriptHost.idl', |
| 287 'inspector/InspectorOverlayHost.idl', | 287 'inspector/InspectorOverlayHost.idl', |
| 288 'inspector/JavaScriptCallFrame.idl', | |
| 289 'loader/appcache/ApplicationCache.idl', | 288 'loader/appcache/ApplicationCache.idl', |
| 290 'page/EventSource.idl', | 289 'page/EventSource.idl', |
| 291 'page/PagePopupController.idl', | 290 'page/PagePopupController.idl', |
| 292 'page/scrolling/ScrollState.idl', | 291 'page/scrolling/ScrollState.idl', |
| 293 'streams/ReadableByteStream.idl', | 292 'streams/ReadableByteStream.idl', |
| 294 'streams/ReadableByteStreamReader.idl', | 293 'streams/ReadableByteStreamReader.idl', |
| 295 'streams/ReadableStream.idl', | 294 'streams/ReadableStream.idl', |
| 296 'streams/ReadableStreamReader.idl', | 295 'streams/ReadableStreamReader.idl', |
| 297 'streams/Stream.idl', | 296 'streams/Stream.idl', |
| 298 'svg/SVGAElement.idl', | 297 'svg/SVGAElement.idl', |
| (...skipping 3622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3921 'style/ComputedStyleTest.cpp', | 3920 'style/ComputedStyleTest.cpp', |
| 3922 'style/OutlineValueTest.cpp', | 3921 'style/OutlineValueTest.cpp', |
| 3923 'style/SVGComputedStyleTest.cpp', | 3922 'style/SVGComputedStyleTest.cpp', |
| 3924 'testing/PrivateScriptTestTest.cpp', | 3923 'testing/PrivateScriptTestTest.cpp', |
| 3925 'timing/MemoryInfoTest.cpp', | 3924 'timing/MemoryInfoTest.cpp', |
| 3926 'workers/WorkerThreadTest.cpp', | 3925 'workers/WorkerThreadTest.cpp', |
| 3927 'xml/parser/SharedBufferReaderTest.cpp', | 3926 'xml/parser/SharedBufferReaderTest.cpp', |
| 3928 ], | 3927 ], |
| 3929 } | 3928 } |
| 3930 } | 3929 } |
| OLD | NEW |