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

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: review comments 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 2043 matching lines...) Expand 10 before | Expand all | Expand 10 after
2054 'paint/EmbeddedObjectPainter.cpp', 2054 'paint/EmbeddedObjectPainter.cpp',
2055 'paint/EmbeddedObjectPainter.h', 2055 'paint/EmbeddedObjectPainter.h',
2056 'paint/FieldsetPainter.cpp', 2056 'paint/FieldsetPainter.cpp',
2057 'paint/FieldsetPainter.h', 2057 'paint/FieldsetPainter.h',
2058 'paint/FileUploadControlPainter.cpp', 2058 'paint/FileUploadControlPainter.cpp',
2059 'paint/FileUploadControlPainter.h', 2059 'paint/FileUploadControlPainter.h',
2060 'paint/FilterEffectBuilder.cpp', 2060 'paint/FilterEffectBuilder.cpp',
2061 'paint/FilterEffectBuilder.h', 2061 'paint/FilterEffectBuilder.h',
2062 'paint/FilterPainter.cpp', 2062 'paint/FilterPainter.cpp',
2063 'paint/FilterPainter.h', 2063 'paint/FilterPainter.h',
2064 'paint/FirstMeaningfulPaintDetector.cpp',
2065 'paint/FirstMeaningfulPaintDetector.h',
2064 'paint/FloatClipRecorder.cpp', 2066 'paint/FloatClipRecorder.cpp',
2065 'paint/FloatClipRecorder.h', 2067 'paint/FloatClipRecorder.h',
2066 'paint/FramePainter.cpp', 2068 'paint/FramePainter.cpp',
2067 'paint/FramePainter.h', 2069 'paint/FramePainter.h',
2068 'paint/FrameSetPainter.cpp', 2070 'paint/FrameSetPainter.cpp',
2069 'paint/FrameSetPainter.h', 2071 'paint/FrameSetPainter.h',
2070 'paint/GridPainter.cpp', 2072 'paint/GridPainter.cpp',
2071 'paint/GridPainter.h', 2073 'paint/GridPainter.h',
2072 'paint/HTMLCanvasPainter.cpp', 2074 'paint/HTMLCanvasPainter.cpp',
2073 'paint/HTMLCanvasPainter.h', 2075 'paint/HTMLCanvasPainter.h',
(...skipping 2137 matching lines...) Expand 10 before | Expand all | Expand 10 after
4211 'page/NetworkStateNotifierTest.cpp', 4213 'page/NetworkStateNotifierTest.cpp',
4212 'page/PagePopupClientTest.cpp', 4214 'page/PagePopupClientTest.cpp',
4213 'page/PrintContextTest.cpp', 4215 'page/PrintContextTest.cpp',
4214 'page/WindowFeaturesTest.cpp', 4216 'page/WindowFeaturesTest.cpp',
4215 'page/scrolling/ScrollStateTest.cpp', 4217 'page/scrolling/ScrollStateTest.cpp',
4216 'page/scrolling/SnapCoordinatorTest.cpp', 4218 'page/scrolling/SnapCoordinatorTest.cpp',
4217 'paint/HTMLCanvasPainterTest.cpp', 4219 'paint/HTMLCanvasPainterTest.cpp',
4218 'paint/LayerClipRecorderTest.cpp', 4220 'paint/LayerClipRecorderTest.cpp',
4219 'paint/LayoutObjectDrawingRecorderTest.cpp', 4221 'paint/LayoutObjectDrawingRecorderTest.cpp',
4220 'paint/NinePieceImageGridTest.cpp', 4222 'paint/NinePieceImageGridTest.cpp',
4223 'paint/FirstMeaningfulPaintDetectorTest.cpp',
4221 'paint/PaintControllerPaintTest.cpp', 4224 'paint/PaintControllerPaintTest.cpp',
4222 'paint/PaintControllerPaintTest.h', 4225 'paint/PaintControllerPaintTest.h',
4223 'paint/PaintInfoTest.cpp', 4226 'paint/PaintInfoTest.cpp',
4224 'paint/PaintLayerPainterTest.cpp', 4227 'paint/PaintLayerPainterTest.cpp',
4225 'paint/PaintPropertyTreeBuilderTest.cpp', 4228 'paint/PaintPropertyTreeBuilderTest.cpp',
4226 'paint/StubChromeClientForSPv2.h', 4229 'paint/StubChromeClientForSPv2.h',
4227 'paint/SVGInlineTextBoxPainterTest.cpp', 4230 'paint/SVGInlineTextBoxPainterTest.cpp',
4228 'paint/TableCellPainterTest.cpp', 4231 'paint/TableCellPainterTest.cpp',
4229 'paint/TextPainterTest.cpp', 4232 'paint/TextPainterTest.cpp',
4230 'paint/VideoPainterTest.cpp', 4233 'paint/VideoPainterTest.cpp',
4231 'streams/ReadableStreamOperationsTest.cpp', 4234 'streams/ReadableStreamOperationsTest.cpp',
4232 'streams/ReadableStreamReaderTest.cpp', 4235 'streams/ReadableStreamReaderTest.cpp',
4233 'streams/ReadableStreamTest.cpp', 4236 'streams/ReadableStreamTest.cpp',
4234 'style/ComputedStyleTest.cpp', 4237 'style/ComputedStyleTest.cpp',
4235 'style/OutlineValueTest.cpp', 4238 'style/OutlineValueTest.cpp',
4236 'style/SVGComputedStyleTest.cpp', 4239 'style/SVGComputedStyleTest.cpp',
4237 'svg/SVGPathParserTest.cpp', 4240 'svg/SVGPathParserTest.cpp',
4238 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4241 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4239 'svg/graphics/SVGImageTest.cpp', 4242 'svg/graphics/SVGImageTest.cpp',
4240 'testing/PrivateScriptTestTest.cpp', 4243 'testing/PrivateScriptTestTest.cpp',
4241 'timing/MemoryInfoTest.cpp', 4244 'timing/MemoryInfoTest.cpp',
4242 'timing/PerformanceBaseTest.cpp', 4245 'timing/PerformanceBaseTest.cpp',
4243 'timing/PerformanceObserverTest.cpp', 4246 'timing/PerformanceObserverTest.cpp',
4244 'workers/WorkerThreadTest.cpp', 4247 'workers/WorkerThreadTest.cpp',
4245 'workers/WorkerThreadTestHelper.h', 4248 'workers/WorkerThreadTestHelper.h',
4246 'xml/parser/SharedBufferReaderTest.cpp', 4249 'xml/parser/SharedBufferReaderTest.cpp',
4247 ], 4250 ],
4248 } 4251 }
4249 } 4252 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698