| 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 2170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2181 'dom/SecurityContext.h', | 2181 'dom/SecurityContext.h', |
| 2182 'dom/SelectorQuery.cpp', | 2182 'dom/SelectorQuery.cpp', |
| 2183 'dom/SelectorQuery.h', | 2183 'dom/SelectorQuery.h', |
| 2184 'dom/ShadowTreeStyleSheetCollection.cpp', | 2184 'dom/ShadowTreeStyleSheetCollection.cpp', |
| 2185 'dom/ShadowTreeStyleSheetCollection.h', | 2185 'dom/ShadowTreeStyleSheetCollection.h', |
| 2186 'dom/SimulatedClickOptions.h', | 2186 'dom/SimulatedClickOptions.h', |
| 2187 'dom/SpaceSplitString.cpp', | 2187 'dom/SpaceSplitString.cpp', |
| 2188 'dom/StaticNodeList.h', | 2188 'dom/StaticNodeList.h', |
| 2189 'dom/StringCallback.cpp', | 2189 'dom/StringCallback.cpp', |
| 2190 'dom/StringCallback.h', | 2190 'dom/StringCallback.h', |
| 2191 'dom/StyleChangeReason.cpp', |
| 2192 'dom/StyleChangeReason.h', |
| 2191 'dom/StyleElement.cpp', | 2193 'dom/StyleElement.cpp', |
| 2192 'dom/StyleElement.h', | 2194 'dom/StyleElement.h', |
| 2193 'dom/StyleEngine.cpp', | 2195 'dom/StyleEngine.cpp', |
| 2194 'dom/StyleEngine.h', | 2196 'dom/StyleEngine.h', |
| 2195 'dom/StyleSheetCandidate.cpp', | 2197 'dom/StyleSheetCandidate.cpp', |
| 2196 'dom/StyleSheetCandidate.h', | 2198 'dom/StyleSheetCandidate.h', |
| 2197 'dom/StyleSheetCollection.cpp', | 2199 'dom/StyleSheetCollection.cpp', |
| 2198 'dom/StyleSheetCollection.h', | 2200 'dom/StyleSheetCollection.h', |
| 2199 'dom/TagCollection.cpp', | 2201 'dom/TagCollection.cpp', |
| 2200 'dom/TagCollection.h', | 2202 'dom/TagCollection.h', |
| (...skipping 1376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3577 'rendering/shapes/BoxShapeTest.cpp', | 3579 'rendering/shapes/BoxShapeTest.cpp', |
| 3578 'rendering/style/OutlineValueTest.cpp', | 3580 'rendering/style/OutlineValueTest.cpp', |
| 3579 'testing/PrivateScriptTestTest.cpp', | 3581 'testing/PrivateScriptTestTest.cpp', |
| 3580 'streams/ReadableStreamTest.cpp', | 3582 'streams/ReadableStreamTest.cpp', |
| 3581 'testing/UnitTestHelpers.cpp', | 3583 'testing/UnitTestHelpers.cpp', |
| 3582 'testing/UnitTestHelpers.h', | 3584 'testing/UnitTestHelpers.h', |
| 3583 'xml/parser/SharedBufferReaderTest.cpp', | 3585 'xml/parser/SharedBufferReaderTest.cpp', |
| 3584 ], | 3586 ], |
| 3585 } | 3587 } |
| 3586 } | 3588 } |
| OLD | NEW |