| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 # Files for which bindings (.cpp and .h files) will be generated | 3 # Files for which bindings (.cpp and .h files) will be generated |
| 4 'core_idl_files': [ | 4 'core_idl_files': [ |
| 5 'animation/Animation.idl', | 5 'animation/Animation.idl', |
| 6 'animation/AnimationEffect.idl', | 6 'animation/AnimationEffect.idl', |
| 7 'animation/AnimationPlayer.idl', | 7 'animation/AnimationPlayer.idl', |
| 8 'animation/AnimationNode.idl', | 8 'animation/AnimationNode.idl', |
| 9 'animation/AnimationTimeline.idl', | 9 'animation/AnimationTimeline.idl', |
| 10 'animation/Timing.idl', | 10 'animation/Timing.idl', |
| (...skipping 1919 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1930 'dom/ChildNodeList.h', | 1930 'dom/ChildNodeList.h', |
| 1931 'dom/ClassCollection.cpp', | 1931 'dom/ClassCollection.cpp', |
| 1932 'dom/ClassCollection.h', | 1932 'dom/ClassCollection.h', |
| 1933 'dom/ClientRect.cpp', | 1933 'dom/ClientRect.cpp', |
| 1934 'dom/ClientRect.h', | 1934 'dom/ClientRect.h', |
| 1935 'dom/ClientRectList.cpp', | 1935 'dom/ClientRectList.cpp', |
| 1936 'dom/ClientRectList.h', | 1936 'dom/ClientRectList.h', |
| 1937 'dom/Comment.cpp', | 1937 'dom/Comment.cpp', |
| 1938 'dom/Comment.h', | 1938 'dom/Comment.h', |
| 1939 'dom/ContainerNode.cpp', | 1939 'dom/ContainerNode.cpp', |
| 1940 'dom/ContainerNodeAlgorithms.cpp', | |
| 1941 'dom/ContainerNodeAlgorithms.h', | 1940 'dom/ContainerNodeAlgorithms.h', |
| 1942 'dom/ContextFeatures.cpp', | 1941 'dom/ContextFeatures.cpp', |
| 1943 'dom/ContextFeatures.h', | 1942 'dom/ContextFeatures.h', |
| 1944 'dom/ContextLifecycleNotifier.cpp', | 1943 'dom/ContextLifecycleNotifier.cpp', |
| 1945 'dom/ContextLifecycleNotifier.h', | 1944 'dom/ContextLifecycleNotifier.h', |
| 1946 'dom/ContextLifecycleObserver.cpp', | 1945 'dom/ContextLifecycleObserver.cpp', |
| 1947 'dom/ContextLifecycleObserver.h', | 1946 'dom/ContextLifecycleObserver.h', |
| 1948 'dom/CrossThreadTask.h', | 1947 'dom/CrossThreadTask.h', |
| 1949 'dom/DOMError.cpp', | 1948 'dom/DOMError.cpp', |
| 1950 'dom/DOMError.h', | 1949 'dom/DOMError.h', |
| (...skipping 1447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3398 'loader/MixedContentCheckerTest.cpp', | 3397 'loader/MixedContentCheckerTest.cpp', |
| 3399 'page/NetworkStateNotifierTest.cpp', | 3398 'page/NetworkStateNotifierTest.cpp', |
| 3400 'rendering/RenderOverflowTest.cpp', | 3399 'rendering/RenderOverflowTest.cpp', |
| 3401 'rendering/shapes/BoxShapeTest.cpp', | 3400 'rendering/shapes/BoxShapeTest.cpp', |
| 3402 'testing/UnitTestHelpers.cpp', | 3401 'testing/UnitTestHelpers.cpp', |
| 3403 'testing/UnitTestHelpers.h', | 3402 'testing/UnitTestHelpers.h', |
| 3404 'xml/parser/SharedBufferReaderTest.cpp', | 3403 'xml/parser/SharedBufferReaderTest.cpp', |
| 3405 ], | 3404 ], |
| 3406 } | 3405 } |
| 3407 } | 3406 } |
| OLD | NEW |