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

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

Issue 1238123004: Slimming Paint phase 2 compositing algorithm plumbing & skeleton display list API. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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 979 matching lines...) Expand 10 before | Expand all | Expand 10 after
990 'clipboard/DataTransfer.cpp', 990 'clipboard/DataTransfer.cpp',
991 'clipboard/DataTransfer.h', 991 'clipboard/DataTransfer.h',
992 'clipboard/DataTransferItem.cpp', 992 'clipboard/DataTransferItem.cpp',
993 'clipboard/DataTransferItem.h', 993 'clipboard/DataTransferItem.h',
994 'clipboard/DataTransferItemList.cpp', 994 'clipboard/DataTransferItemList.cpp',
995 'clipboard/DataTransferItemList.h', 995 'clipboard/DataTransferItemList.h',
996 'clipboard/DraggedIsolatedFileSystem.cpp', 996 'clipboard/DraggedIsolatedFileSystem.cpp',
997 'clipboard/DraggedIsolatedFileSystem.h', 997 'clipboard/DraggedIsolatedFileSystem.h',
998 'clipboard/Pasteboard.cpp', 998 'clipboard/Pasteboard.cpp',
999 'clipboard/Pasteboard.h', 999 'clipboard/Pasteboard.h',
1000 'compositing/DisplayListCompositingBuilder.cpp',
1001 'compositing/DisplayListCompositingBuilder.h',
1000 'css/BasicShapeFunctions.cpp', 1002 'css/BasicShapeFunctions.cpp',
1001 'css/BinaryDataFontFaceSource.cpp', 1003 'css/BinaryDataFontFaceSource.cpp',
1002 'css/BinaryDataFontFaceSource.h', 1004 'css/BinaryDataFontFaceSource.h',
1003 'css/CSSBasicShapes.cpp', 1005 'css/CSSBasicShapes.cpp',
1004 'css/CSSBorderImage.cpp', 1006 'css/CSSBorderImage.cpp',
1005 'css/CSSBorderImage.h', 1007 'css/CSSBorderImage.h',
1006 'css/CSSBorderImageSliceValue.cpp', 1008 'css/CSSBorderImageSliceValue.cpp',
1007 'css/CSSBorderImageSliceValue.h', 1009 'css/CSSBorderImageSliceValue.h',
1008 'css/CSSCalculationValue.cpp', 1010 'css/CSSCalculationValue.cpp',
1009 'css/CSSCalculationValue.h', 1011 'css/CSSCalculationValue.h',
(...skipping 2795 matching lines...) Expand 10 before | Expand all | Expand 10 after
3805 'style/OutlineValueTest.cpp', 3807 'style/OutlineValueTest.cpp',
3806 'style/SVGComputedStyleTest.cpp', 3808 'style/SVGComputedStyleTest.cpp',
3807 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3809 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3808 'testing/PrivateScriptTestTest.cpp', 3810 'testing/PrivateScriptTestTest.cpp',
3809 'timing/MemoryInfoTest.cpp', 3811 'timing/MemoryInfoTest.cpp',
3810 'workers/WorkerThreadTest.cpp', 3812 'workers/WorkerThreadTest.cpp',
3811 'xml/parser/SharedBufferReaderTest.cpp', 3813 'xml/parser/SharedBufferReaderTest.cpp',
3812 ], 3814 ],
3813 } 3815 }
3814 } 3816 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698