| 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 1958 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1969 'timing/PerformanceResourceTiming.h', | 1969 'timing/PerformanceResourceTiming.h', |
| 1970 'timing/PerformanceTiming.cpp', | 1970 'timing/PerformanceTiming.cpp', |
| 1971 'timing/PerformanceTiming.h', | 1971 'timing/PerformanceTiming.h', |
| 1972 'timing/PerformanceUserTiming.cpp', | 1972 'timing/PerformanceUserTiming.cpp', |
| 1973 'timing/PerformanceUserTiming.h', | 1973 'timing/PerformanceUserTiming.h', |
| 1974 'timing/ResourceTimingInfo.h', | 1974 'timing/ResourceTimingInfo.h', |
| 1975 'workers/AbstractWorker.cpp', | 1975 'workers/AbstractWorker.cpp', |
| 1976 'workers/AbstractWorker.h', | 1976 'workers/AbstractWorker.h', |
| 1977 'workers/DedicatedWorkerGlobalScope.cpp', | 1977 'workers/DedicatedWorkerGlobalScope.cpp', |
| 1978 'workers/DedicatedWorkerGlobalScope.h', | 1978 'workers/DedicatedWorkerGlobalScope.h', |
| 1979 'workers/DedicatedWorkerMessagingProxy.cpp', |
| 1980 'workers/DedicatedWorkerMessagingProxy.h', |
| 1979 'workers/DedicatedWorkerThread.cpp', | 1981 'workers/DedicatedWorkerThread.cpp', |
| 1980 'workers/DedicatedWorkerThread.h', | 1982 'workers/DedicatedWorkerThread.h', |
| 1981 'workers/SharedWorker.cpp', | 1983 'workers/SharedWorker.cpp', |
| 1982 'workers/SharedWorker.h', | 1984 'workers/SharedWorker.h', |
| 1983 'workers/SharedWorkerGlobalScope.cpp', | 1985 'workers/SharedWorkerGlobalScope.cpp', |
| 1984 'workers/SharedWorkerGlobalScope.h', | 1986 'workers/SharedWorkerGlobalScope.h', |
| 1985 'workers/SharedWorkerRepositoryClient.h', | 1987 'workers/SharedWorkerRepositoryClient.h', |
| 1986 'workers/SharedWorkerThread.cpp', | 1988 'workers/SharedWorkerThread.cpp', |
| 1987 'workers/SharedWorkerThread.h', | 1989 'workers/SharedWorkerThread.h', |
| 1988 'workers/Worker.cpp', | 1990 'workers/Worker.cpp', |
| 1989 'workers/Worker.h', | 1991 'workers/Worker.h', |
| 1992 'workers/WorkerBase.cpp', |
| 1993 'workers/WorkerBase.h', |
| 1990 'workers/WorkerClients.h', | 1994 'workers/WorkerClients.h', |
| 1991 'workers/WorkerConsole.cpp', | 1995 'workers/WorkerConsole.cpp', |
| 1992 'workers/WorkerConsole.h', | 1996 'workers/WorkerConsole.h', |
| 1993 'workers/WorkerEventQueue.cpp', | 1997 'workers/WorkerEventQueue.cpp', |
| 1994 'workers/WorkerEventQueue.h', | 1998 'workers/WorkerEventQueue.h', |
| 1995 'workers/WorkerGlobalScope.cpp', | 1999 'workers/WorkerGlobalScope.cpp', |
| 1996 'workers/WorkerGlobalScope.h', | 2000 'workers/WorkerGlobalScope.h', |
| 1997 'workers/WorkerGlobalScopeProxy.h', | 2001 'workers/WorkerGlobalScopeProxy.h', |
| 1998 'workers/WorkerGlobalScopeProxyProvider.cpp', | 2002 'workers/WorkerGlobalScopeProxyProvider.cpp', |
| 1999 'workers/WorkerGlobalScopeProxyProvider.h', | 2003 'workers/WorkerGlobalScopeProxyProvider.h', |
| (...skipping 1821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3821 'paint/LayerClipRecorderTest.cpp', | 3825 'paint/LayerClipRecorderTest.cpp', |
| 3822 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3826 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3823 'paint/TextPainterTest.cpp', | 3827 'paint/TextPainterTest.cpp', |
| 3824 'streams/ReadableStreamReaderTest.cpp', | 3828 'streams/ReadableStreamReaderTest.cpp', |
| 3825 'streams/ReadableStreamTest.cpp', | 3829 'streams/ReadableStreamTest.cpp', |
| 3826 'testing/PrivateScriptTestTest.cpp', | 3830 'testing/PrivateScriptTestTest.cpp', |
| 3827 'xml/parser/SharedBufferReaderTest.cpp', | 3831 'xml/parser/SharedBufferReaderTest.cpp', |
| 3828 ], | 3832 ], |
| 3829 } | 3833 } |
| 3830 } | 3834 } |
| OLD | NEW |