| 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 2204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2215 'dom/StyleChangeReason.cpp', | 2215 'dom/StyleChangeReason.cpp', |
| 2216 'dom/StyleChangeReason.h', | 2216 'dom/StyleChangeReason.h', |
| 2217 'dom/StyleElement.cpp', | 2217 'dom/StyleElement.cpp', |
| 2218 'dom/StyleElement.h', | 2218 'dom/StyleElement.h', |
| 2219 'dom/StyleEngine.cpp', | 2219 'dom/StyleEngine.cpp', |
| 2220 'dom/StyleEngine.h', | 2220 'dom/StyleEngine.h', |
| 2221 'dom/StyleSheetCandidate.cpp', | 2221 'dom/StyleSheetCandidate.cpp', |
| 2222 'dom/StyleSheetCandidate.h', | 2222 'dom/StyleSheetCandidate.h', |
| 2223 'dom/StyleSheetCollection.cpp', | 2223 'dom/StyleSheetCollection.cpp', |
| 2224 'dom/StyleSheetCollection.h', | 2224 'dom/StyleSheetCollection.h', |
| 2225 'dom/SuspendableScriptRunner.cpp', |
| 2226 'dom/SuspendableScriptRunner.h', |
| 2225 'dom/TagCollection.cpp', | 2227 'dom/TagCollection.cpp', |
| 2226 'dom/TagCollection.h', | 2228 'dom/TagCollection.h', |
| 2227 'dom/Text.cpp', | 2229 'dom/Text.cpp', |
| 2228 'dom/TextLinkColors.cpp', | 2230 'dom/TextLinkColors.cpp', |
| 2229 'dom/TextLinkColors.h', | 2231 'dom/TextLinkColors.h', |
| 2230 'dom/Touch.cpp', | 2232 'dom/Touch.cpp', |
| 2231 'dom/Touch.h', | 2233 'dom/Touch.h', |
| 2232 'dom/TouchList.cpp', | 2234 'dom/TouchList.cpp', |
| 2233 'dom/TouchList.h', | 2235 'dom/TouchList.h', |
| 2234 'dom/TransformSource.h', | 2236 'dom/TransformSource.h', |
| (...skipping 1377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3612 'rendering/shapes/BoxShapeTest.cpp', | 3614 'rendering/shapes/BoxShapeTest.cpp', |
| 3613 'rendering/style/OutlineValueTest.cpp', | 3615 'rendering/style/OutlineValueTest.cpp', |
| 3614 'testing/PrivateScriptTestTest.cpp', | 3616 'testing/PrivateScriptTestTest.cpp', |
| 3615 'streams/ReadableStreamTest.cpp', | 3617 'streams/ReadableStreamTest.cpp', |
| 3616 'testing/UnitTestHelpers.cpp', | 3618 'testing/UnitTestHelpers.cpp', |
| 3617 'testing/UnitTestHelpers.h', | 3619 'testing/UnitTestHelpers.h', |
| 3618 'xml/parser/SharedBufferReaderTest.cpp', | 3620 'xml/parser/SharedBufferReaderTest.cpp', |
| 3619 ], | 3621 ], |
| 3620 } | 3622 } |
| 3621 } | 3623 } |
| OLD | NEW |