| 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 1949 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1960 'timing/PerformanceResourceTiming.h', | 1960 'timing/PerformanceResourceTiming.h', |
| 1961 'timing/PerformanceTiming.cpp', | 1961 'timing/PerformanceTiming.cpp', |
| 1962 'timing/PerformanceTiming.h', | 1962 'timing/PerformanceTiming.h', |
| 1963 'timing/PerformanceUserTiming.cpp', | 1963 'timing/PerformanceUserTiming.cpp', |
| 1964 'timing/PerformanceUserTiming.h', | 1964 'timing/PerformanceUserTiming.h', |
| 1965 'timing/ResourceTimingInfo.h', | 1965 'timing/ResourceTimingInfo.h', |
| 1966 'workers/AbstractWorker.cpp', | 1966 'workers/AbstractWorker.cpp', |
| 1967 'workers/AbstractWorker.h', | 1967 'workers/AbstractWorker.h', |
| 1968 'workers/DedicatedWorkerGlobalScope.cpp', | 1968 'workers/DedicatedWorkerGlobalScope.cpp', |
| 1969 'workers/DedicatedWorkerGlobalScope.h', | 1969 'workers/DedicatedWorkerGlobalScope.h', |
| 1970 'workers/DedicatedWorkerMessagingProxy.cpp', |
| 1971 'workers/DedicatedWorkerMessagingProxy.h', |
| 1970 'workers/DedicatedWorkerThread.cpp', | 1972 'workers/DedicatedWorkerThread.cpp', |
| 1971 'workers/DedicatedWorkerThread.h', | 1973 'workers/DedicatedWorkerThread.h', |
| 1974 'workers/InProcessWorkerBase.cpp', |
| 1975 'workers/InProcessWorkerBase.h', |
| 1972 'workers/SharedWorker.cpp', | 1976 'workers/SharedWorker.cpp', |
| 1973 'workers/SharedWorker.h', | 1977 'workers/SharedWorker.h', |
| 1974 'workers/SharedWorkerGlobalScope.cpp', | 1978 'workers/SharedWorkerGlobalScope.cpp', |
| 1975 'workers/SharedWorkerGlobalScope.h', | 1979 'workers/SharedWorkerGlobalScope.h', |
| 1976 'workers/SharedWorkerRepositoryClient.h', | 1980 'workers/SharedWorkerRepositoryClient.h', |
| 1977 'workers/SharedWorkerThread.cpp', | 1981 'workers/SharedWorkerThread.cpp', |
| 1978 'workers/SharedWorkerThread.h', | 1982 'workers/SharedWorkerThread.h', |
| 1979 'workers/Worker.cpp', | 1983 'workers/Worker.cpp', |
| 1980 'workers/Worker.h', | 1984 'workers/Worker.h', |
| 1981 'workers/WorkerClients.h', | 1985 'workers/WorkerClients.h', |
| (...skipping 1831 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3813 'paint/LayerClipRecorderTest.cpp', | 3817 'paint/LayerClipRecorderTest.cpp', |
| 3814 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3818 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3815 'paint/TextPainterTest.cpp', | 3819 'paint/TextPainterTest.cpp', |
| 3816 'streams/ReadableStreamReaderTest.cpp', | 3820 'streams/ReadableStreamReaderTest.cpp', |
| 3817 'streams/ReadableStreamTest.cpp', | 3821 'streams/ReadableStreamTest.cpp', |
| 3818 'testing/PrivateScriptTestTest.cpp', | 3822 'testing/PrivateScriptTestTest.cpp', |
| 3819 'xml/parser/SharedBufferReaderTest.cpp', | 3823 'xml/parser/SharedBufferReaderTest.cpp', |
| 3820 ], | 3824 ], |
| 3821 } | 3825 } |
| 3822 } | 3826 } |
| OLD | NEW |