| 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 1423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1434 'fetch/FetchContext.h', | 1434 'fetch/FetchContext.h', |
| 1435 'fetch/FetchInitiatorInfo.h', | 1435 'fetch/FetchInitiatorInfo.h', |
| 1436 'fetch/FetchRequest.cpp', | 1436 'fetch/FetchRequest.cpp', |
| 1437 'fetch/FetchRequest.h', | 1437 'fetch/FetchRequest.h', |
| 1438 'fetch/FetchUtils.cpp', | 1438 'fetch/FetchUtils.cpp', |
| 1439 'fetch/FetchUtils.h', | 1439 'fetch/FetchUtils.h', |
| 1440 'fetch/FontResource.cpp', | 1440 'fetch/FontResource.cpp', |
| 1441 'fetch/FontResource.h', | 1441 'fetch/FontResource.h', |
| 1442 'fetch/ImageResource.cpp', | 1442 'fetch/ImageResource.cpp', |
| 1443 'fetch/ImageResource.h', | 1443 'fetch/ImageResource.h', |
| 1444 'fetch/LinkFetchResource.cpp', |
| 1445 'fetch/LinkFetchResource.h', |
| 1444 'fetch/MemoryCache.cpp', | 1446 'fetch/MemoryCache.cpp', |
| 1445 'fetch/MemoryCache.h', | 1447 'fetch/MemoryCache.h', |
| 1446 'fetch/RawResource.cpp', | 1448 'fetch/RawResource.cpp', |
| 1447 'fetch/RawResource.h', | 1449 'fetch/RawResource.h', |
| 1448 'fetch/Resource.cpp', | 1450 'fetch/Resource.cpp', |
| 1449 'fetch/Resource.h', | 1451 'fetch/Resource.h', |
| 1450 'fetch/ResourceClientWalker.h', | 1452 'fetch/ResourceClientWalker.h', |
| 1451 'fetch/ResourceFetcher.cpp', | 1453 'fetch/ResourceFetcher.cpp', |
| 1452 'fetch/ResourceFetcher.h', | 1454 'fetch/ResourceFetcher.h', |
| 1453 'fetch/ResourceLoadPriorityOptimizer.cpp', | 1455 'fetch/ResourceLoadPriorityOptimizer.cpp', |
| (...skipping 2482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3936 'style/OutlineValueTest.cpp', | 3938 'style/OutlineValueTest.cpp', |
| 3937 'style/SVGComputedStyleTest.cpp', | 3939 'style/SVGComputedStyleTest.cpp', |
| 3938 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3940 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3939 'testing/PrivateScriptTestTest.cpp', | 3941 'testing/PrivateScriptTestTest.cpp', |
| 3940 'timing/MemoryInfoTest.cpp', | 3942 'timing/MemoryInfoTest.cpp', |
| 3941 'workers/WorkerThreadTest.cpp', | 3943 'workers/WorkerThreadTest.cpp', |
| 3942 'xml/parser/SharedBufferReaderTest.cpp', | 3944 'xml/parser/SharedBufferReaderTest.cpp', |
| 3943 ], | 3945 ], |
| 3944 } | 3946 } |
| 3945 } | 3947 } |
| OLD | NEW |