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

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

Issue 1393083003: Implement interest rects for synchronized paint. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 3864 matching lines...) Expand 10 before | Expand all | Expand 10 after
3875 'layout/LayoutObjectTest.cpp', 3875 'layout/LayoutObjectTest.cpp',
3876 'layout/LayoutPartTest.cpp', 3876 'layout/LayoutPartTest.cpp',
3877 'layout/LayoutTableCellTest.cpp', 3877 'layout/LayoutTableCellTest.cpp',
3878 'layout/LayoutTableRowTest.cpp', 3878 'layout/LayoutTableRowTest.cpp',
3879 'layout/LayoutTestHelper.cpp', 3879 'layout/LayoutTestHelper.cpp',
3880 'layout/LayoutTestHelper.h', 3880 'layout/LayoutTestHelper.h',
3881 'layout/LayoutThemeTest.cpp', 3881 'layout/LayoutThemeTest.cpp',
3882 'layout/MultiColumnFragmentainerGroupTest.cpp', 3882 'layout/MultiColumnFragmentainerGroupTest.cpp',
3883 'layout/OverflowModelTest.cpp', 3883 'layout/OverflowModelTest.cpp',
3884 'layout/PaginationTest.cpp', 3884 'layout/PaginationTest.cpp',
3885 'layout/compositing/CompositedLayerMappingTest.cpp',
3885 'layout/shapes/BoxShapeTest.cpp', 3886 'layout/shapes/BoxShapeTest.cpp',
3886 'loader/FrameFetchContextTest.cpp', 3887 'loader/FrameFetchContextTest.cpp',
3887 'loader/LinkHeaderTest.cpp', 3888 'loader/LinkHeaderTest.cpp',
3888 'loader/LinkLoaderTest.cpp', 3889 'loader/LinkLoaderTest.cpp',
3889 'loader/MixedContentCheckerTest.cpp', 3890 'loader/MixedContentCheckerTest.cpp',
3890 'page/ContextMenuControllerTest.cpp', 3891 'page/ContextMenuControllerTest.cpp',
3891 'page/NetworkStateNotifierTest.cpp', 3892 'page/NetworkStateNotifierTest.cpp',
3892 'page/PagePopupClientTest.cpp', 3893 'page/PagePopupClientTest.cpp',
3893 'page/PrintContextTest.cpp', 3894 'page/PrintContextTest.cpp',
3894 'page/scrolling/ScrollStateTest.cpp', 3895 'page/scrolling/ScrollStateTest.cpp',
(...skipping 11 matching lines...) Expand all
3906 'style/OutlineValueTest.cpp', 3907 'style/OutlineValueTest.cpp',
3907 'style/SVGComputedStyleTest.cpp', 3908 'style/SVGComputedStyleTest.cpp',
3908 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3909 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3909 'testing/PrivateScriptTestTest.cpp', 3910 'testing/PrivateScriptTestTest.cpp',
3910 'timing/MemoryInfoTest.cpp', 3911 'timing/MemoryInfoTest.cpp',
3911 'workers/WorkerThreadTest.cpp', 3912 'workers/WorkerThreadTest.cpp',
3912 'xml/parser/SharedBufferReaderTest.cpp', 3913 'xml/parser/SharedBufferReaderTest.cpp',
3913 ], 3914 ],
3914 } 3915 }
3915 } 3916 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698