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 1564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1575 'fetch/Resource.cpp', | 1575 'fetch/Resource.cpp', |
1576 'fetch/Resource.h', | 1576 'fetch/Resource.h', |
1577 'fetch/ResourceClientWalker.h', | 1577 'fetch/ResourceClientWalker.h', |
1578 'fetch/ResourceFetcher.cpp', | 1578 'fetch/ResourceFetcher.cpp', |
1579 'fetch/ResourceFetcher.h', | 1579 'fetch/ResourceFetcher.h', |
1580 'fetch/ResourceLoader.cpp', | 1580 'fetch/ResourceLoader.cpp', |
1581 'fetch/ResourceLoader.h', | 1581 'fetch/ResourceLoader.h', |
1582 'fetch/ResourceLoaderOptions.h', | 1582 'fetch/ResourceLoaderOptions.h', |
1583 'fetch/ResourceLoaderSet.cpp', | 1583 'fetch/ResourceLoaderSet.cpp', |
1584 'fetch/ResourceLoaderSet.h', | 1584 'fetch/ResourceLoaderSet.h', |
1585 'fetch/ResourcePtr.cpp', | |
1586 'fetch/ResourcePtr.h', | |
1587 'fetch/ScriptResource.cpp', | 1585 'fetch/ScriptResource.cpp', |
1588 'fetch/ScriptResource.h', | 1586 'fetch/ScriptResource.h', |
1589 'fetch/SubstituteData.h', | 1587 'fetch/SubstituteData.h', |
1590 'fetch/TextResource.cpp', | 1588 'fetch/TextResource.cpp', |
1591 'fetch/TextResource.h', | 1589 'fetch/TextResource.h', |
1592 'fetch/UniqueIdentifier.cpp', | 1590 'fetch/UniqueIdentifier.cpp', |
1593 'fetch/UniqueIdentifier.h', | 1591 'fetch/UniqueIdentifier.h', |
1594 'fetch/WebCacheMemoryDumpProvider.cpp', | 1592 'fetch/WebCacheMemoryDumpProvider.cpp', |
1595 'fetch/WebCacheMemoryDumpProvider.h', | 1593 'fetch/WebCacheMemoryDumpProvider.h', |
1596 'fetch/XSLStyleSheetResource.cpp', | 1594 'fetch/XSLStyleSheetResource.cpp', |
(...skipping 2460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4057 'style/SVGComputedStyleTest.cpp', | 4055 'style/SVGComputedStyleTest.cpp', |
4058 'svg/SVGPathParserTest.cpp', | 4056 'svg/SVGPathParserTest.cpp', |
4059 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4057 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4060 'testing/PrivateScriptTestTest.cpp', | 4058 'testing/PrivateScriptTestTest.cpp', |
4061 'timing/MemoryInfoTest.cpp', | 4059 'timing/MemoryInfoTest.cpp', |
4062 'workers/WorkerThreadTest.cpp', | 4060 'workers/WorkerThreadTest.cpp', |
4063 'xml/parser/SharedBufferReaderTest.cpp', | 4061 'xml/parser/SharedBufferReaderTest.cpp', |
4064 ], | 4062 ], |
4065 } | 4063 } |
4066 } | 4064 } |
OLD | NEW |