| 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 1464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1475 'fetch/LinkFetchResource.h', | 1475 'fetch/LinkFetchResource.h', |
| 1476 'fetch/MemoryCache.cpp', | 1476 'fetch/MemoryCache.cpp', |
| 1477 'fetch/MemoryCache.h', | 1477 'fetch/MemoryCache.h', |
| 1478 'fetch/RawResource.cpp', | 1478 'fetch/RawResource.cpp', |
| 1479 'fetch/RawResource.h', | 1479 'fetch/RawResource.h', |
| 1480 'fetch/Resource.cpp', | 1480 'fetch/Resource.cpp', |
| 1481 'fetch/Resource.h', | 1481 'fetch/Resource.h', |
| 1482 'fetch/ResourceClientWalker.h', | 1482 'fetch/ResourceClientWalker.h', |
| 1483 'fetch/ResourceFetcher.cpp', | 1483 'fetch/ResourceFetcher.cpp', |
| 1484 'fetch/ResourceFetcher.h', | 1484 'fetch/ResourceFetcher.h', |
| 1485 'fetch/ResourceLoadPriorityOptimizer.cpp', | |
| 1486 'fetch/ResourceLoadPriorityOptimizer.h', | |
| 1487 'fetch/ResourceLoader.cpp', | 1485 'fetch/ResourceLoader.cpp', |
| 1488 'fetch/ResourceLoader.h', | 1486 'fetch/ResourceLoader.h', |
| 1489 'fetch/ResourceLoaderOptions.h', | 1487 'fetch/ResourceLoaderOptions.h', |
| 1490 'fetch/ResourceLoaderSet.cpp', | 1488 'fetch/ResourceLoaderSet.cpp', |
| 1491 'fetch/ResourceLoaderSet.h', | 1489 'fetch/ResourceLoaderSet.h', |
| 1492 'fetch/ResourcePtr.cpp', | 1490 'fetch/ResourcePtr.cpp', |
| 1493 'fetch/ResourcePtr.h', | 1491 'fetch/ResourcePtr.h', |
| 1494 'fetch/ScriptResource.cpp', | 1492 'fetch/ScriptResource.cpp', |
| 1495 'fetch/ScriptResource.h', | 1493 'fetch/ScriptResource.h', |
| 1496 'fetch/SubstituteData.h', | 1494 'fetch/SubstituteData.h', |
| (...skipping 2394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3891 'style/OutlineValueTest.cpp', | 3889 'style/OutlineValueTest.cpp', |
| 3892 'style/SVGComputedStyleTest.cpp', | 3890 'style/SVGComputedStyleTest.cpp', |
| 3893 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3891 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3894 'testing/PrivateScriptTestTest.cpp', | 3892 'testing/PrivateScriptTestTest.cpp', |
| 3895 'timing/MemoryInfoTest.cpp', | 3893 'timing/MemoryInfoTest.cpp', |
| 3896 'workers/WorkerThreadTest.cpp', | 3894 'workers/WorkerThreadTest.cpp', |
| 3897 'xml/parser/SharedBufferReaderTest.cpp', | 3895 'xml/parser/SharedBufferReaderTest.cpp', |
| 3898 ], | 3896 ], |
| 3899 } | 3897 } |
| 3900 } | 3898 } |
| OLD | NEW |