| 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 2109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2120 'dom/SecurityContext.h', | 2120 'dom/SecurityContext.h', |
| 2121 'dom/SelectorQuery.cpp', | 2121 'dom/SelectorQuery.cpp', |
| 2122 'dom/SelectorQuery.h', | 2122 'dom/SelectorQuery.h', |
| 2123 'dom/ShadowTreeStyleSheetCollection.cpp', | 2123 'dom/ShadowTreeStyleSheetCollection.cpp', |
| 2124 'dom/ShadowTreeStyleSheetCollection.h', | 2124 'dom/ShadowTreeStyleSheetCollection.h', |
| 2125 'dom/SimulatedClickOptions.h', | 2125 'dom/SimulatedClickOptions.h', |
| 2126 'dom/SpaceSplitString.cpp', | 2126 'dom/SpaceSplitString.cpp', |
| 2127 'dom/StaticNodeList.h', | 2127 'dom/StaticNodeList.h', |
| 2128 'dom/StringCallback.cpp', | 2128 'dom/StringCallback.cpp', |
| 2129 'dom/StringCallback.h', | 2129 'dom/StringCallback.h', |
| 2130 'dom/StyleChangeReason.cpp', |
| 2131 'dom/StyleChangeReason.h', |
| 2130 'dom/StyleElement.cpp', | 2132 'dom/StyleElement.cpp', |
| 2131 'dom/StyleElement.h', | 2133 'dom/StyleElement.h', |
| 2132 'dom/StyleEngine.cpp', | 2134 'dom/StyleEngine.cpp', |
| 2133 'dom/StyleEngine.h', | 2135 'dom/StyleEngine.h', |
| 2134 'dom/StyleSheetCandidate.cpp', | 2136 'dom/StyleSheetCandidate.cpp', |
| 2135 'dom/StyleSheetCandidate.h', | 2137 'dom/StyleSheetCandidate.h', |
| 2136 'dom/StyleSheetCollection.cpp', | 2138 'dom/StyleSheetCollection.cpp', |
| 2137 'dom/StyleSheetCollection.h', | 2139 'dom/StyleSheetCollection.h', |
| 2138 'dom/TagCollection.cpp', | 2140 'dom/TagCollection.cpp', |
| 2139 'dom/TagCollection.h', | 2141 'dom/TagCollection.h', |
| (...skipping 1363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3503 'rendering/shapes/BoxShapeTest.cpp', | 3505 'rendering/shapes/BoxShapeTest.cpp', |
| 3504 'rendering/style/OutlineValueTest.cpp', | 3506 'rendering/style/OutlineValueTest.cpp', |
| 3505 'testing/PrivateScriptTestTest.cpp', | 3507 'testing/PrivateScriptTestTest.cpp', |
| 3506 'streams/ReadableStreamTest.cpp', | 3508 'streams/ReadableStreamTest.cpp', |
| 3507 'testing/UnitTestHelpers.cpp', | 3509 'testing/UnitTestHelpers.cpp', |
| 3508 'testing/UnitTestHelpers.h', | 3510 'testing/UnitTestHelpers.h', |
| 3509 'xml/parser/SharedBufferReaderTest.cpp', | 3511 'xml/parser/SharedBufferReaderTest.cpp', |
| 3510 ], | 3512 ], |
| 3511 } | 3513 } |
| 3512 } | 3514 } |
| OLD | NEW |