| 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/KeyframeEffect.idl', | 8 'animation/KeyframeEffect.idl', |
| 9 'animation/AnimationEffectReadOnly.idl', | 9 'animation/AnimationEffectReadOnly.idl', |
| 10 'animation/AnimationEffectTiming.idl', | 10 'animation/AnimationEffectTiming.idl', |
| (...skipping 1953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1964 'loader/PrerendererClient.h', | 1964 'loader/PrerendererClient.h', |
| 1965 'loader/ProgressTracker.cpp', | 1965 'loader/ProgressTracker.cpp', |
| 1966 'loader/SinkDocument.cpp', | 1966 'loader/SinkDocument.cpp', |
| 1967 'loader/SinkDocument.h', | 1967 'loader/SinkDocument.h', |
| 1968 'loader/TextResourceDecoderBuilder.cpp', | 1968 'loader/TextResourceDecoderBuilder.cpp', |
| 1969 'loader/TextResourceDecoderBuilder.h', | 1969 'loader/TextResourceDecoderBuilder.h', |
| 1970 'loader/TextTrackLoader.cpp', | 1970 'loader/TextTrackLoader.cpp', |
| 1971 'loader/TextTrackLoader.h', | 1971 'loader/TextTrackLoader.h', |
| 1972 'loader/ThreadableLoader.cpp', | 1972 'loader/ThreadableLoader.cpp', |
| 1973 'loader/ThreadableLoaderClient.h', | 1973 'loader/ThreadableLoaderClient.h', |
| 1974 'loader/ThreadableLoaderClientWrapper.h', | |
| 1975 'loader/WorkerThreadableLoader.cpp', | 1974 'loader/WorkerThreadableLoader.cpp', |
| 1976 'loader/WorkerThreadableLoader.h', | 1975 'loader/WorkerThreadableLoader.h', |
| 1977 'loader/appcache/ApplicationCache.cpp', | 1976 'loader/appcache/ApplicationCache.cpp', |
| 1978 'loader/appcache/ApplicationCache.h', | 1977 'loader/appcache/ApplicationCache.h', |
| 1979 'loader/appcache/ApplicationCacheHost.cpp', | 1978 'loader/appcache/ApplicationCacheHost.cpp', |
| 1980 'loader/appcache/ApplicationCacheHost.h', | 1979 'loader/appcache/ApplicationCacheHost.h', |
| 1981 'offscreencanvas/OffscreenCanvas.cpp', | 1980 'offscreencanvas/OffscreenCanvas.cpp', |
| 1982 'offscreencanvas/OffscreenCanvas.h', | 1981 'offscreencanvas/OffscreenCanvas.h', |
| 1983 'origin_trials/OriginTrialContext.cpp', | 1982 'origin_trials/OriginTrialContext.cpp', |
| 1984 'origin_trials/OriginTrialContext.h', | 1983 'origin_trials/OriginTrialContext.h', |
| (...skipping 2282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4267 'testing/PrivateScriptTestTest.cpp', | 4266 'testing/PrivateScriptTestTest.cpp', |
| 4268 'timing/MemoryInfoTest.cpp', | 4267 'timing/MemoryInfoTest.cpp', |
| 4269 'timing/PerformanceBaseTest.cpp', | 4268 'timing/PerformanceBaseTest.cpp', |
| 4270 'timing/PerformanceObserverTest.cpp', | 4269 'timing/PerformanceObserverTest.cpp', |
| 4271 'workers/WorkerThreadTest.cpp', | 4270 'workers/WorkerThreadTest.cpp', |
| 4272 'workers/WorkerThreadTestHelper.h', | 4271 'workers/WorkerThreadTestHelper.h', |
| 4273 'xml/parser/SharedBufferReaderTest.cpp', | 4272 'xml/parser/SharedBufferReaderTest.cpp', |
| 4274 ], | 4273 ], |
| 4275 } | 4274 } |
| 4276 } | 4275 } |
| OLD | NEW |