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

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: ready for review 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 2162 matching lines...) Expand 10 before | Expand all | Expand 10 after
4236 'testing/PrivateScriptTestTest.cpp', 4238 'testing/PrivateScriptTestTest.cpp',
4237 'timing/MemoryInfoTest.cpp', 4239 'timing/MemoryInfoTest.cpp',
4238 'timing/PerformanceBaseTest.cpp', 4240 'timing/PerformanceBaseTest.cpp',
4239 'timing/PerformanceObserverTest.cpp', 4241 'timing/PerformanceObserverTest.cpp',
4240 'workers/WorkerThreadTest.cpp', 4242 'workers/WorkerThreadTest.cpp',
4241 'workers/WorkerThreadTestHelper.h', 4243 'workers/WorkerThreadTestHelper.h',
4242 'xml/parser/SharedBufferReaderTest.cpp', 4244 'xml/parser/SharedBufferReaderTest.cpp',
4243 ], 4245 ],
4244 } 4246 }
4245 } 4247 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698