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

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

Issue 1890053002: Exclude simple headers when building Access-Control-Request-Headers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 8 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/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 3974 matching lines...) Expand 10 before | Expand all | Expand 10 after
3985 'editing/spellcheck/SpellCheckerTest.cpp', 3985 'editing/spellcheck/SpellCheckerTest.cpp',
3986 'editing/state_machines/BackspaceStateMachineTest.cpp', 3986 'editing/state_machines/BackspaceStateMachineTest.cpp',
3987 'editing/state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp ', 3987 'editing/state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp ',
3988 'editing/state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp' , 3988 'editing/state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp' ,
3989 'editing/state_machines/StateMachineTestUtil.cpp', 3989 'editing/state_machines/StateMachineTestUtil.cpp',
3990 'editing/state_machines/StateMachineUtilTest.cpp', 3990 'editing/state_machines/StateMachineUtilTest.cpp',
3991 'events/EventPathTest.cpp', 3991 'events/EventPathTest.cpp',
3992 'events/PointerEventFactoryTest.cpp', 3992 'events/PointerEventFactoryTest.cpp',
3993 'fetch/CachingCorrectnessTest.cpp', 3993 'fetch/CachingCorrectnessTest.cpp',
3994 'fetch/ClientHintsPreferencesTest.cpp', 3994 'fetch/ClientHintsPreferencesTest.cpp',
3995 'fetch/CrossOriginAccessControlTest.cpp',
3995 'fetch/FetchUtilsTest.cpp', 3996 'fetch/FetchUtilsTest.cpp',
3996 'fetch/ImageResourceTest.cpp', 3997 'fetch/ImageResourceTest.cpp',
3997 'fetch/MemoryCacheTest.cpp', 3998 'fetch/MemoryCacheTest.cpp',
3998 'fetch/MockResourceClients.cpp', 3999 'fetch/MockResourceClients.cpp',
3999 'fetch/MultipartImageResourceParserTest.cpp', 4000 'fetch/MultipartImageResourceParserTest.cpp',
4000 'fetch/RawResourceTest.cpp', 4001 'fetch/RawResourceTest.cpp',
4001 'fetch/ResourceFetcherTest.cpp', 4002 'fetch/ResourceFetcherTest.cpp',
4002 'fetch/ResourceLoaderOptionsTest.cpp', 4003 'fetch/ResourceLoaderOptionsTest.cpp',
4003 'fetch/ResourceTest.cpp', 4004 'fetch/ResourceTest.cpp',
4004 'fileapi/FileListTest.cpp', 4005 'fileapi/FileListTest.cpp',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
4104 'svg/SVGPathParserTest.cpp', 4105 'svg/SVGPathParserTest.cpp',
4105 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4106 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4106 'testing/PrivateScriptTestTest.cpp', 4107 'testing/PrivateScriptTestTest.cpp',
4107 'timing/MemoryInfoTest.cpp', 4108 'timing/MemoryInfoTest.cpp',
4108 'workers/WorkerThreadTest.cpp', 4109 'workers/WorkerThreadTest.cpp',
4109 'workers/WorkerThreadTestHelper.h', 4110 'workers/WorkerThreadTestHelper.h',
4110 'xml/parser/SharedBufferReaderTest.cpp', 4111 'xml/parser/SharedBufferReaderTest.cpp',
4111 ], 4112 ],
4112 } 4113 }
4113 } 4114 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698