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