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

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

Issue 2258743002: Reserve Vector's capacity manually in CachedMetadata (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 3 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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
10 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.idl',
(...skipping 1666 matching lines...) Expand 10 before | Expand all | Expand 10 after
1677 'editing/state_machines/BackwardGraphemeBoundaryStateMachine.h', 1677 'editing/state_machines/BackwardGraphemeBoundaryStateMachine.h',
1678 'editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp', 1678 'editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp',
1679 'editing/state_machines/ForwardGraphemeBoundaryStateMachine.h', 1679 'editing/state_machines/ForwardGraphemeBoundaryStateMachine.h',
1680 'editing/state_machines/TextSegmentationMachineState.cpp', 1680 'editing/state_machines/TextSegmentationMachineState.cpp',
1681 'editing/state_machines/TextSegmentationMachineState.h', 1681 'editing/state_machines/TextSegmentationMachineState.h',
1682 'editing/state_machines/StateMachineUtil.cpp', 1682 'editing/state_machines/StateMachineUtil.cpp',
1683 'editing/state_machines/StateMachineUtil.h', 1683 'editing/state_machines/StateMachineUtil.h',
1684 'fetch/AccessControlStatus.h', 1684 'fetch/AccessControlStatus.h',
1685 'fetch/CSSStyleSheetResource.cpp', 1685 'fetch/CSSStyleSheetResource.cpp',
1686 'fetch/CSSStyleSheetResource.h', 1686 'fetch/CSSStyleSheetResource.h',
1687 'fetch/CachedMetadata.cpp',
1687 'fetch/CachedMetadata.h', 1688 'fetch/CachedMetadata.h',
1688 'fetch/CachedMetadataHandler.h', 1689 'fetch/CachedMetadataHandler.h',
1689 'fetch/ClientHintsPreferences.cpp', 1690 'fetch/ClientHintsPreferences.cpp',
1690 'fetch/ClientHintsPreferences.h', 1691 'fetch/ClientHintsPreferences.h',
1691 'fetch/CrossOriginAccessControl.cpp', 1692 'fetch/CrossOriginAccessControl.cpp',
1692 'fetch/CrossOriginAccessControl.h', 1693 'fetch/CrossOriginAccessControl.h',
1693 'fetch/DocumentResource.cpp', 1694 'fetch/DocumentResource.cpp',
1694 'fetch/DocumentResource.h', 1695 'fetch/DocumentResource.h',
1695 'fetch/DocumentResourceReference.h', 1696 'fetch/DocumentResourceReference.h',
1696 'fetch/FetchContext.cpp', 1697 'fetch/FetchContext.cpp',
(...skipping 2601 matching lines...) Expand 10 before | Expand all | Expand 10 after
4298 'timing/MemoryInfoTest.cpp', 4299 'timing/MemoryInfoTest.cpp',
4299 'timing/PerformanceBaseTest.cpp', 4300 'timing/PerformanceBaseTest.cpp',
4300 'timing/PerformanceObserverTest.cpp', 4301 'timing/PerformanceObserverTest.cpp',
4301 'workers/DedicatedWorkerTest.cpp', 4302 'workers/DedicatedWorkerTest.cpp',
4302 'workers/WorkerThreadTest.cpp', 4303 'workers/WorkerThreadTest.cpp',
4303 'workers/WorkerThreadTestHelper.h', 4304 'workers/WorkerThreadTestHelper.h',
4304 'xml/parser/SharedBufferReaderTest.cpp', 4305 'xml/parser/SharedBufferReaderTest.cpp',
4305 ], 4306 ],
4306 } 4307 }
4307 } 4308 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.cpp ('k') | third_party/WebKit/Source/core/fetch/CachedMetadata.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698