| 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/Animation.idl', | 8 'animation/Animation.idl', |
| 9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
| 10 'animation/AnimationPlayer.idl', | 10 'animation/AnimationPlayer.idl', |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 'css/WebKitCSSTransformValue.idl', | 51 'css/WebKitCSSTransformValue.idl', |
| 52 'dom/Attr.idl', | 52 'dom/Attr.idl', |
| 53 'dom/CDATASection.idl', | 53 'dom/CDATASection.idl', |
| 54 'dom/CharacterData.idl', | 54 'dom/CharacterData.idl', |
| 55 'dom/ClientRect.idl', | 55 'dom/ClientRect.idl', |
| 56 'dom/ClientRectList.idl', | 56 'dom/ClientRectList.idl', |
| 57 'dom/Comment.idl', | 57 'dom/Comment.idl', |
| 58 'dom/DOMError.idl', | 58 'dom/DOMError.idl', |
| 59 'dom/DOMException.idl', | 59 'dom/DOMException.idl', |
| 60 'dom/DOMImplementation.idl', | 60 'dom/DOMImplementation.idl', |
| 61 'dom/DOMPoint.idl', |
| 62 'dom/DOMPointReadOnly.idl', |
| 61 'dom/DOMSettableTokenList.idl', | 63 'dom/DOMSettableTokenList.idl', |
| 62 'dom/DOMStringList.idl', | 64 'dom/DOMStringList.idl', |
| 63 'dom/DOMStringMap.idl', | 65 'dom/DOMStringMap.idl', |
| 64 'dom/DOMTokenList.idl', | 66 'dom/DOMTokenList.idl', |
| 65 'dom/Document.idl', | 67 'dom/Document.idl', |
| 66 'dom/DocumentFragment.idl', | 68 'dom/DocumentFragment.idl', |
| 67 'dom/DocumentType.idl', | 69 'dom/DocumentType.idl', |
| 68 'dom/Element.idl', | 70 'dom/Element.idl', |
| 69 'dom/MessageChannel.idl', | 71 'dom/MessageChannel.idl', |
| 70 'dom/MessagePort.idl', | 72 'dom/MessagePort.idl', |
| (...skipping 1862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1933 'dom/ContextLifecycleNotifier.cpp', | 1935 'dom/ContextLifecycleNotifier.cpp', |
| 1934 'dom/ContextLifecycleNotifier.h', | 1936 'dom/ContextLifecycleNotifier.h', |
| 1935 'dom/ContextLifecycleObserver.cpp', | 1937 'dom/ContextLifecycleObserver.cpp', |
| 1936 'dom/ContextLifecycleObserver.h', | 1938 'dom/ContextLifecycleObserver.h', |
| 1937 'dom/CrossThreadTask.h', | 1939 'dom/CrossThreadTask.h', |
| 1938 'dom/DOMError.cpp', | 1940 'dom/DOMError.cpp', |
| 1939 'dom/DOMError.h', | 1941 'dom/DOMError.h', |
| 1940 'dom/DOMException.cpp', | 1942 'dom/DOMException.cpp', |
| 1941 'dom/DOMException.h', | 1943 'dom/DOMException.h', |
| 1942 'dom/DOMImplementation.cpp', | 1944 'dom/DOMImplementation.cpp', |
| 1945 'dom/DOMPoint.h', |
| 1946 'dom/DOMPointReadOnly.h', |
| 1943 'dom/DOMSettableTokenList.cpp', | 1947 'dom/DOMSettableTokenList.cpp', |
| 1944 'dom/DOMSettableTokenList.h', | 1948 'dom/DOMSettableTokenList.h', |
| 1945 'dom/DOMStringList.cpp', | 1949 'dom/DOMStringList.cpp', |
| 1946 'dom/DOMStringList.h', | 1950 'dom/DOMStringList.h', |
| 1947 'dom/DOMStringMap.cpp', | 1951 'dom/DOMStringMap.cpp', |
| 1948 'dom/DOMStringMap.h', | 1952 'dom/DOMStringMap.h', |
| 1949 'dom/DOMTokenList.cpp', | 1953 'dom/DOMTokenList.cpp', |
| 1950 'dom/DOMTokenList.h', | 1954 'dom/DOMTokenList.h', |
| 1951 'dom/DOMURL.cpp', | 1955 'dom/DOMURL.cpp', |
| 1952 'dom/DOMURL.h', | 1956 'dom/DOMURL.h', |
| (...skipping 1468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3421 'rendering/RenderOverflowTest.cpp', | 3425 'rendering/RenderOverflowTest.cpp', |
| 3422 'rendering/RenderTableCellTest.cpp', | 3426 'rendering/RenderTableCellTest.cpp', |
| 3423 'rendering/RenderTableRowTest.cpp', | 3427 'rendering/RenderTableRowTest.cpp', |
| 3424 'rendering/shapes/BoxShapeTest.cpp', | 3428 'rendering/shapes/BoxShapeTest.cpp', |
| 3425 'testing/UnitTestHelpers.cpp', | 3429 'testing/UnitTestHelpers.cpp', |
| 3426 'testing/UnitTestHelpers.h', | 3430 'testing/UnitTestHelpers.h', |
| 3427 'xml/parser/SharedBufferReaderTest.cpp', | 3431 'xml/parser/SharedBufferReaderTest.cpp', |
| 3428 ], | 3432 ], |
| 3429 } | 3433 } |
| 3430 } | 3434 } |
| OLD | NEW |