| 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 1417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1428 'fetch/FetchContext.h', | 1428 'fetch/FetchContext.h', |
| 1429 'fetch/FetchInitiatorInfo.h', | 1429 'fetch/FetchInitiatorInfo.h', |
| 1430 'fetch/FetchRequest.cpp', | 1430 'fetch/FetchRequest.cpp', |
| 1431 'fetch/FetchRequest.h', | 1431 'fetch/FetchRequest.h', |
| 1432 'fetch/FetchUtils.cpp', | 1432 'fetch/FetchUtils.cpp', |
| 1433 'fetch/FetchUtils.h', | 1433 'fetch/FetchUtils.h', |
| 1434 'fetch/FontResource.cpp', | 1434 'fetch/FontResource.cpp', |
| 1435 'fetch/FontResource.h', | 1435 'fetch/FontResource.h', |
| 1436 'fetch/ImageResource.cpp', | 1436 'fetch/ImageResource.cpp', |
| 1437 'fetch/ImageResource.h', | 1437 'fetch/ImageResource.h', |
| 1438 'fetch/LinkFetchResource.cpp', |
| 1439 'fetch/LinkFetchResource.h', |
| 1438 'fetch/MemoryCache.cpp', | 1440 'fetch/MemoryCache.cpp', |
| 1439 'fetch/MemoryCache.h', | 1441 'fetch/MemoryCache.h', |
| 1440 'fetch/RawResource.cpp', | 1442 'fetch/RawResource.cpp', |
| 1441 'fetch/RawResource.h', | 1443 'fetch/RawResource.h', |
| 1442 'fetch/Resource.cpp', | 1444 'fetch/Resource.cpp', |
| 1443 'fetch/Resource.h', | 1445 'fetch/Resource.h', |
| 1444 'fetch/ResourceClientWalker.h', | 1446 'fetch/ResourceClientWalker.h', |
| 1445 'fetch/ResourceFetcher.cpp', | 1447 'fetch/ResourceFetcher.cpp', |
| 1446 'fetch/ResourceFetcher.h', | 1448 'fetch/ResourceFetcher.h', |
| 1447 'fetch/ResourceLoadPriorityOptimizer.cpp', | 1449 'fetch/ResourceLoadPriorityOptimizer.cpp', |
| (...skipping 2475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3923 'style/ComputedStyleTest.cpp', | 3925 'style/ComputedStyleTest.cpp', |
| 3924 'style/OutlineValueTest.cpp', | 3926 'style/OutlineValueTest.cpp', |
| 3925 'style/SVGComputedStyleTest.cpp', | 3927 'style/SVGComputedStyleTest.cpp', |
| 3926 'testing/PrivateScriptTestTest.cpp', | 3928 'testing/PrivateScriptTestTest.cpp', |
| 3927 'timing/MemoryInfoTest.cpp', | 3929 'timing/MemoryInfoTest.cpp', |
| 3928 'workers/WorkerThreadTest.cpp', | 3930 'workers/WorkerThreadTest.cpp', |
| 3929 'xml/parser/SharedBufferReaderTest.cpp', | 3931 'xml/parser/SharedBufferReaderTest.cpp', |
| 3930 ], | 3932 ], |
| 3931 } | 3933 } |
| 3932 } | 3934 } |
| OLD | NEW |