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

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
« no previous file with comments | « no previous file | Source/core/fetch/CrossOriginAccessControl.h » ('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/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 1072 matching lines...) Expand 10 before | Expand all | Expand 10 after
1083 'fetch/CrossOriginAccessControl.cpp', 1083 'fetch/CrossOriginAccessControl.cpp',
1084 'fetch/CrossOriginAccessControl.h', 1084 'fetch/CrossOriginAccessControl.h',
1085 'fetch/DocumentResource.cpp', 1085 'fetch/DocumentResource.cpp',
1086 'fetch/DocumentResource.h', 1086 'fetch/DocumentResource.h',
1087 'fetch/DocumentResourceReference.h', 1087 'fetch/DocumentResourceReference.h',
1088 'fetch/FetchContext.cpp', 1088 'fetch/FetchContext.cpp',
1089 'fetch/FetchContext.h', 1089 'fetch/FetchContext.h',
1090 'fetch/FetchInitiatorInfo.h', 1090 'fetch/FetchInitiatorInfo.h',
1091 'fetch/FetchRequest.cpp', 1091 'fetch/FetchRequest.cpp',
1092 'fetch/FetchRequest.h', 1092 'fetch/FetchRequest.h',
1093 'fetch/FetchUtils.cpp',
1094 'fetch/FetchUtils.h',
1093 'fetch/FontResource.cpp', 1095 'fetch/FontResource.cpp',
1094 'fetch/FontResource.h', 1096 'fetch/FontResource.h',
1095 'fetch/ImageResource.cpp', 1097 'fetch/ImageResource.cpp',
1096 'fetch/ImageResource.h', 1098 'fetch/ImageResource.h',
1097 'fetch/MemoryCache.cpp', 1099 'fetch/MemoryCache.cpp',
1098 'fetch/MemoryCache.h', 1100 'fetch/MemoryCache.h',
1099 'fetch/RawResource.cpp', 1101 'fetch/RawResource.cpp',
1100 'fetch/RawResource.h', 1102 'fetch/RawResource.h',
1101 'fetch/Resource.cpp', 1103 'fetch/Resource.cpp',
1102 'fetch/Resource.h', 1104 'fetch/Resource.h',
(...skipping 2347 matching lines...) Expand 10 before | Expand all | Expand 10 after
3450 'rendering/shapes/BoxShapeTest.cpp', 3452 'rendering/shapes/BoxShapeTest.cpp',
3451 'rendering/style/OutlineValueTest.cpp', 3453 'rendering/style/OutlineValueTest.cpp',
3452 'testing/PrivateScriptTestTest.cpp', 3454 'testing/PrivateScriptTestTest.cpp',
3453 'streams/ReadableStreamTest.cpp', 3455 'streams/ReadableStreamTest.cpp',
3454 'testing/UnitTestHelpers.cpp', 3456 'testing/UnitTestHelpers.cpp',
3455 'testing/UnitTestHelpers.h', 3457 'testing/UnitTestHelpers.h',
3456 'xml/parser/SharedBufferReaderTest.cpp', 3458 'xml/parser/SharedBufferReaderTest.cpp',
3457 ], 3459 ],
3458 } 3460 }
3459 } 3461 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/fetch/CrossOriginAccessControl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698