| 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 1603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1614 'fetch/MultipartImageResourceParser.h', | 1614 'fetch/MultipartImageResourceParser.h', |
| 1615 'fetch/RawResource.cpp', | 1615 'fetch/RawResource.cpp', |
| 1616 'fetch/RawResource.h', | 1616 'fetch/RawResource.h', |
| 1617 'fetch/Resource.cpp', | 1617 'fetch/Resource.cpp', |
| 1618 'fetch/Resource.h', | 1618 'fetch/Resource.h', |
| 1619 'fetch/ResourceClientWalker.h', | 1619 'fetch/ResourceClientWalker.h', |
| 1620 'fetch/ResourceFetcher.cpp', | 1620 'fetch/ResourceFetcher.cpp', |
| 1621 'fetch/ResourceFetcher.h', | 1621 'fetch/ResourceFetcher.h', |
| 1622 'fetch/ResourceLoader.cpp', | 1622 'fetch/ResourceLoader.cpp', |
| 1623 'fetch/ResourceLoader.h', | 1623 'fetch/ResourceLoader.h', |
| 1624 'fetch/ResourceLoaderOptions.cpp', |
| 1624 'fetch/ResourceLoaderOptions.h', | 1625 'fetch/ResourceLoaderOptions.h', |
| 1625 'fetch/ResourceLoaderSet.cpp', | 1626 'fetch/ResourceLoaderSet.cpp', |
| 1626 'fetch/ResourceLoaderSet.h', | 1627 'fetch/ResourceLoaderSet.h', |
| 1627 'fetch/ScriptResource.cpp', | 1628 'fetch/ScriptResource.cpp', |
| 1628 'fetch/ScriptResource.h', | 1629 'fetch/ScriptResource.h', |
| 1629 'fetch/SubstituteData.h', | 1630 'fetch/SubstituteData.h', |
| 1630 'fetch/TextResource.cpp', | 1631 'fetch/TextResource.cpp', |
| 1631 'fetch/TextResource.h', | 1632 'fetch/TextResource.h', |
| 1632 'fetch/UniqueIdentifier.cpp', | 1633 'fetch/UniqueIdentifier.cpp', |
| 1633 'fetch/UniqueIdentifier.h', | 1634 'fetch/UniqueIdentifier.h', |
| (...skipping 2428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4062 'style/SVGComputedStyleTest.cpp', | 4063 'style/SVGComputedStyleTest.cpp', |
| 4063 'svg/SVGPathParserTest.cpp', | 4064 'svg/SVGPathParserTest.cpp', |
| 4064 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4065 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4065 'testing/PrivateScriptTestTest.cpp', | 4066 'testing/PrivateScriptTestTest.cpp', |
| 4066 'timing/MemoryInfoTest.cpp', | 4067 'timing/MemoryInfoTest.cpp', |
| 4067 'workers/WorkerThreadTest.cpp', | 4068 'workers/WorkerThreadTest.cpp', |
| 4068 'xml/parser/SharedBufferReaderTest.cpp', | 4069 'xml/parser/SharedBufferReaderTest.cpp', |
| 4069 ], | 4070 ], |
| 4070 } | 4071 } |
| 4071 } | 4072 } |
| OLD | NEW |