| 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 1563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1574 'fetch/Resource.cpp', | 1574 'fetch/Resource.cpp', |
| 1575 'fetch/Resource.h', | 1575 'fetch/Resource.h', |
| 1576 'fetch/ResourceClientWalker.h', | 1576 'fetch/ResourceClientWalker.h', |
| 1577 'fetch/ResourceFetcher.cpp', | 1577 'fetch/ResourceFetcher.cpp', |
| 1578 'fetch/ResourceFetcher.h', | 1578 'fetch/ResourceFetcher.h', |
| 1579 'fetch/ResourceLoader.cpp', | 1579 'fetch/ResourceLoader.cpp', |
| 1580 'fetch/ResourceLoader.h', | 1580 'fetch/ResourceLoader.h', |
| 1581 'fetch/ResourceLoaderOptions.h', | 1581 'fetch/ResourceLoaderOptions.h', |
| 1582 'fetch/ResourceLoaderSet.cpp', | 1582 'fetch/ResourceLoaderSet.cpp', |
| 1583 'fetch/ResourceLoaderSet.h', | 1583 'fetch/ResourceLoaderSet.h', |
| 1584 'fetch/ResourcePtr.cpp', | |
| 1585 'fetch/ResourcePtr.h', | |
| 1586 'fetch/ScriptResource.cpp', | 1584 'fetch/ScriptResource.cpp', |
| 1587 'fetch/ScriptResource.h', | 1585 'fetch/ScriptResource.h', |
| 1588 'fetch/SubstituteData.h', | 1586 'fetch/SubstituteData.h', |
| 1589 'fetch/TextResource.cpp', | 1587 'fetch/TextResource.cpp', |
| 1590 'fetch/TextResource.h', | 1588 'fetch/TextResource.h', |
| 1591 'fetch/UniqueIdentifier.cpp', | 1589 'fetch/UniqueIdentifier.cpp', |
| 1592 'fetch/UniqueIdentifier.h', | 1590 'fetch/UniqueIdentifier.h', |
| 1593 'fetch/WebCacheMemoryDumpProvider.cpp', | 1591 'fetch/WebCacheMemoryDumpProvider.cpp', |
| 1594 'fetch/WebCacheMemoryDumpProvider.h', | 1592 'fetch/WebCacheMemoryDumpProvider.h', |
| 1595 'fetch/XSLStyleSheetResource.cpp', | 1593 'fetch/XSLStyleSheetResource.cpp', |
| (...skipping 2471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4067 'style/SVGComputedStyleTest.cpp', | 4065 'style/SVGComputedStyleTest.cpp', |
| 4068 'svg/SVGPathParserTest.cpp', | 4066 'svg/SVGPathParserTest.cpp', |
| 4069 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4067 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4070 'testing/PrivateScriptTestTest.cpp', | 4068 'testing/PrivateScriptTestTest.cpp', |
| 4071 'timing/MemoryInfoTest.cpp', | 4069 'timing/MemoryInfoTest.cpp', |
| 4072 'workers/WorkerThreadTest.cpp', | 4070 'workers/WorkerThreadTest.cpp', |
| 4073 'xml/parser/SharedBufferReaderTest.cpp', | 4071 'xml/parser/SharedBufferReaderTest.cpp', |
| 4074 ], | 4072 ], |
| 4075 } | 4073 } |
| 4076 } | 4074 } |
| OLD | NEW |