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

Side by Side Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 1729963002: WIP/proof-of-concept to make blink::LinkHeader reuse net:: parsing code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@string-tokenizer-brackets
Patch Set: Created 4 years, 9 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 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 'animation/AnimationTranslationUtil.cpp', 150 'animation/AnimationTranslationUtil.cpp',
151 'animation/AnimationTranslationUtil.h', 151 'animation/AnimationTranslationUtil.h',
152 'animation/AnimationUtilities.h', 152 'animation/AnimationUtilities.h',
153 'animation/CubicBezierControlPoints.cpp', 153 'animation/CubicBezierControlPoints.cpp',
154 'animation/CubicBezierControlPoints.h', 154 'animation/CubicBezierControlPoints.h',
155 'animation/TimingFunction.cpp', 155 'animation/TimingFunction.cpp',
156 'animation/TimingFunction.h', 156 'animation/TimingFunction.h',
157 'animation/UnitBezier.h', 157 'animation/UnitBezier.h',
158 'animation/CompositorAnimation.cpp', 158 'animation/CompositorAnimation.cpp',
159 'animation/CompositorAnimation.h', 159 'animation/CompositorAnimation.h',
160 'animation/CompositorAnimationCurve.cpp', 160 'animation/CompositorAnimationCurve.cpp',
161 'animation/CompositorAnimationCurve.h', 161 'animation/CompositorAnimationCurve.h',
162 'animation/CompositorAnimationPlayer.cpp', 162 'animation/CompositorAnimationPlayer.cpp',
163 'animation/CompositorAnimationPlayer.h', 163 'animation/CompositorAnimationPlayer.h',
164 'animation/CompositorAnimationPlayerClient.cpp', 164 'animation/CompositorAnimationPlayerClient.cpp',
165 'animation/CompositorAnimationPlayerClient.h', 165 'animation/CompositorAnimationPlayerClient.h',
166 'animation/CompositorAnimationTimeline.cpp', 166 'animation/CompositorAnimationTimeline.cpp',
167 'animation/CompositorAnimationTimeline.h', 167 'animation/CompositorAnimationTimeline.h',
168 'animation/CompositorFilterAnimationCurve.cpp', 168 'animation/CompositorFilterAnimationCurve.cpp',
169 'animation/CompositorFilterAnimationCurve.h', 169 'animation/CompositorFilterAnimationCurve.h',
170 'animation/CompositorFilterKeyframe.cpp', 170 'animation/CompositorFilterKeyframe.cpp',
171 'animation/CompositorFilterKeyframe.h', 171 'animation/CompositorFilterKeyframe.h',
172 'animation/CompositorFloatAnimationCurve.cpp', 172 'animation/CompositorFloatAnimationCurve.cpp',
173 'animation/CompositorFloatAnimationCurve.h', 173 'animation/CompositorFloatAnimationCurve.h',
174 'animation/CompositorFloatKeyframe.h', 174 'animation/CompositorFloatKeyframe.h',
175 'animation/CompositorScrollOffsetAnimationCurve.cpp', 175 'animation/CompositorScrollOffsetAnimationCurve.cpp',
176 'animation/CompositorScrollOffsetAnimationCurve.h', 176 'animation/CompositorScrollOffsetAnimationCurve.h',
177 'animation/CompositorTransformAnimationCurve.cpp', 177 'animation/CompositorTransformAnimationCurve.cpp',
178 'animation/CompositorTransformAnimationCurve.h', 178 'animation/CompositorTransformAnimationCurve.h',
179 'animation/CompositorTransformKeyframe.cpp', 179 'animation/CompositorTransformKeyframe.cpp',
180 'animation/CompositorTransformKeyframe.h', 180 'animation/CompositorTransformKeyframe.h',
181 'animation/CompositorTransformOperations.cpp', 181 'animation/CompositorTransformOperations.cpp',
182 'animation/CompositorTransformOperations.h', 182 'animation/CompositorTransformOperations.h',
183 'audio/AudioArray.h', 183 'audio/AudioArray.h',
184 'audio/AudioBus.cpp', 184 'audio/AudioBus.cpp',
185 'audio/AudioBus.h', 185 'audio/AudioBus.h',
186 'audio/AudioChannel.cpp', 186 'audio/AudioChannel.cpp',
187 'audio/AudioChannel.h', 187 'audio/AudioChannel.h',
188 'audio/AudioDSPKernel.cpp', 188 'audio/AudioDSPKernel.cpp',
189 'audio/AudioDSPKernel.h', 189 'audio/AudioDSPKernel.h',
190 'audio/AudioDSPKernelProcessor.cpp', 190 'audio/AudioDSPKernelProcessor.cpp',
191 'audio/AudioDSPKernelProcessor.h', 191 'audio/AudioDSPKernelProcessor.h',
192 'audio/AudioDelayDSPKernel.cpp', 192 'audio/AudioDelayDSPKernel.cpp',
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 'graphics/CanvasMetrics.h', 553 'graphics/CanvasMetrics.h',
554 'graphics/Color.cpp', 554 'graphics/Color.cpp',
555 'graphics/Color.h', 555 'graphics/Color.h',
556 'graphics/ColorSpace.cpp', 556 'graphics/ColorSpace.cpp',
557 'graphics/ColorSpace.h', 557 'graphics/ColorSpace.h',
558 'graphics/ColorSpaceProfileData.cpp', 558 'graphics/ColorSpaceProfileData.cpp',
559 'graphics/ColorSpaceProfileData.h', 559 'graphics/ColorSpaceProfileData.h',
560 'graphics/CompositingReasons.cpp', 560 'graphics/CompositingReasons.cpp',
561 'graphics/CompositingReasons.h', 561 'graphics/CompositingReasons.h',
562 'graphics/CompositorFactory.cpp', 562 'graphics/CompositorFactory.cpp',
563 'graphics/CompositorFactory.h', 563 'graphics/CompositorFactory.h',
564 'graphics/CompositorFilterOperations.cpp', 564 'graphics/CompositorFilterOperations.cpp',
565 'graphics/CompositorFilterOperations.h', 565 'graphics/CompositorFilterOperations.h',
566 'graphics/CompositorMutableState.cpp', 566 'graphics/CompositorMutableState.cpp',
567 'graphics/CompositorMutableState.h', 567 'graphics/CompositorMutableState.h',
568 'graphics/CompositorMutableStateProvider.cpp', 568 'graphics/CompositorMutableStateProvider.cpp',
569 'graphics/CompositorMutableStateProvider.h', 569 'graphics/CompositorMutableStateProvider.h',
570 'graphics/ContentLayerDelegate.cpp', 570 'graphics/ContentLayerDelegate.cpp',
571 'graphics/ContentLayerDelegate.h', 571 'graphics/ContentLayerDelegate.h',
572 'graphics/ContiguousContainer.cpp', 572 'graphics/ContiguousContainer.cpp',
573 'graphics/ContiguousContainer.h', 573 'graphics/ContiguousContainer.h',
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
858 'network/ContentSecurityPolicyResponseHeaders.cpp', 858 'network/ContentSecurityPolicyResponseHeaders.cpp',
859 'network/ContentSecurityPolicyResponseHeaders.h', 859 'network/ContentSecurityPolicyResponseHeaders.h',
860 'network/EncodedFormData.cpp', 860 'network/EncodedFormData.cpp',
861 'network/EncodedFormData.h', 861 'network/EncodedFormData.h',
862 'network/FormDataEncoder.cpp', 862 'network/FormDataEncoder.cpp',
863 'network/FormDataEncoder.h', 863 'network/FormDataEncoder.h',
864 'network/HTTPHeaderMap.cpp', 864 'network/HTTPHeaderMap.cpp',
865 'network/HTTPHeaderMap.h', 865 'network/HTTPHeaderMap.h',
866 'network/HTTPParsers.cpp', 866 'network/HTTPParsers.cpp',
867 'network/HTTPParsers.h', 867 'network/HTTPParsers.h',
868 'network/LinkHeader.cpp',
869 'network/LinkHeader.h',
868 'network/NetworkHints.cpp', 870 'network/NetworkHints.cpp',
869 'network/NetworkHints.h', 871 'network/NetworkHints.h',
870 'network/ParsedContentType.cpp', 872 'network/ParsedContentType.cpp',
871 'network/ParsedContentType.h', 873 'network/ParsedContentType.h',
872 'network/ResourceError.cpp', 874 'network/ResourceError.cpp',
873 'network/ResourceError.h', 875 'network/ResourceError.h',
874 'network/ResourceLoadTiming.cpp', 876 'network/ResourceLoadTiming.cpp',
875 'network/ResourceLoadTiming.h', 877 'network/ResourceLoadTiming.h',
876 'network/ResourceRequest.cpp', 878 'network/ResourceRequest.cpp',
877 'network/ResourceRequest.h', 879 'network/ResourceRequest.h',
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
1154 'graphics/paint/DisplayItemClientTest.cpp', 1156 'graphics/paint/DisplayItemClientTest.cpp',
1155 'graphics/paint/DisplayItemTest.cpp', 1157 'graphics/paint/DisplayItemTest.cpp',
1156 'graphics/paint/PaintArtifactToSkCanvasTest.cpp', 1158 'graphics/paint/PaintArtifactToSkCanvasTest.cpp',
1157 'graphics/paint/PaintChunkerTest.cpp', 1159 'graphics/paint/PaintChunkerTest.cpp',
1158 'graphics/paint/PaintControllerTest.cpp', 1160 'graphics/paint/PaintControllerTest.cpp',
1159 'image-decoders/FastSharedBufferReaderTest.cpp', 1161 'image-decoders/FastSharedBufferReaderTest.cpp',
1160 'image-decoders/ImageDecoderTest.cpp', 1162 'image-decoders/ImageDecoderTest.cpp',
1161 'mac/VersionUtilMacTest.mm', 1163 'mac/VersionUtilMacTest.mm',
1162 'network/EncodedFormDataTest.cpp', 1164 'network/EncodedFormDataTest.cpp',
1163 'network/HTTPParsersTest.cpp', 1165 'network/HTTPParsersTest.cpp',
1166 'network/LinkHeaderTest.cpp',
1164 'network/ResourceRequestTest.cpp', 1167 'network/ResourceRequestTest.cpp',
1165 'scheduler/CancellableTaskFactoryTest.cpp', 1168 'scheduler/CancellableTaskFactoryTest.cpp',
1166 'scroll/ScrollableAreaTest.cpp', 1169 'scroll/ScrollableAreaTest.cpp',
1167 'testing/ArenaTestHelpers.h', 1170 'testing/ArenaTestHelpers.h',
1168 'testing/TreeTestHelpers.cpp', 1171 'testing/TreeTestHelpers.cpp',
1169 'testing/TreeTestHelpers.h', 1172 'testing/TreeTestHelpers.h',
1170 'text/BidiResolverTest.cpp', 1173 'text/BidiResolverTest.cpp',
1171 'text/DateTimeFormatTest.cpp', 1174 'text/DateTimeFormatTest.cpp',
1172 'text/LocaleToScriptMappingTest.cpp', 1175 'text/LocaleToScriptMappingTest.cpp',
1173 'text/SegmentedStringTest.cpp', 1176 'text/SegmentedStringTest.cpp',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
1250 ['OS!="mac"', 1253 ['OS!="mac"',
1251 { 1254 {
1252 'platform_test_files': [ 1255 'platform_test_files': [
1253 'scroll/ScrollAnimatorTest.cpp', 1256 'scroll/ScrollAnimatorTest.cpp',
1254 ], 1257 ],
1255 } 1258 }
1256 ], 1259 ],
1257 ], 1260 ],
1258 }, 1261 },
1259 } 1262 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/blink_platform.gyp ('k') | third_party/WebKit/Source/platform/network/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698