| 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 1455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1466 'experiments/Experiments.h', | 1466 'experiments/Experiments.h', |
| 1467 'fetch/AccessControlStatus.h', | 1467 'fetch/AccessControlStatus.h', |
| 1468 'fetch/CSSStyleSheetResource.cpp', | 1468 'fetch/CSSStyleSheetResource.cpp', |
| 1469 'fetch/CSSStyleSheetResource.h', | 1469 'fetch/CSSStyleSheetResource.h', |
| 1470 'fetch/CachedMetadata.h', | 1470 'fetch/CachedMetadata.h', |
| 1471 'fetch/CachedMetadataHandler.h', | 1471 'fetch/CachedMetadataHandler.h', |
| 1472 'fetch/ClientHintsPreferences.cpp', | 1472 'fetch/ClientHintsPreferences.cpp', |
| 1473 'fetch/ClientHintsPreferences.h', | 1473 'fetch/ClientHintsPreferences.h', |
| 1474 'fetch/CrossOriginAccessControl.cpp', | 1474 'fetch/CrossOriginAccessControl.cpp', |
| 1475 'fetch/CrossOriginAccessControl.h', | 1475 'fetch/CrossOriginAccessControl.h', |
| 1476 'fetch/DevToolsTraceEvents.cpp', |
| 1477 'fetch/DevToolsTraceEvents.h', |
| 1476 'fetch/DocumentResource.cpp', | 1478 'fetch/DocumentResource.cpp', |
| 1477 'fetch/DocumentResource.h', | 1479 'fetch/DocumentResource.h', |
| 1478 'fetch/DocumentResourceReference.h', | 1480 'fetch/DocumentResourceReference.h', |
| 1479 'fetch/FetchContext.cpp', | 1481 'fetch/FetchContext.cpp', |
| 1480 'fetch/FetchContext.h', | 1482 'fetch/FetchContext.h', |
| 1481 'fetch/FetchInitiatorInfo.h', | 1483 'fetch/FetchInitiatorInfo.h', |
| 1482 'fetch/FetchRequest.cpp', | 1484 'fetch/FetchRequest.cpp', |
| 1483 'fetch/FetchRequest.h', | 1485 'fetch/FetchRequest.h', |
| 1484 'fetch/FetchUtils.cpp', | 1486 'fetch/FetchUtils.cpp', |
| 1485 'fetch/FetchUtils.h', | 1487 'fetch/FetchUtils.h', |
| (...skipping 2430 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 |