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

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

Issue 1999613002: Move WebCacheMemoryDumpProvider to platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix link error on win Created 4 years, 7 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 1660 matching lines...) Expand 10 before | Expand all | Expand 10 after
1671 'fetch/ResourceLoaderOptions.h', 1671 'fetch/ResourceLoaderOptions.h',
1672 'fetch/ResourceLoaderSet.cpp', 1672 'fetch/ResourceLoaderSet.cpp',
1673 'fetch/ResourceLoaderSet.h', 1673 'fetch/ResourceLoaderSet.h',
1674 'fetch/ScriptResource.cpp', 1674 'fetch/ScriptResource.cpp',
1675 'fetch/ScriptResource.h', 1675 'fetch/ScriptResource.h',
1676 'fetch/SubstituteData.h', 1676 'fetch/SubstituteData.h',
1677 'fetch/TextResource.cpp', 1677 'fetch/TextResource.cpp',
1678 'fetch/TextResource.h', 1678 'fetch/TextResource.h',
1679 'fetch/UniqueIdentifier.cpp', 1679 'fetch/UniqueIdentifier.cpp',
1680 'fetch/UniqueIdentifier.h', 1680 'fetch/UniqueIdentifier.h',
1681 'fetch/WebCacheMemoryDumpProvider.cpp',
1682 'fetch/WebCacheMemoryDumpProvider.h',
1683 'fetch/XSLStyleSheetResource.cpp', 1681 'fetch/XSLStyleSheetResource.cpp',
1684 'fetch/XSLStyleSheetResource.h', 1682 'fetch/XSLStyleSheetResource.h',
1685 'fileapi/Blob.cpp', 1683 'fileapi/Blob.cpp',
1686 'fileapi/Blob.h', 1684 'fileapi/Blob.h',
1687 'fileapi/File.cpp', 1685 'fileapi/File.cpp',
1688 'fileapi/File.h', 1686 'fileapi/File.h',
1689 'fileapi/BlobCallback.h', 1687 'fileapi/BlobCallback.h',
1690 'fileapi/FileError.cpp', 1688 'fileapi/FileError.cpp',
1691 'fileapi/FileError.h', 1689 'fileapi/FileError.h',
1692 'fileapi/FileList.cpp', 1690 'fileapi/FileList.cpp',
(...skipping 2436 matching lines...) Expand 10 before | Expand all | Expand 10 after
4129 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4127 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4130 'testing/PrivateScriptTestTest.cpp', 4128 'testing/PrivateScriptTestTest.cpp',
4131 'timing/MemoryInfoTest.cpp', 4129 'timing/MemoryInfoTest.cpp',
4132 'timing/PerformanceBaseTest.cpp', 4130 'timing/PerformanceBaseTest.cpp',
4133 'workers/WorkerThreadTest.cpp', 4131 'workers/WorkerThreadTest.cpp',
4134 'workers/WorkerThreadTestHelper.h', 4132 'workers/WorkerThreadTestHelper.h',
4135 'xml/parser/SharedBufferReaderTest.cpp', 4133 'xml/parser/SharedBufferReaderTest.cpp',
4136 ], 4134 ],
4137 } 4135 }
4138 } 4136 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/CoreInitializer.cpp ('k') | third_party/WebKit/Source/core/fetch/MemoryCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698