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

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

Issue 2294893002: Remove .gypi sharing for Blink core + some tests (Closed)
Patch Set: gn check fixes 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
« no previous file with comments | « third_party/WebKit/Source/core/core.gni ('k') | third_party/WebKit/Source/modules/BUILD.gn » ('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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
10 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.idl',
(...skipping 4015 matching lines...) Expand 10 before | Expand all | Expand 10 after
4026 'testing/PrivateScriptTest.cpp', 4026 'testing/PrivateScriptTest.cpp',
4027 'testing/PrivateScriptTest.h', 4027 'testing/PrivateScriptTest.h',
4028 'testing/TypeConversions.h', 4028 'testing/TypeConversions.h',
4029 'testing/UnionTypesTest.cpp', 4029 'testing/UnionTypesTest.cpp',
4030 'testing/UnionTypesTest.h', 4030 'testing/UnionTypesTest.h',
4031 'testing/v8/WebCoreTestSupport.cpp', 4031 'testing/v8/WebCoreTestSupport.cpp',
4032 'testing/v8/WebCoreTestSupport.h', 4032 'testing/v8/WebCoreTestSupport.h',
4033 'testing/WorkerInternals.cpp', 4033 'testing/WorkerInternals.cpp',
4034 'testing/WorkerInternals.h', 4034 'testing/WorkerInternals.h',
4035 ], 4035 ],
4036 'core_unittest_files': [
4037 'animation/AnimationClockTest.cpp',
4038 'animation/AnimationInputHelpersTest.cpp',
4039 'animation/AnimationEffectReadOnlyTest.cpp',
4040 'animation/AnimationTest.cpp',
4041 'animation/AnimationStackTest.cpp',
4042 'animation/KeyframeEffectTest.cpp',
4043 'animation/AnimationTestHelper.cpp',
4044 'animation/AnimationTestHelper.h',
4045 'animation/AnimationTimelineTest.cpp',
4046 'animation/CompositorAnimationsTest.cpp',
4047 'animation/DocumentTimelineTest.cpp',
4048 'animation/EffectInputTest.cpp',
4049 'animation/InterpolableValueTest.cpp',
4050 'animation/InterpolationEffectTest.cpp',
4051 'animation/KeyframeEffectModelTest.cpp',
4052 'animation/PropertyHandleTest.cpp',
4053 'animation/TimingCalculationsTest.cpp',
4054 'animation/TimingInputTest.cpp',
4055 'animation/animatable/AnimatableColorTest.cpp',
4056 'animation/animatable/AnimatableDoubleAndBoolTest.cpp',
4057 'animation/animatable/AnimatableDoubleTest.cpp',
4058 'animation/animatable/AnimatableLengthTest.cpp',
4059 'animation/animatable/AnimatableNeutralTest.cpp',
4060 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp',
4061 'animation/animatable/AnimatableUnknownTest.cpp',
4062 'animation/animatable/AnimatableValueTestHelper.cpp',
4063 'animation/animatable/AnimatableValueTestHelper.h',
4064 'animation/animatable/AnimatableValueTestHelperTest.cpp',
4065 'clipboard/DataObjectTest.cpp',
4066 'css/AffectedByFocusTest.cpp',
4067 'css/CSSCalculationValueTest.cpp',
4068 'css/CSSFontFaceSourceTest.cpp',
4069 'css/CSSPageRuleTest.cpp',
4070 'css/CSSSelectorTest.cpp',
4071 'css/CSSStyleDeclarationTest.cpp',
4072 'css/CSSStyleSheetResourceTest.cpp',
4073 'css/CSSTestHelper.cpp',
4074 'css/CSSTestHelper.h',
4075 'css/CSSValueTestHelper.h',
4076 'css/DragUpdateTest.cpp',
4077 'css/MediaQueryEvaluatorTest.cpp',
4078 'css/MediaQueryListTest.cpp',
4079 'css/MediaQueryMatcherTest.cpp',
4080 'css/MediaQuerySetTest.cpp',
4081 'css/MediaValuesTest.cpp',
4082 'css/RuleFeatureSetTest.cpp',
4083 'css/RuleSetTest.cpp',
4084 'css/StyleSheetContentsTest.cpp',
4085 'css/cssom/CSSResourceValueTest.cpp',
4086 'css/cssom/CSSStyleImageValueTest.cpp',
4087 'css/cssom/CSSTokenStreamValueTest.cpp',
4088 'css/cssom/CSSURLImageValueTest.cpp',
4089 'css/cssom/CSSVariableReferenceValueTest.cpp',
4090 'css/cssom/FilteredComputedStylePropertyMapTest.cpp',
4091 'css/invalidation/InvalidationSetTest.cpp',
4092 'css/parser/CSSParserFastPathsTest.cpp',
4093 'css/parser/CSSParserTokenTest.cpp',
4094 'css/parser/CSSPropertyParserTest.cpp',
4095 'css/parser/CSSSelectorParserTest.cpp',
4096 'css/parser/CSSTokenizerTest.cpp',
4097 'css/parser/MediaConditionTest.cpp',
4098 'css/parser/SizesAttributeParserTest.cpp',
4099 'css/parser/SizesCalcParserTest.cpp',
4100 'css/resolver/FontBuilderTest.cpp',
4101 'css/resolver/MatchResultTest.cpp',
4102 'css/resolver/SharedStyleFinderTest.cpp',
4103 'dom/ActiveDOMObjectTest.cpp',
4104 'dom/AttrTest.cpp',
4105 'dom/CSSSelectorWatchTest.cpp',
4106 'dom/DOMImplementationTest.cpp',
4107 'dom/DocumentStatisticsCollectorTest.cpp',
4108 'dom/DocumentTest.cpp',
4109 'dom/ElementTest.cpp',
4110 'dom/ExecutionContextTaskTest.cpp',
4111 'dom/MainThreadTaskRunnerTest.cpp',
4112 'dom/NodeTest.cpp',
4113 'dom/NthIndexCacheTest.cpp',
4114 'dom/RangeTest.cpp',
4115 'dom/ScriptRunnerTest.cpp',
4116 'dom/SelectorQueryTest.cpp',
4117 'dom/StaticRangeTest.cpp',
4118 'dom/StyleElementTest.cpp',
4119 'dom/StyleEngineTest.cpp',
4120 'dom/TextTest.cpp',
4121 'dom/TreeScopeStyleSheetCollectionTest.cpp',
4122 'dom/TreeScopeTest.cpp',
4123 'dom/URLSearchParamsTest.cpp',
4124 'dom/custom/CustomElementDescriptorTest.cpp',
4125 'dom/custom/CustomElementReactionQueueTest.cpp',
4126 'dom/custom/CustomElementReactionStackTest.cpp',
4127 'dom/custom/CustomElementReactionTestHelpers.h',
4128 'dom/custom/CustomElementTest.cpp',
4129 'dom/custom/CustomElementTestHelpers.h',
4130 'dom/custom/CustomElementUpgradeSorterTest.cpp',
4131 'dom/custom/CustomElementRegistryTest.cpp',
4132 'dom/shadow/FlatTreeTraversalTest.cpp',
4133 'editing/EditingCommandTest.cpp',
4134 'editing/EditingStrategyTest.cpp',
4135 'editing/EditingStyleTest.cpp',
4136 'editing/EditingTestBase.cpp',
4137 'editing/EditingTestBase.h',
4138 'editing/EditingUtilitiesTest.cpp',
4139 'editing/EditorTest.cpp',
4140 'editing/EphemeralRangeTest.cpp',
4141 'editing/FrameSelectionTest.cpp',
4142 'editing/GranularityStrategyTest.cpp',
4143 'editing/InputMethodControllerTest.cpp',
4144 'editing/commands/ReplaceSelectionCommandTest.cpp',
4145 'editing/iterators/BackwardsTextBufferTest.cpp',
4146 'editing/iterators/CharacterIteratorTest.cpp',
4147 'editing/iterators/ForwardsTextBufferTest.cpp',
4148 'editing/iterators/SearchBufferTest.cpp',
4149 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp',
4150 'editing/iterators/TextIteratorTest.cpp',
4151 'editing/markers/DocumentMarkerControllerTest.cpp',
4152 'editing/PositionTest.cpp',
4153 'editing/RelocatablePositionTest.cpp',
4154 'editing/SelectionAdjusterTest.cpp',
4155 'editing/SurroundingTextTest.cpp',
4156 'editing/VisiblePositionTest.cpp',
4157 'editing/VisibleSelectionTest.cpp',
4158 'editing/VisibleUnitsTest.cpp',
4159 'editing/serializers/StyledMarkupSerializerTest.cpp',
4160 'editing/spellcheck/SpellCheckerTest.cpp',
4161 'editing/state_machines/BackspaceStateMachineTest.cpp',
4162 'editing/state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp ',
4163 'editing/state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp' ,
4164 'editing/state_machines/StateMachineTestUtil.cpp',
4165 'editing/state_machines/StateMachineUtilTest.cpp',
4166 'events/EventPathTest.cpp',
4167 'events/EventTargetTest.cpp',
4168 'events/PointerEventFactoryTest.cpp',
4169 'fetch/CachingCorrectnessTest.cpp',
4170 'fetch/ClientHintsPreferencesTest.cpp',
4171 'fetch/CrossOriginAccessControlTest.cpp',
4172 'fetch/FetchUtilsTest.cpp',
4173 'fetch/ImageResourceTest.cpp',
4174 'fetch/MemoryCacheTest.cpp',
4175 'fetch/MockResourceClients.cpp',
4176 'fetch/MultipartImageResourceParserTest.cpp',
4177 'fetch/RawResourceTest.cpp',
4178 'fetch/ResourceFetcherTest.cpp',
4179 'fetch/ResourceLoaderOptionsTest.cpp',
4180 'fetch/ResourceTest.cpp',
4181 'fileapi/FileListTest.cpp',
4182 'fileapi/FileTest.cpp',
4183 'frame/FrameViewTest.cpp',
4184 'frame/HistoryTest.cpp',
4185 'frame/ImageBitmapTest.cpp',
4186 'frame/LocalFrameTest.cpp',
4187 'frame/OriginsUsingFeaturesTest.cpp',
4188 'frame/RootFrameViewportTest.cpp',
4189 'frame/SubresourceIntegrityTest.cpp',
4190 'frame/UseCounterTest.cpp',
4191 'frame/csp/CSPDirectiveListTest.cpp',
4192 'frame/csp/CSPSourceListTest.cpp',
4193 'frame/csp/CSPSourceTest.cpp',
4194 'frame/csp/ContentSecurityPolicyTest.cpp',
4195 'html/AutoplayExperimentTest.cpp',
4196 'html/FormDataTest.cpp',
4197 'html/HTMLDimensionTest.cpp',
4198 'html/HTMLFormControlElementTest.cpp',
4199 'html/HTMLIFrameElementPermissionsTest.cpp',
4200 'html/HTMLIFrameElementTest.cpp',
4201 'html/HTMLImageElementTest.cpp',
4202 'html/HTMLInputElementTest.cpp',
4203 'html/HTMLLinkElementSizesAttributeTest.cpp',
4204 'html/HTMLOutputElementTest.cpp',
4205 'html/HTMLSelectElementTest.cpp',
4206 'html/HTMLTableRowElementTest.cpp',
4207 'html/HTMLTextAreaElementTest.cpp',
4208 'html/HTMLTextFormControlElementTest.cpp',
4209 'html/HTMLVideoElementTest.cpp',
4210 'html/LinkRelAttributeTest.cpp',
4211 'html/TimeRangesTest.cpp',
4212 'html/canvas/CanvasAsyncBlobCreatorTest.cpp',
4213 'html/canvas/CanvasFontCacheTest.cpp',
4214 'html/forms/EmailInputTypeTest.cpp',
4215 'html/forms/FileInputTypeTest.cpp',
4216 'html/forms/OptionListTest.cpp',
4217 'html/forms/StepRangeTest.cpp',
4218 'html/parser/AtomicHTMLTokenTest.cpp',
4219 'html/parser/CompactHTMLTokenTest.cpp',
4220 'html/parser/CSSPreloadScannerTest.cpp',
4221 'html/parser/HTMLDocumentParserTest.cpp',
4222 'html/parser/HTMLEntityParserTest.cpp',
4223 'html/parser/HTMLParserIdiomsTest.cpp',
4224 'html/parser/HTMLParserThreadTest.cpp',
4225 'html/parser/HTMLPreloadScannerTest.cpp',
4226 'html/parser/HTMLResourcePreloaderTest.cpp',
4227 'html/parser/HTMLSrcsetParserTest.cpp',
4228 'html/parser/HTMLTokenizerTest.cpp',
4229 'html/parser/HTMLTreeBuilderSimulatorTest.cpp',
4230 'html/parser/TextResourceDecoderTest.cpp',
4231 'html/shadow/MediaControlsTest.cpp',
4232 'html/track/TextTrackListTest.cpp',
4233 'html/track/vtt/BufferedLineReaderTest.cpp',
4234 'html/track/vtt/VTTScannerTest.cpp',
4235 'input/EventHandlerTest.cpp',
4236 'inspector/ProtocolParserTest.cpp',
4237 'layout/ImageQualityControllerTest.cpp',
4238 'layout/InlineTextBoxTest.cpp',
4239 'layout/LayoutBlockTest.cpp',
4240 'layout/LayoutBoxModelObjectTest.cpp',
4241 'layout/LayoutBoxTest.cpp',
4242 'layout/LayoutInlineTest.cpp',
4243 'layout/LayoutMultiColumnFlowThreadTest.cpp',
4244 'layout/LayoutObjectTest.cpp',
4245 'layout/LayoutPartTest.cpp',
4246 'layout/LayoutProgressTest.cpp',
4247 'layout/LayoutTableCellTest.cpp',
4248 'layout/LayoutTableRowTest.cpp',
4249 'layout/LayoutTableSectionTest.cpp',
4250 'layout/LayoutTestHelper.cpp',
4251 'layout/LayoutTestHelper.h',
4252 'layout/LayoutThemeTest.cpp',
4253 'layout/MapCoordinatesTest.cpp',
4254 'layout/MultiColumnFragmentainerGroupTest.cpp',
4255 'layout/OverflowModelTest.cpp',
4256 'layout/PaginationTest.cpp',
4257 'layout/PaintContainmentTest.cpp',
4258 'layout/ScrollAnchorTest.cpp',
4259 'layout/TextAutosizerTest.cpp',
4260 'layout/VisualRectMappingTest.cpp',
4261 'layout/compositing/CompositedLayerMappingTest.cpp',
4262 'layout/ng/ng_block_layout_algorithm_test.cc',
4263 'layout/ng/ng_constraint_space_test.cc',
4264 'layout/ng/ng_length_utils_test.cc',
4265 'layout/shapes/BoxShapeTest.cpp',
4266 'layout/svg/LayoutSVGRootTest.cpp',
4267 'loader/DocumentLoadTimingTest.cpp',
4268 'loader/FrameFetchContextTest.cpp',
4269 'loader/LinkLoaderTest.cpp',
4270 'loader/MixedContentCheckerTest.cpp',
4271 'loader/TextResourceDecoderBuilderTest.cpp',
4272 'loader/ThreadableLoaderTest.cpp',
4273 'origin_trials/OriginTrialContextTest.cpp',
4274 'page/ChromeClientTest.cpp',
4275 'page/ContextMenuControllerTest.cpp',
4276 'page/EventSourceParserTest.cpp',
4277 'page/FocusControllerTest.cpp',
4278 'page/NetworkStateNotifierTest.cpp',
4279 'page/PagePopupClientTest.cpp',
4280 'page/PrintContextTest.cpp',
4281 'page/WindowFeaturesTest.cpp',
4282 'page/scrolling/ScrollStateTest.cpp',
4283 'page/scrolling/SnapCoordinatorTest.cpp',
4284 'paint/HTMLCanvasPainterTest.cpp',
4285 'paint/LayerClipRecorderTest.cpp',
4286 'paint/LayoutObjectDrawingRecorderTest.cpp',
4287 'paint/NinePieceImageGridTest.cpp',
4288 'paint/FirstMeaningfulPaintDetectorTest.cpp',
4289 'paint/ObjectPaintInvalidatorTest.cpp',
4290 'paint/PaintControllerPaintTest.cpp',
4291 'paint/PaintControllerPaintTest.h',
4292 'paint/PaintInfoTest.cpp',
4293 'paint/PaintLayerPainterTest.cpp',
4294 'paint/PaintLayerScrollableAreaTest.cpp',
4295 'paint/PaintPropertyTreeBuilderTest.cpp',
4296 'paint/StubChromeClientForSPv2.h',
4297 'paint/SVGInlineTextBoxPainterTest.cpp',
4298 'paint/TableCellPainterTest.cpp',
4299 'paint/TextPainterTest.cpp',
4300 'paint/VideoPainterTest.cpp',
4301 'streams/ReadableStreamOperationsTest.cpp',
4302 'style/ComputedStyleTest.cpp',
4303 'style/OutlineValueTest.cpp',
4304 'style/SVGComputedStyleTest.cpp',
4305 'svg/SVGPathParserTest.cpp',
4306 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4307 'svg/graphics/SVGImageTest.cpp',
4308 'testing/PrivateScriptTestTest.cpp',
4309 'timing/MemoryInfoTest.cpp',
4310 'timing/PerformanceBaseTest.cpp',
4311 'timing/PerformanceObserverTest.cpp',
4312 'workers/DedicatedWorkerTest.cpp',
4313 'workers/WorkerThreadTest.cpp',
4314 'workers/WorkerThreadTestHelper.h',
4315 'xml/parser/SharedBufferReaderTest.cpp',
4316 ],
4317 } 4036 }
4318 } 4037 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/core.gni ('k') | third_party/WebKit/Source/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698