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

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

Issue 2296923002: Delete ResourceLoaderSet (Closed)
Patch Set: Created 4 years, 3 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/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
10 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.idl',
(...skipping 1707 matching lines...) Expand 10 before | Expand all | Expand 10 after
1718 'fetch/RawResource.cpp', 1718 'fetch/RawResource.cpp',
1719 'fetch/RawResource.h', 1719 'fetch/RawResource.h',
1720 'fetch/Resource.cpp', 1720 'fetch/Resource.cpp',
1721 'fetch/Resource.h', 1721 'fetch/Resource.h',
1722 'fetch/ResourceClientWalker.h', 1722 'fetch/ResourceClientWalker.h',
1723 'fetch/ResourceFetcher.cpp', 1723 'fetch/ResourceFetcher.cpp',
1724 'fetch/ResourceFetcher.h', 1724 'fetch/ResourceFetcher.h',
1725 'fetch/ResourceLoader.cpp', 1725 'fetch/ResourceLoader.cpp',
1726 'fetch/ResourceLoader.h', 1726 'fetch/ResourceLoader.h',
1727 'fetch/ResourceLoaderOptions.h', 1727 'fetch/ResourceLoaderOptions.h',
1728 'fetch/ResourceLoaderSet.cpp',
1729 'fetch/ResourceLoaderSet.h',
1730 'fetch/ResourceLoadingLog.h', 1728 'fetch/ResourceLoadingLog.h',
1731 'fetch/ScriptResource.cpp', 1729 'fetch/ScriptResource.cpp',
1732 'fetch/ScriptResource.h', 1730 'fetch/ScriptResource.h',
1733 'fetch/SubstituteData.h', 1731 'fetch/SubstituteData.h',
1734 'fetch/TextResource.cpp', 1732 'fetch/TextResource.cpp',
1735 'fetch/TextResource.h', 1733 'fetch/TextResource.h',
1736 'fetch/UniqueIdentifier.cpp', 1734 'fetch/UniqueIdentifier.cpp',
1737 'fetch/UniqueIdentifier.h', 1735 'fetch/UniqueIdentifier.h',
1738 'fetch/XSLStyleSheetResource.cpp', 1736 'fetch/XSLStyleSheetResource.cpp',
1739 'fetch/XSLStyleSheetResource.h', 1737 'fetch/XSLStyleSheetResource.h',
(...skipping 2569 matching lines...) Expand 10 before | Expand all | Expand 10 after
4309 'timing/MemoryInfoTest.cpp', 4307 'timing/MemoryInfoTest.cpp',
4310 'timing/PerformanceBaseTest.cpp', 4308 'timing/PerformanceBaseTest.cpp',
4311 'timing/PerformanceObserverTest.cpp', 4309 'timing/PerformanceObserverTest.cpp',
4312 'workers/DedicatedWorkerTest.cpp', 4310 'workers/DedicatedWorkerTest.cpp',
4313 'workers/WorkerThreadTest.cpp', 4311 'workers/WorkerThreadTest.cpp',
4314 'workers/WorkerThreadTestHelper.h', 4312 'workers/WorkerThreadTestHelper.h',
4315 'xml/parser/SharedBufferReaderTest.cpp', 4313 'xml/parser/SharedBufferReaderTest.cpp',
4316 ], 4314 ],
4317 } 4315 }
4318 } 4316 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698