| 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/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
| (...skipping 1960 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1971 'workers/WorkerConsole.h', | 1971 'workers/WorkerConsole.h', |
| 1972 'workers/WorkerEventQueue.cpp', | 1972 'workers/WorkerEventQueue.cpp', |
| 1973 'workers/WorkerEventQueue.h', | 1973 'workers/WorkerEventQueue.h', |
| 1974 'workers/WorkerGlobalScope.cpp', | 1974 'workers/WorkerGlobalScope.cpp', |
| 1975 'workers/WorkerGlobalScope.h', | 1975 'workers/WorkerGlobalScope.h', |
| 1976 'workers/WorkerGlobalScopeProxy.h', | 1976 'workers/WorkerGlobalScopeProxy.h', |
| 1977 'workers/WorkerGlobalScopeProxyProvider.cpp', | 1977 'workers/WorkerGlobalScopeProxyProvider.cpp', |
| 1978 'workers/WorkerGlobalScopeProxyProvider.h', | 1978 'workers/WorkerGlobalScopeProxyProvider.h', |
| 1979 'workers/WorkerInspectorProxy.cpp', | 1979 'workers/WorkerInspectorProxy.cpp', |
| 1980 'workers/WorkerInspectorProxy.h', | 1980 'workers/WorkerInspectorProxy.h', |
| 1981 'workers/WorkerLoaderProxy.cpp', |
| 1981 'workers/WorkerLoaderProxy.h', | 1982 'workers/WorkerLoaderProxy.h', |
| 1982 'workers/WorkerLocation.h', | 1983 'workers/WorkerLocation.h', |
| 1983 'workers/WorkerMessagingProxy.cpp', | 1984 'workers/WorkerMessagingProxy.cpp', |
| 1984 'workers/WorkerMessagingProxy.h', | 1985 'workers/WorkerMessagingProxy.h', |
| 1985 'workers/WorkerNavigator.cpp', | 1986 'workers/WorkerNavigator.cpp', |
| 1986 'workers/WorkerNavigator.h', | 1987 'workers/WorkerNavigator.h', |
| 1987 'workers/WorkerObjectProxy.cpp', | 1988 'workers/WorkerObjectProxy.cpp', |
| 1988 'workers/WorkerObjectProxy.h', | 1989 'workers/WorkerObjectProxy.h', |
| 1989 'workers/WorkerReportingProxy.h', | 1990 'workers/WorkerReportingProxy.h', |
| 1990 'workers/WorkerScriptLoader.cpp', | 1991 'workers/WorkerScriptLoader.cpp', |
| (...skipping 1776 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3767 'rendering/style/SVGRenderStyleTest.cpp', | 3768 'rendering/style/SVGRenderStyleTest.cpp', |
| 3768 'streams/ExclusiveStreamReaderTest.cpp', | 3769 'streams/ExclusiveStreamReaderTest.cpp', |
| 3769 'streams/ReadableStreamTest.cpp', | 3770 'streams/ReadableStreamTest.cpp', |
| 3770 'testing/PrivateScriptTestTest.cpp', | 3771 'testing/PrivateScriptTestTest.cpp', |
| 3771 'testing/UnitTestHelpers.cpp', | 3772 'testing/UnitTestHelpers.cpp', |
| 3772 'testing/UnitTestHelpers.h', | 3773 'testing/UnitTestHelpers.h', |
| 3773 'xml/parser/SharedBufferReaderTest.cpp', | 3774 'xml/parser/SharedBufferReaderTest.cpp', |
| 3774 ], | 3775 ], |
| 3775 } | 3776 } |
| 3776 } | 3777 } |
| OLD | NEW |