| 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 1469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1480 'fetch/FetchContext.h', | 1480 'fetch/FetchContext.h', |
| 1481 'fetch/FetchInitiatorInfo.h', | 1481 'fetch/FetchInitiatorInfo.h', |
| 1482 'fetch/FetchRequest.cpp', | 1482 'fetch/FetchRequest.cpp', |
| 1483 'fetch/FetchRequest.h', | 1483 'fetch/FetchRequest.h', |
| 1484 'fetch/FetchUtils.cpp', | 1484 'fetch/FetchUtils.cpp', |
| 1485 'fetch/FetchUtils.h', | 1485 'fetch/FetchUtils.h', |
| 1486 'fetch/FontResource.cpp', | 1486 'fetch/FontResource.cpp', |
| 1487 'fetch/FontResource.h', | 1487 'fetch/FontResource.h', |
| 1488 'fetch/ImageResource.cpp', | 1488 'fetch/ImageResource.cpp', |
| 1489 'fetch/ImageResource.h', | 1489 'fetch/ImageResource.h', |
| 1490 'fetch/InspectorFetchTraceEvents.cpp', |
| 1491 'fetch/InspectorFetchTraceEvents.h', |
| 1490 'fetch/IntegrityMetadata.cpp', | 1492 'fetch/IntegrityMetadata.cpp', |
| 1491 'fetch/IntegrityMetadata.h', | 1493 'fetch/IntegrityMetadata.h', |
| 1492 'fetch/LinkFetchResource.cpp', | 1494 'fetch/LinkFetchResource.cpp', |
| 1493 'fetch/LinkFetchResource.h', | 1495 'fetch/LinkFetchResource.h', |
| 1494 'fetch/MemoryCache.cpp', | 1496 'fetch/MemoryCache.cpp', |
| 1495 'fetch/MemoryCache.h', | 1497 'fetch/MemoryCache.h', |
| 1496 'fetch/RawResource.cpp', | 1498 'fetch/RawResource.cpp', |
| 1497 'fetch/RawResource.h', | 1499 'fetch/RawResource.h', |
| 1498 'fetch/Resource.cpp', | 1500 'fetch/Resource.cpp', |
| 1499 'fetch/Resource.h', | 1501 'fetch/Resource.h', |
| (...skipping 2416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3916 'style/SVGComputedStyleTest.cpp', | 3918 'style/SVGComputedStyleTest.cpp', |
| 3917 'svg/SVGPathParserTest.cpp', | 3919 'svg/SVGPathParserTest.cpp', |
| 3918 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3920 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3919 'testing/PrivateScriptTestTest.cpp', | 3921 'testing/PrivateScriptTestTest.cpp', |
| 3920 'timing/MemoryInfoTest.cpp', | 3922 'timing/MemoryInfoTest.cpp', |
| 3921 'workers/WorkerThreadTest.cpp', | 3923 'workers/WorkerThreadTest.cpp', |
| 3922 'xml/parser/SharedBufferReaderTest.cpp', | 3924 'xml/parser/SharedBufferReaderTest.cpp', |
| 3923 ], | 3925 ], |
| 3924 } | 3926 } |
| 3925 } | 3927 } |
| OLD | NEW |