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

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

Issue 1490063002: Implement Paint Containment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix merge Created 5 years 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 3909 matching lines...) Expand 10 before | Expand all | Expand 10 after
3920 'layout/LayoutObjectTest.cpp', 3920 'layout/LayoutObjectTest.cpp',
3921 'layout/LayoutPartTest.cpp', 3921 'layout/LayoutPartTest.cpp',
3922 'layout/LayoutTableCellTest.cpp', 3922 'layout/LayoutTableCellTest.cpp',
3923 'layout/LayoutTableRowTest.cpp', 3923 'layout/LayoutTableRowTest.cpp',
3924 'layout/LayoutTestHelper.cpp', 3924 'layout/LayoutTestHelper.cpp',
3925 'layout/LayoutTestHelper.h', 3925 'layout/LayoutTestHelper.h',
3926 'layout/LayoutThemeTest.cpp', 3926 'layout/LayoutThemeTest.cpp',
3927 'layout/MultiColumnFragmentainerGroupTest.cpp', 3927 'layout/MultiColumnFragmentainerGroupTest.cpp',
3928 'layout/OverflowModelTest.cpp', 3928 'layout/OverflowModelTest.cpp',
3929 'layout/PaginationTest.cpp', 3929 'layout/PaginationTest.cpp',
3930 'layout/PaintContainmentTest.cpp',
3930 'layout/compositing/CompositedLayerMappingTest.cpp', 3931 'layout/compositing/CompositedLayerMappingTest.cpp',
3931 'layout/shapes/BoxShapeTest.cpp', 3932 'layout/shapes/BoxShapeTest.cpp',
3932 'loader/FrameFetchContextTest.cpp', 3933 'loader/FrameFetchContextTest.cpp',
3933 'loader/LinkHeaderTest.cpp', 3934 'loader/LinkHeaderTest.cpp',
3934 'loader/LinkLoaderTest.cpp', 3935 'loader/LinkLoaderTest.cpp',
3935 'loader/MixedContentCheckerTest.cpp', 3936 'loader/MixedContentCheckerTest.cpp',
3936 'page/ChromeClientTest.cpp', 3937 'page/ChromeClientTest.cpp',
3937 'page/ContextMenuControllerTest.cpp', 3938 'page/ContextMenuControllerTest.cpp',
3938 'page/NetworkStateNotifierTest.cpp', 3939 'page/NetworkStateNotifierTest.cpp',
3939 'page/PagePopupClientTest.cpp', 3940 'page/PagePopupClientTest.cpp',
(...skipping 17 matching lines...) Expand all
3957 'style/SVGComputedStyleTest.cpp', 3958 'style/SVGComputedStyleTest.cpp',
3958 'svg/SVGPathParserTest.cpp', 3959 'svg/SVGPathParserTest.cpp',
3959 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3960 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3960 'testing/PrivateScriptTestTest.cpp', 3961 'testing/PrivateScriptTestTest.cpp',
3961 'timing/MemoryInfoTest.cpp', 3962 'timing/MemoryInfoTest.cpp',
3962 'workers/WorkerThreadTest.cpp', 3963 'workers/WorkerThreadTest.cpp',
3963 'xml/parser/SharedBufferReaderTest.cpp', 3964 'xml/parser/SharedBufferReaderTest.cpp',
3964 ], 3965 ],
3965 } 3966 }
3966 } 3967 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698