| 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 1470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1481 'fetch/LinkFetchResource.h', | 1481 'fetch/LinkFetchResource.h', |
| 1482 'fetch/MemoryCache.cpp', | 1482 'fetch/MemoryCache.cpp', |
| 1483 'fetch/MemoryCache.h', | 1483 'fetch/MemoryCache.h', |
| 1484 'fetch/RawResource.cpp', | 1484 'fetch/RawResource.cpp', |
| 1485 'fetch/RawResource.h', | 1485 'fetch/RawResource.h', |
| 1486 'fetch/Resource.cpp', | 1486 'fetch/Resource.cpp', |
| 1487 'fetch/Resource.h', | 1487 'fetch/Resource.h', |
| 1488 'fetch/ResourceClientWalker.h', | 1488 'fetch/ResourceClientWalker.h', |
| 1489 'fetch/ResourceFetcher.cpp', | 1489 'fetch/ResourceFetcher.cpp', |
| 1490 'fetch/ResourceFetcher.h', | 1490 'fetch/ResourceFetcher.h', |
| 1491 'fetch/ResourceLoadPriorityOptimizer.cpp', | |
| 1492 'fetch/ResourceLoadPriorityOptimizer.h', | |
| 1493 'fetch/ResourceLoader.cpp', | 1491 'fetch/ResourceLoader.cpp', |
| 1494 'fetch/ResourceLoader.h', | 1492 'fetch/ResourceLoader.h', |
| 1495 'fetch/ResourceLoaderOptions.h', | 1493 'fetch/ResourceLoaderOptions.h', |
| 1496 'fetch/ResourceLoaderSet.cpp', | 1494 'fetch/ResourceLoaderSet.cpp', |
| 1497 'fetch/ResourceLoaderSet.h', | 1495 'fetch/ResourceLoaderSet.h', |
| 1498 'fetch/ResourcePtr.cpp', | 1496 'fetch/ResourcePtr.cpp', |
| 1499 'fetch/ResourcePtr.h', | 1497 'fetch/ResourcePtr.h', |
| 1500 'fetch/ScriptResource.cpp', | 1498 'fetch/ScriptResource.cpp', |
| 1501 'fetch/ScriptResource.h', | 1499 'fetch/ScriptResource.h', |
| 1502 'fetch/SubstituteData.h', | 1500 'fetch/SubstituteData.h', |
| (...skipping 2403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3906 'style/OutlineValueTest.cpp', | 3904 'style/OutlineValueTest.cpp', |
| 3907 'style/SVGComputedStyleTest.cpp', | 3905 'style/SVGComputedStyleTest.cpp', |
| 3908 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3906 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3909 'testing/PrivateScriptTestTest.cpp', | 3907 'testing/PrivateScriptTestTest.cpp', |
| 3910 'timing/MemoryInfoTest.cpp', | 3908 'timing/MemoryInfoTest.cpp', |
| 3911 'workers/WorkerThreadTest.cpp', | 3909 'workers/WorkerThreadTest.cpp', |
| 3912 'xml/parser/SharedBufferReaderTest.cpp', | 3910 'xml/parser/SharedBufferReaderTest.cpp', |
| 3913 ], | 3911 ], |
| 3914 } | 3912 } |
| 3915 } | 3913 } |
| OLD | NEW |