| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', | 61 'dom/DOMPoint.idl', |
| 62 'dom/DOMPointReadOnly.idl', | 62 'dom/DOMPointReadOnly.idl', |
| 63 'dom/DOMQuad.idl', |
| 63 'dom/DOMRect.idl', | 64 'dom/DOMRect.idl', |
| 64 'dom/DOMRectReadOnly.idl', | 65 'dom/DOMRectReadOnly.idl', |
| 65 'dom/DOMSettableTokenList.idl', | 66 'dom/DOMSettableTokenList.idl', |
| 66 'dom/DOMStringList.idl', | 67 'dom/DOMStringList.idl', |
| 67 'dom/DOMStringMap.idl', | 68 'dom/DOMStringMap.idl', |
| 68 'dom/DOMTokenList.idl', | 69 'dom/DOMTokenList.idl', |
| 69 'dom/Document.idl', | 70 'dom/Document.idl', |
| 70 'dom/DocumentFragment.idl', | 71 'dom/DocumentFragment.idl', |
| 71 'dom/DocumentType.idl', | 72 'dom/DocumentType.idl', |
| 72 'dom/Element.idl', | 73 'dom/Element.idl', |
| (...skipping 1871 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1944 'dom/CrossThreadTask.h', | 1945 'dom/CrossThreadTask.h', |
| 1945 'dom/DOMError.cpp', | 1946 'dom/DOMError.cpp', |
| 1946 'dom/DOMError.h', | 1947 'dom/DOMError.h', |
| 1947 'dom/DOMException.cpp', | 1948 'dom/DOMException.cpp', |
| 1948 'dom/DOMException.h', | 1949 'dom/DOMException.h', |
| 1949 'dom/DOMImplementation.cpp', | 1950 'dom/DOMImplementation.cpp', |
| 1950 'dom/DOMPoint.cpp', | 1951 'dom/DOMPoint.cpp', |
| 1951 'dom/DOMPoint.h', | 1952 'dom/DOMPoint.h', |
| 1952 'dom/DOMPointReadOnly.cpp', | 1953 'dom/DOMPointReadOnly.cpp', |
| 1953 'dom/DOMPointReadOnly.h', | 1954 'dom/DOMPointReadOnly.h', |
| 1955 'dom/DOMQuad.cpp', |
| 1956 'dom/DOMQuad.h', |
| 1954 'dom/DOMRect.cpp', | 1957 'dom/DOMRect.cpp', |
| 1955 'dom/DOMRect.h', | 1958 'dom/DOMRect.h', |
| 1956 'dom/DOMRectReadOnly.cpp', | 1959 'dom/DOMRectReadOnly.cpp', |
| 1957 'dom/DOMRectReadOnly.h', | 1960 'dom/DOMRectReadOnly.h', |
| 1958 'dom/DOMSettableTokenList.cpp', | 1961 'dom/DOMSettableTokenList.cpp', |
| 1959 'dom/DOMSettableTokenList.h', | 1962 'dom/DOMSettableTokenList.h', |
| 1960 'dom/DOMStringList.cpp', | 1963 'dom/DOMStringList.cpp', |
| 1961 'dom/DOMStringList.h', | 1964 'dom/DOMStringList.h', |
| 1962 'dom/DOMStringMap.cpp', | 1965 'dom/DOMStringMap.cpp', |
| 1963 'dom/DOMStringMap.h', | 1966 'dom/DOMStringMap.h', |
| (...skipping 1476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3440 'rendering/RenderTableCellTest.cpp', | 3443 'rendering/RenderTableCellTest.cpp', |
| 3441 'rendering/RenderTableRowTest.cpp', | 3444 'rendering/RenderTableRowTest.cpp', |
| 3442 'rendering/shapes/BoxShapeTest.cpp', | 3445 'rendering/shapes/BoxShapeTest.cpp', |
| 3443 'testing/PrivateScriptTestTest.cpp', | 3446 'testing/PrivateScriptTestTest.cpp', |
| 3444 'testing/UnitTestHelpers.cpp', | 3447 'testing/UnitTestHelpers.cpp', |
| 3445 'testing/UnitTestHelpers.h', | 3448 'testing/UnitTestHelpers.h', |
| 3446 'xml/parser/SharedBufferReaderTest.cpp', | 3449 'xml/parser/SharedBufferReaderTest.cpp', |
| 3447 ], | 3450 ], |
| 3448 } | 3451 } |
| 3449 } | 3452 } |
| OLD | NEW |