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

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

Issue 909013008: Move SubstituteData and UniqueIdentifier to core/fetch/ from core/loader/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/fetch/ImageResourceTest.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 1414 matching lines...) Expand 10 before | Expand all | Expand 10 after
1425 'fetch/ResourceLoadPriorityOptimizer.h', 1425 'fetch/ResourceLoadPriorityOptimizer.h',
1426 'fetch/ResourceLoader.cpp', 1426 'fetch/ResourceLoader.cpp',
1427 'fetch/ResourceLoader.h', 1427 'fetch/ResourceLoader.h',
1428 'fetch/ResourceLoaderOptions.h', 1428 'fetch/ResourceLoaderOptions.h',
1429 'fetch/ResourceLoaderSet.cpp', 1429 'fetch/ResourceLoaderSet.cpp',
1430 'fetch/ResourceLoaderSet.h', 1430 'fetch/ResourceLoaderSet.h',
1431 'fetch/ResourcePtr.cpp', 1431 'fetch/ResourcePtr.cpp',
1432 'fetch/ResourcePtr.h', 1432 'fetch/ResourcePtr.h',
1433 'fetch/ScriptResource.cpp', 1433 'fetch/ScriptResource.cpp',
1434 'fetch/ScriptResource.h', 1434 'fetch/ScriptResource.h',
1435 'fetch/SubstituteData.h',
1435 'fetch/TextResource.cpp', 1436 'fetch/TextResource.cpp',
1436 'fetch/TextResource.h', 1437 'fetch/TextResource.h',
1438 'fetch/UniqueIdentifier.cpp',
1439 'fetch/UniqueIdentifier.h',
1437 'fetch/XSLStyleSheetResource.cpp', 1440 'fetch/XSLStyleSheetResource.cpp',
1438 'fetch/XSLStyleSheetResource.h', 1441 'fetch/XSLStyleSheetResource.h',
1439 'fileapi/Blob.cpp', 1442 'fileapi/Blob.cpp',
1440 'fileapi/Blob.h', 1443 'fileapi/Blob.h',
1441 'fileapi/File.cpp', 1444 'fileapi/File.cpp',
1442 'fileapi/File.h', 1445 'fileapi/File.h',
1443 'fileapi/FileError.cpp', 1446 'fileapi/FileError.cpp',
1444 'fileapi/FileError.h', 1447 'fileapi/FileError.h',
1445 'fileapi/FileList.cpp', 1448 'fileapi/FileList.cpp',
1446 'fileapi/FileList.h', 1449 'fileapi/FileList.h',
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
1720 'loader/NavigationScheduler.cpp', 1723 'loader/NavigationScheduler.cpp',
1721 'loader/PingLoader.cpp', 1724 'loader/PingLoader.cpp',
1722 'loader/PingLoader.h', 1725 'loader/PingLoader.h',
1723 'loader/PrerenderHandle.cpp', 1726 'loader/PrerenderHandle.cpp',
1724 'loader/PrerenderHandle.h', 1727 'loader/PrerenderHandle.h',
1725 'loader/PrerendererClient.cpp', 1728 'loader/PrerendererClient.cpp',
1726 'loader/PrerendererClient.h', 1729 'loader/PrerendererClient.h',
1727 'loader/ProgressTracker.cpp', 1730 'loader/ProgressTracker.cpp',
1728 'loader/SinkDocument.cpp', 1731 'loader/SinkDocument.cpp',
1729 'loader/SinkDocument.h', 1732 'loader/SinkDocument.h',
1730 'loader/SubstituteData.h',
1731 'loader/TextResourceDecoderBuilder.cpp', 1733 'loader/TextResourceDecoderBuilder.cpp',
1732 'loader/TextResourceDecoderBuilder.h', 1734 'loader/TextResourceDecoderBuilder.h',
1733 'loader/TextTrackLoader.cpp', 1735 'loader/TextTrackLoader.cpp',
1734 'loader/TextTrackLoader.h', 1736 'loader/TextTrackLoader.h',
1735 'loader/ThreadableLoader.cpp', 1737 'loader/ThreadableLoader.cpp',
1736 'loader/ThreadableLoaderClient.h', 1738 'loader/ThreadableLoaderClient.h',
1737 'loader/ThreadableLoaderClientWrapper.h', 1739 'loader/ThreadableLoaderClientWrapper.h',
1738 'loader/UniqueIdentifier.cpp',
1739 'loader/UniqueIdentifier.h',
1740 'loader/WorkerLoaderClientBridge.cpp', 1740 'loader/WorkerLoaderClientBridge.cpp',
1741 'loader/WorkerLoaderClientBridge.h', 1741 'loader/WorkerLoaderClientBridge.h',
1742 'loader/WorkerLoaderClientBridgeSyncHelper.cpp', 1742 'loader/WorkerLoaderClientBridgeSyncHelper.cpp',
1743 'loader/WorkerLoaderClientBridgeSyncHelper.h', 1743 'loader/WorkerLoaderClientBridgeSyncHelper.h',
1744 'loader/WorkerThreadableLoader.cpp', 1744 'loader/WorkerThreadableLoader.cpp',
1745 'loader/WorkerThreadableLoader.h', 1745 'loader/WorkerThreadableLoader.h',
1746 'loader/appcache/ApplicationCache.cpp', 1746 'loader/appcache/ApplicationCache.cpp',
1747 'loader/appcache/ApplicationCache.h', 1747 'loader/appcache/ApplicationCache.h',
1748 'loader/appcache/ApplicationCacheHost.cpp', 1748 'loader/appcache/ApplicationCacheHost.cpp',
1749 'loader/appcache/ApplicationCacheHost.h', 1749 'loader/appcache/ApplicationCacheHost.h',
(...skipping 2053 matching lines...) Expand 10 before | Expand all | Expand 10 after
3803 'rendering/RenderingTestHelper.h', 3803 'rendering/RenderingTestHelper.h',
3804 'streams/ExclusiveStreamReaderTest.cpp', 3804 'streams/ExclusiveStreamReaderTest.cpp',
3805 'streams/ReadableStreamTest.cpp', 3805 'streams/ReadableStreamTest.cpp',
3806 'testing/PrivateScriptTestTest.cpp', 3806 'testing/PrivateScriptTestTest.cpp',
3807 'testing/UnitTestHelpers.cpp', 3807 'testing/UnitTestHelpers.cpp',
3808 'testing/UnitTestHelpers.h', 3808 'testing/UnitTestHelpers.h',
3809 'xml/parser/SharedBufferReaderTest.cpp', 3809 'xml/parser/SharedBufferReaderTest.cpp',
3810 ], 3810 ],
3811 } 3811 }
3812 } 3812 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/fetch/ImageResourceTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698