| 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/EffectModel.idl', | 9 'animation/EffectModel.idl', |
| 10 'animation/AnimationEffectReadOnly.idl', | 10 'animation/AnimationEffectReadOnly.idl', |
| (...skipping 1935 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1946 'loader/PrerendererClient.h', | 1946 'loader/PrerendererClient.h', |
| 1947 'loader/ProgressTracker.cpp', | 1947 'loader/ProgressTracker.cpp', |
| 1948 'loader/SinkDocument.cpp', | 1948 'loader/SinkDocument.cpp', |
| 1949 'loader/SinkDocument.h', | 1949 'loader/SinkDocument.h', |
| 1950 'loader/TextResourceDecoderBuilder.cpp', | 1950 'loader/TextResourceDecoderBuilder.cpp', |
| 1951 'loader/TextResourceDecoderBuilder.h', | 1951 'loader/TextResourceDecoderBuilder.h', |
| 1952 'loader/TextTrackLoader.cpp', | 1952 'loader/TextTrackLoader.cpp', |
| 1953 'loader/TextTrackLoader.h', | 1953 'loader/TextTrackLoader.h', |
| 1954 'loader/ThreadableLoader.cpp', | 1954 'loader/ThreadableLoader.cpp', |
| 1955 'loader/ThreadableLoaderClient.h', | 1955 'loader/ThreadableLoaderClient.h', |
| 1956 'loader/ThreadableLoaderClientWrapper.h', | |
| 1957 'loader/WorkerThreadableLoader.cpp', | 1956 'loader/WorkerThreadableLoader.cpp', |
| 1958 'loader/WorkerThreadableLoader.h', | 1957 'loader/WorkerThreadableLoader.h', |
| 1959 'loader/appcache/ApplicationCache.cpp', | 1958 'loader/appcache/ApplicationCache.cpp', |
| 1960 'loader/appcache/ApplicationCache.h', | 1959 'loader/appcache/ApplicationCache.h', |
| 1961 'loader/appcache/ApplicationCacheHost.cpp', | 1960 'loader/appcache/ApplicationCacheHost.cpp', |
| 1962 'loader/appcache/ApplicationCacheHost.h', | 1961 'loader/appcache/ApplicationCacheHost.h', |
| 1963 'offscreencanvas/OffscreenCanvas.cpp', | 1962 'offscreencanvas/OffscreenCanvas.cpp', |
| 1964 'offscreencanvas/OffscreenCanvas.h', | 1963 'offscreencanvas/OffscreenCanvas.h', |
| 1965 'origin_trials/OriginTrialContext.cpp', | 1964 'origin_trials/OriginTrialContext.cpp', |
| 1966 'origin_trials/OriginTrialContext.h', | 1965 'origin_trials/OriginTrialContext.h', |
| (...skipping 2273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4240 'testing/PrivateScriptTestTest.cpp', | 4239 'testing/PrivateScriptTestTest.cpp', |
| 4241 'timing/MemoryInfoTest.cpp', | 4240 'timing/MemoryInfoTest.cpp', |
| 4242 'timing/PerformanceBaseTest.cpp', | 4241 'timing/PerformanceBaseTest.cpp', |
| 4243 'timing/PerformanceObserverTest.cpp', | 4242 'timing/PerformanceObserverTest.cpp', |
| 4244 'workers/WorkerThreadTest.cpp', | 4243 'workers/WorkerThreadTest.cpp', |
| 4245 'workers/WorkerThreadTestHelper.h', | 4244 'workers/WorkerThreadTestHelper.h', |
| 4246 'xml/parser/SharedBufferReaderTest.cpp', | 4245 'xml/parser/SharedBufferReaderTest.cpp', |
| 4247 ], | 4246 ], |
| 4248 } | 4247 } |
| 4249 } | 4248 } |
| OLD | NEW |