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

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

Issue 2039363003: FirstMeaningfulPaint UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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
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 2056 matching lines...) Expand 10 before | Expand all | Expand 10 after
2067 'paint/EmbeddedObjectPainter.cpp', 2067 'paint/EmbeddedObjectPainter.cpp',
2068 'paint/EmbeddedObjectPainter.h', 2068 'paint/EmbeddedObjectPainter.h',
2069 'paint/FieldsetPainter.cpp', 2069 'paint/FieldsetPainter.cpp',
2070 'paint/FieldsetPainter.h', 2070 'paint/FieldsetPainter.h',
2071 'paint/FileUploadControlPainter.cpp', 2071 'paint/FileUploadControlPainter.cpp',
2072 'paint/FileUploadControlPainter.h', 2072 'paint/FileUploadControlPainter.h',
2073 'paint/FilterEffectBuilder.cpp', 2073 'paint/FilterEffectBuilder.cpp',
2074 'paint/FilterEffectBuilder.h', 2074 'paint/FilterEffectBuilder.h',
2075 'paint/FilterPainter.cpp', 2075 'paint/FilterPainter.cpp',
2076 'paint/FilterPainter.h', 2076 'paint/FilterPainter.h',
2077 'paint/FirstMeaningfulPaintDetector.cpp',
2078 'paint/FirstMeaningfulPaintDetector.h',
2077 'paint/FloatClipRecorder.cpp', 2079 'paint/FloatClipRecorder.cpp',
2078 'paint/FloatClipRecorder.h', 2080 'paint/FloatClipRecorder.h',
2079 'paint/FramePainter.cpp', 2081 'paint/FramePainter.cpp',
2080 'paint/FramePainter.h', 2082 'paint/FramePainter.h',
2081 'paint/FrameSetPainter.cpp', 2083 'paint/FrameSetPainter.cpp',
2082 'paint/FrameSetPainter.h', 2084 'paint/FrameSetPainter.h',
2083 'paint/GridPainter.cpp', 2085 'paint/GridPainter.cpp',
2084 'paint/GridPainter.h', 2086 'paint/GridPainter.h',
2085 'paint/HTMLCanvasPainter.cpp', 2087 'paint/HTMLCanvasPainter.cpp',
2086 'paint/HTMLCanvasPainter.h', 2088 'paint/HTMLCanvasPainter.h',
(...skipping 2139 matching lines...) Expand 10 before | Expand all | Expand 10 after
4226 'page/NetworkStateNotifierTest.cpp', 4228 'page/NetworkStateNotifierTest.cpp',
4227 'page/PagePopupClientTest.cpp', 4229 'page/PagePopupClientTest.cpp',
4228 'page/PrintContextTest.cpp', 4230 'page/PrintContextTest.cpp',
4229 'page/WindowFeaturesTest.cpp', 4231 'page/WindowFeaturesTest.cpp',
4230 'page/scrolling/ScrollStateTest.cpp', 4232 'page/scrolling/ScrollStateTest.cpp',
4231 'page/scrolling/SnapCoordinatorTest.cpp', 4233 'page/scrolling/SnapCoordinatorTest.cpp',
4232 'paint/HTMLCanvasPainterTest.cpp', 4234 'paint/HTMLCanvasPainterTest.cpp',
4233 'paint/LayerClipRecorderTest.cpp', 4235 'paint/LayerClipRecorderTest.cpp',
4234 'paint/LayoutObjectDrawingRecorderTest.cpp', 4236 'paint/LayoutObjectDrawingRecorderTest.cpp',
4235 'paint/NinePieceImageGridTest.cpp', 4237 'paint/NinePieceImageGridTest.cpp',
4238 'paint/FirstMeaningfulPaintDetectorTest.cpp',
4236 'paint/PaintControllerPaintTest.cpp', 4239 'paint/PaintControllerPaintTest.cpp',
4237 'paint/PaintControllerPaintTest.h', 4240 'paint/PaintControllerPaintTest.h',
4238 'paint/PaintInfoTest.cpp', 4241 'paint/PaintInfoTest.cpp',
4239 'paint/PaintLayerPainterTest.cpp', 4242 'paint/PaintLayerPainterTest.cpp',
4240 'paint/PaintPropertyTreeBuilderTest.cpp', 4243 'paint/PaintPropertyTreeBuilderTest.cpp',
4241 'paint/StubChromeClientForSPv2.h', 4244 'paint/StubChromeClientForSPv2.h',
4242 'paint/SVGInlineTextBoxPainterTest.cpp', 4245 'paint/SVGInlineTextBoxPainterTest.cpp',
4243 'paint/TableCellPainterTest.cpp', 4246 'paint/TableCellPainterTest.cpp',
4244 'paint/TextPainterTest.cpp', 4247 'paint/TextPainterTest.cpp',
4245 'paint/VideoPainterTest.cpp', 4248 'paint/VideoPainterTest.cpp',
4246 'streams/ReadableStreamOperationsTest.cpp', 4249 'streams/ReadableStreamOperationsTest.cpp',
4247 'streams/ReadableStreamReaderTest.cpp', 4250 'streams/ReadableStreamReaderTest.cpp',
4248 'streams/ReadableStreamTest.cpp', 4251 'streams/ReadableStreamTest.cpp',
4249 'style/ComputedStyleTest.cpp', 4252 'style/ComputedStyleTest.cpp',
4250 'style/OutlineValueTest.cpp', 4253 'style/OutlineValueTest.cpp',
4251 'style/SVGComputedStyleTest.cpp', 4254 'style/SVGComputedStyleTest.cpp',
4252 'svg/SVGPathParserTest.cpp', 4255 'svg/SVGPathParserTest.cpp',
4253 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4256 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4254 'svg/graphics/SVGImageTest.cpp', 4257 'svg/graphics/SVGImageTest.cpp',
4255 'testing/PrivateScriptTestTest.cpp', 4258 'testing/PrivateScriptTestTest.cpp',
4256 'timing/MemoryInfoTest.cpp', 4259 'timing/MemoryInfoTest.cpp',
4257 'timing/PerformanceBaseTest.cpp', 4260 'timing/PerformanceBaseTest.cpp',
4258 'timing/PerformanceObserverTest.cpp', 4261 'timing/PerformanceObserverTest.cpp',
4259 'workers/WorkerThreadTest.cpp', 4262 'workers/WorkerThreadTest.cpp',
4260 'workers/WorkerThreadTestHelper.h', 4263 'workers/WorkerThreadTestHelper.h',
4261 'xml/parser/SharedBufferReaderTest.cpp', 4264 'xml/parser/SharedBufferReaderTest.cpp',
4262 ], 4265 ],
4263 } 4266 }
4264 } 4267 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698