| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 'dom/Range.idl', | 89 'dom/Range.idl', |
| 90 'dom/SharedArrayBuffer.idl', | 90 'dom/SharedArrayBuffer.idl', |
| 91 'dom/StringCallback.idl', | 91 'dom/StringCallback.idl', |
| 92 'dom/Text.idl', | 92 'dom/Text.idl', |
| 93 'dom/TouchList.idl', | 93 'dom/TouchList.idl', |
| 94 'dom/TreeWalker.idl', | 94 'dom/TreeWalker.idl', |
| 95 'dom/Uint16Array.idl', | 95 'dom/Uint16Array.idl', |
| 96 'dom/Uint32Array.idl', | 96 'dom/Uint32Array.idl', |
| 97 'dom/Uint8Array.idl', | 97 'dom/Uint8Array.idl', |
| 98 'dom/Uint8ClampedArray.idl', | 98 'dom/Uint8ClampedArray.idl', |
| 99 'dom/URLSearchParams.idl', |
| 99 'dom/XMLDocument.idl', | 100 'dom/XMLDocument.idl', |
| 100 'dom/shadow/ShadowRoot.idl', | 101 'dom/shadow/ShadowRoot.idl', |
| 101 'editing/Selection.idl', | 102 'editing/Selection.idl', |
| 102 'events/AnimationEvent.idl', | 103 'events/AnimationEvent.idl', |
| 103 'events/AnimationPlayerEvent.idl', | 104 'events/AnimationPlayerEvent.idl', |
| 104 'events/ApplicationCacheErrorEvent.idl', | 105 'events/ApplicationCacheErrorEvent.idl', |
| 105 'events/AutocompleteErrorEvent.idl', | 106 'events/AutocompleteErrorEvent.idl', |
| 106 'events/BeforeUnloadEvent.idl', | 107 'events/BeforeUnloadEvent.idl', |
| 107 'events/ClipboardEvent.idl', | 108 'events/ClipboardEvent.idl', |
| 108 'events/CompositionEvent.idl', | 109 'events/CompositionEvent.idl', |
| (...skipping 2385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2494 'dom/TransformSourceLibxslt.cpp', | 2495 'dom/TransformSourceLibxslt.cpp', |
| 2495 'dom/TreeScope.cpp', | 2496 'dom/TreeScope.cpp', |
| 2496 'dom/TreeScope.h', | 2497 'dom/TreeScope.h', |
| 2497 'dom/TreeScopeAdopter.cpp', | 2498 'dom/TreeScopeAdopter.cpp', |
| 2498 'dom/TreeScopeAdopter.h', | 2499 'dom/TreeScopeAdopter.h', |
| 2499 'dom/TreeScopeStyleSheetCollection.cpp', | 2500 'dom/TreeScopeStyleSheetCollection.cpp', |
| 2500 'dom/TreeScopeStyleSheetCollection.h', | 2501 'dom/TreeScopeStyleSheetCollection.h', |
| 2501 'dom/TreeShared.h', | 2502 'dom/TreeShared.h', |
| 2502 'dom/TreeWalker.cpp', | 2503 'dom/TreeWalker.cpp', |
| 2503 'dom/TreeWalker.h', | 2504 'dom/TreeWalker.h', |
| 2505 'dom/URLSearchParams.cpp', |
| 2506 'dom/URLSearchParams.h', |
| 2504 'dom/UserActionElementSet.cpp', | 2507 'dom/UserActionElementSet.cpp', |
| 2505 'dom/UserActionElementSet.h', | 2508 'dom/UserActionElementSet.h', |
| 2506 'dom/ViewportDescription.cpp', | 2509 'dom/ViewportDescription.cpp', |
| 2507 'dom/ViewportDescription.h', | 2510 'dom/ViewportDescription.h', |
| 2508 'dom/VisitedLinkState.cpp', | 2511 'dom/VisitedLinkState.cpp', |
| 2509 'dom/VisitedLinkState.h', | 2512 'dom/VisitedLinkState.h', |
| 2510 'dom/WeakIdentifierMap.h', | 2513 'dom/WeakIdentifierMap.h', |
| 2511 'dom/XMLDocument.cpp', | 2514 'dom/XMLDocument.cpp', |
| 2512 'dom/XMLDocument.h', | 2515 'dom/XMLDocument.h', |
| 2513 'dom/custom/CustomElement.cpp', | 2516 'dom/custom/CustomElement.cpp', |
| (...skipping 1404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3918 'style/SVGComputedStyleTest.cpp', | 3921 'style/SVGComputedStyleTest.cpp', |
| 3919 'svg/SVGPathParserTest.cpp', | 3922 'svg/SVGPathParserTest.cpp', |
| 3920 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3923 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3921 'testing/PrivateScriptTestTest.cpp', | 3924 'testing/PrivateScriptTestTest.cpp', |
| 3922 'timing/MemoryInfoTest.cpp', | 3925 'timing/MemoryInfoTest.cpp', |
| 3923 'workers/WorkerThreadTest.cpp', | 3926 'workers/WorkerThreadTest.cpp', |
| 3924 'xml/parser/SharedBufferReaderTest.cpp', | 3927 'xml/parser/SharedBufferReaderTest.cpp', |
| 3925 ], | 3928 ], |
| 3926 } | 3929 } |
| 3927 } | 3930 } |
| OLD | NEW |