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

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

Issue 1144903002: [SP] Delete GraphicsContextAnnotator. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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 | Annotate | Revision Log
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 1851 matching lines...) Expand 10 before | Expand all | Expand 10 after
1862 'paint/FilterEffectBuilder.cpp', 1862 'paint/FilterEffectBuilder.cpp',
1863 'paint/FilterEffectBuilder.h', 1863 'paint/FilterEffectBuilder.h',
1864 'paint/FilterPainter.cpp', 1864 'paint/FilterPainter.cpp',
1865 'paint/FilterPainter.h', 1865 'paint/FilterPainter.h',
1866 'paint/FloatClipRecorder.cpp', 1866 'paint/FloatClipRecorder.cpp',
1867 'paint/FloatClipRecorder.h', 1867 'paint/FloatClipRecorder.h',
1868 'paint/FramePainter.cpp', 1868 'paint/FramePainter.cpp',
1869 'paint/FramePainter.h', 1869 'paint/FramePainter.h',
1870 'paint/FrameSetPainter.cpp', 1870 'paint/FrameSetPainter.cpp',
1871 'paint/FrameSetPainter.h', 1871 'paint/FrameSetPainter.h',
1872 'paint/GraphicsContextAnnotator.cpp',
1873 'paint/GraphicsContextAnnotator.h',
1874 'paint/GridPainter.cpp', 1872 'paint/GridPainter.cpp',
1875 'paint/GridPainter.h', 1873 'paint/GridPainter.h',
1876 'paint/HTMLCanvasPainter.cpp', 1874 'paint/HTMLCanvasPainter.cpp',
1877 'paint/HTMLCanvasPainter.h', 1875 'paint/HTMLCanvasPainter.h',
1878 'paint/ImagePainter.cpp', 1876 'paint/ImagePainter.cpp',
1879 'paint/ImagePainter.h', 1877 'paint/ImagePainter.h',
1880 'paint/InlineFlowBoxPainter.cpp', 1878 'paint/InlineFlowBoxPainter.cpp',
1881 'paint/InlineFlowBoxPainter.h', 1879 'paint/InlineFlowBoxPainter.h',
1882 'paint/InlinePainter.cpp', 1880 'paint/InlinePainter.cpp',
1883 'paint/InlinePainter.h', 1881 'paint/InlinePainter.h',
(...skipping 2012 matching lines...) Expand 10 before | Expand all | Expand 10 after
3896 'style/ComputedStyleTest.cpp', 3894 'style/ComputedStyleTest.cpp',
3897 'style/OutlineValueTest.cpp', 3895 'style/OutlineValueTest.cpp',
3898 'style/SVGComputedStyleTest.cpp', 3896 'style/SVGComputedStyleTest.cpp',
3899 'testing/PrivateScriptTestTest.cpp', 3897 'testing/PrivateScriptTestTest.cpp',
3900 'timing/MemoryInfoTest.cpp', 3898 'timing/MemoryInfoTest.cpp',
3901 'workers/WorkerThreadTest.cpp', 3899 'workers/WorkerThreadTest.cpp',
3902 'xml/parser/SharedBufferReaderTest.cpp', 3900 'xml/parser/SharedBufferReaderTest.cpp',
3903 ], 3901 ],
3904 } 3902 }
3905 } 3903 }
OLDNEW
« no previous file with comments | « LayoutTests/inspector/tracing/paint-command-log-nodes-expected.txt ('k') | Source/core/paint/BlockPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698