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', |
| 1983 'workers/InProcessWorkerBase.cpp', |
| 1984 'workers/InProcessWorkerBase.h', |
1981 'workers/SharedWorker.cpp', | 1985 'workers/SharedWorker.cpp', |
1982 'workers/SharedWorker.h', | 1986 'workers/SharedWorker.h', |
1983 'workers/SharedWorkerGlobalScope.cpp', | 1987 'workers/SharedWorkerGlobalScope.cpp', |
1984 'workers/SharedWorkerGlobalScope.h', | 1988 'workers/SharedWorkerGlobalScope.h', |
1985 'workers/SharedWorkerRepositoryClient.h', | 1989 'workers/SharedWorkerRepositoryClient.h', |
1986 'workers/SharedWorkerThread.cpp', | 1990 'workers/SharedWorkerThread.cpp', |
1987 'workers/SharedWorkerThread.h', | 1991 'workers/SharedWorkerThread.h', |
1988 'workers/Worker.cpp', | 1992 'workers/Worker.cpp', |
1989 'workers/Worker.h', | 1993 'workers/Worker.h', |
1990 'workers/WorkerClients.h', | 1994 'workers/WorkerClients.h', |
(...skipping 1830 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 |