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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/fetch/ImageResourceTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 7fb5f37860f4c897ef96c8c8f6f874fe5c629289..8a40ba27810e96556d8d4a733dbe6aed683b4eb8 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1432,8 +1432,11 @@
'fetch/ResourcePtr.h',
'fetch/ScriptResource.cpp',
'fetch/ScriptResource.h',
+ 'fetch/SubstituteData.h',
'fetch/TextResource.cpp',
'fetch/TextResource.h',
+ 'fetch/UniqueIdentifier.cpp',
+ 'fetch/UniqueIdentifier.h',
'fetch/XSLStyleSheetResource.cpp',
'fetch/XSLStyleSheetResource.h',
'fileapi/Blob.cpp',
@@ -1727,7 +1730,6 @@
'loader/ProgressTracker.cpp',
'loader/SinkDocument.cpp',
'loader/SinkDocument.h',
- 'loader/SubstituteData.h',
'loader/TextResourceDecoderBuilder.cpp',
'loader/TextResourceDecoderBuilder.h',
'loader/TextTrackLoader.cpp',
@@ -1735,8 +1737,6 @@
'loader/ThreadableLoader.cpp',
'loader/ThreadableLoaderClient.h',
'loader/ThreadableLoaderClientWrapper.h',
- 'loader/UniqueIdentifier.cpp',
- 'loader/UniqueIdentifier.h',
'loader/WorkerLoaderClientBridge.cpp',
'loader/WorkerLoaderClientBridge.h',
'loader/WorkerLoaderClientBridgeSyncHelper.cpp',
« 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