| 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 1695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1706 'fetch/Resource.cpp', | 1706 'fetch/Resource.cpp', |
| 1707 'fetch/Resource.h', | 1707 'fetch/Resource.h', |
| 1708 'fetch/ResourceClientOrObserverWalker.h', | 1708 'fetch/ResourceClientOrObserverWalker.h', |
| 1709 'fetch/ResourceFetcher.cpp', | 1709 'fetch/ResourceFetcher.cpp', |
| 1710 'fetch/ResourceFetcher.h', | 1710 'fetch/ResourceFetcher.h', |
| 1711 'fetch/ResourceLoader.cpp', | 1711 'fetch/ResourceLoader.cpp', |
| 1712 'fetch/ResourceLoader.h', | 1712 'fetch/ResourceLoader.h', |
| 1713 'fetch/ResourceLoaderOptions.h', | 1713 'fetch/ResourceLoaderOptions.h', |
| 1714 'fetch/ResourceLoaderSet.cpp', | 1714 'fetch/ResourceLoaderSet.cpp', |
| 1715 'fetch/ResourceLoaderSet.h', | 1715 'fetch/ResourceLoaderSet.h', |
| 1716 'fetch/ResourceLoadingLog.h', |
| 1716 'fetch/ScriptResource.cpp', | 1717 'fetch/ScriptResource.cpp', |
| 1717 'fetch/ScriptResource.h', | 1718 'fetch/ScriptResource.h', |
| 1718 'fetch/SubstituteData.h', | 1719 'fetch/SubstituteData.h', |
| 1719 'fetch/TextResource.cpp', | 1720 'fetch/TextResource.cpp', |
| 1720 'fetch/TextResource.h', | 1721 'fetch/TextResource.h', |
| 1721 'fetch/UniqueIdentifier.cpp', | 1722 'fetch/UniqueIdentifier.cpp', |
| 1722 'fetch/UniqueIdentifier.h', | 1723 'fetch/UniqueIdentifier.h', |
| 1723 'fetch/XSLStyleSheetResource.cpp', | 1724 'fetch/XSLStyleSheetResource.cpp', |
| 1724 'fetch/XSLStyleSheetResource.h', | 1725 'fetch/XSLStyleSheetResource.h', |
| 1725 'fileapi/Blob.cpp', | 1726 'fileapi/Blob.cpp', |
| (...skipping 2541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4267 'testing/PrivateScriptTestTest.cpp', | 4268 'testing/PrivateScriptTestTest.cpp', |
| 4268 'timing/MemoryInfoTest.cpp', | 4269 'timing/MemoryInfoTest.cpp', |
| 4269 'timing/PerformanceBaseTest.cpp', | 4270 'timing/PerformanceBaseTest.cpp', |
| 4270 'timing/PerformanceObserverTest.cpp', | 4271 'timing/PerformanceObserverTest.cpp', |
| 4271 'workers/WorkerThreadTest.cpp', | 4272 'workers/WorkerThreadTest.cpp', |
| 4272 'workers/WorkerThreadTestHelper.h', | 4273 'workers/WorkerThreadTestHelper.h', |
| 4273 'xml/parser/SharedBufferReaderTest.cpp', | 4274 'xml/parser/SharedBufferReaderTest.cpp', |
| 4274 ], | 4275 ], |
| 4275 } | 4276 } |
| 4276 } | 4277 } |
| OLD | NEW |