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

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

Issue 1456883002: Move paint-related timings out of DocumentTiming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | third_party/WebKit/Source/core/dom/Document.h » ('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/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 1993 matching lines...) Expand 10 before | Expand all | Expand 10 after
2004 'paint/PaintLayerPainter.cpp', 2004 'paint/PaintLayerPainter.cpp',
2005 'paint/PaintLayerPainter.h', 2005 'paint/PaintLayerPainter.h',
2006 'paint/PaintLayerPaintingInfo.h', 2006 'paint/PaintLayerPaintingInfo.h',
2007 'paint/PaintLayerScrollableArea.cpp', 2007 'paint/PaintLayerScrollableArea.cpp',
2008 'paint/PaintLayerStackingNode.cpp', 2008 'paint/PaintLayerStackingNode.cpp',
2009 'paint/PaintLayerStackingNodeIterator.cpp', 2009 'paint/PaintLayerStackingNodeIterator.cpp',
2010 'paint/PaintPhase.cpp', 2010 'paint/PaintPhase.cpp',
2011 'paint/PaintPhase.h', 2011 'paint/PaintPhase.h',
2012 'paint/PaintPropertyTreeBuilder.cpp', 2012 'paint/PaintPropertyTreeBuilder.cpp',
2013 'paint/PaintPropertyTreeBuilder.h', 2013 'paint/PaintPropertyTreeBuilder.h',
2014 'paint/PaintTiming.cpp',
2015 'paint/PaintTiming.h',
2014 'paint/PartPainter.cpp', 2016 'paint/PartPainter.cpp',
2015 'paint/PartPainter.h', 2017 'paint/PartPainter.h',
2016 'paint/ReplacedPainter.cpp', 2018 'paint/ReplacedPainter.cpp',
2017 'paint/ReplacedPainter.h', 2019 'paint/ReplacedPainter.h',
2018 'paint/ReplicaPainter.cpp', 2020 'paint/ReplicaPainter.cpp',
2019 'paint/ReplicaPainter.h', 2021 'paint/ReplicaPainter.h',
2020 'paint/RootInlineBoxPainter.cpp', 2022 'paint/RootInlineBoxPainter.cpp',
2021 'paint/RootInlineBoxPainter.h', 2023 'paint/RootInlineBoxPainter.h',
2022 'paint/RoundedInnerRectClipper.cpp', 2024 'paint/RoundedInnerRectClipper.cpp',
2023 'paint/RoundedInnerRectClipper.h', 2025 'paint/RoundedInnerRectClipper.h',
(...skipping 1900 matching lines...) Expand 10 before | Expand all | Expand 10 after
3924 'style/SVGComputedStyleTest.cpp', 3926 'style/SVGComputedStyleTest.cpp',
3925 'svg/SVGPathParserTest.cpp', 3927 'svg/SVGPathParserTest.cpp',
3926 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3928 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3927 'testing/PrivateScriptTestTest.cpp', 3929 'testing/PrivateScriptTestTest.cpp',
3928 'timing/MemoryInfoTest.cpp', 3930 'timing/MemoryInfoTest.cpp',
3929 'workers/WorkerThreadTest.cpp', 3931 'workers/WorkerThreadTest.cpp',
3930 'xml/parser/SharedBufferReaderTest.cpp', 3932 'xml/parser/SharedBufferReaderTest.cpp',
3931 ], 3933 ],
3932 } 3934 }
3933 } 3935 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698