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

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

Issue 379113002: Move fetch-related predicates to core/fetch. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 1067 matching lines...) Expand 10 before | Expand all | Expand 10 after
1078 'fetch/CrossOriginAccessControl.cpp', 1078 'fetch/CrossOriginAccessControl.cpp',
1079 'fetch/CrossOriginAccessControl.h', 1079 'fetch/CrossOriginAccessControl.h',
1080 'fetch/DocumentResource.cpp', 1080 'fetch/DocumentResource.cpp',
1081 'fetch/DocumentResource.h', 1081 'fetch/DocumentResource.h',
1082 'fetch/DocumentResourceReference.h', 1082 'fetch/DocumentResourceReference.h',
1083 'fetch/FetchContext.cpp', 1083 'fetch/FetchContext.cpp',
1084 'fetch/FetchContext.h', 1084 'fetch/FetchContext.h',
1085 'fetch/FetchInitiatorInfo.h', 1085 'fetch/FetchInitiatorInfo.h',
1086 'fetch/FetchRequest.cpp', 1086 'fetch/FetchRequest.cpp',
1087 'fetch/FetchRequest.h', 1087 'fetch/FetchRequest.h',
1088 'fetch/FetchUtils.cpp',
1089 'fetch/FetchUtils.h',
1088 'fetch/FontResource.cpp', 1090 'fetch/FontResource.cpp',
1089 'fetch/FontResource.h', 1091 'fetch/FontResource.h',
1090 'fetch/ImageResource.cpp', 1092 'fetch/ImageResource.cpp',
1091 'fetch/ImageResource.h', 1093 'fetch/ImageResource.h',
1092 'fetch/MemoryCache.cpp', 1094 'fetch/MemoryCache.cpp',
1093 'fetch/MemoryCache.h', 1095 'fetch/MemoryCache.h',
1094 'fetch/RawResource.cpp', 1096 'fetch/RawResource.cpp',
1095 'fetch/RawResource.h', 1097 'fetch/RawResource.h',
1096 'fetch/Resource.cpp', 1098 'fetch/Resource.cpp',
1097 'fetch/Resource.h', 1099 'fetch/Resource.h',
(...skipping 2342 matching lines...) Expand 10 before | Expand all | Expand 10 after
3440 'rendering/RenderTableRowTest.cpp', 3442 'rendering/RenderTableRowTest.cpp',
3441 'rendering/shapes/BoxShapeTest.cpp', 3443 'rendering/shapes/BoxShapeTest.cpp',
3442 'testing/PrivateScriptTestTest.cpp', 3444 'testing/PrivateScriptTestTest.cpp',
3443 'streams/ReadableStreamTest.cpp', 3445 'streams/ReadableStreamTest.cpp',
3444 'testing/UnitTestHelpers.cpp', 3446 'testing/UnitTestHelpers.cpp',
3445 'testing/UnitTestHelpers.h', 3447 'testing/UnitTestHelpers.h',
3446 'xml/parser/SharedBufferReaderTest.cpp', 3448 'xml/parser/SharedBufferReaderTest.cpp',
3447 ], 3449 ],
3448 } 3450 }
3449 } 3451 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/fetch/CrossOriginAccessControl.h » ('j') | Source/core/fetch/FetchUtils.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698