Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(284)

Side by Side Diff: third_party/WebKit/Source/core/core.gypi

Issue 1667843003: Make Resource RefCountedWillBeGarbageCollectedFinalized, attempt #2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + address review comments Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/clipboard/DataTransfer.cpp ('k') | third_party/WebKit/Source/core/css/CSSCrossfadeValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698