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

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

Issue 1397583002: Implement the framework for a paint property hierarchy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Job insecurity: better tests, better comments, better names. 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/ObjectPaintProperties.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 1948 matching lines...) Expand 10 before | Expand all | Expand 10 after
1959 'paint/ListMarkerPainter.cpp', 1959 'paint/ListMarkerPainter.cpp',
1960 'paint/ListMarkerPainter.h', 1960 'paint/ListMarkerPainter.h',
1961 'paint/MediaControlsPainter.cpp', 1961 'paint/MediaControlsPainter.cpp',
1962 'paint/MediaControlsPainter.h', 1962 'paint/MediaControlsPainter.h',
1963 'paint/MultiColumnSetPainter.cpp', 1963 'paint/MultiColumnSetPainter.cpp',
1964 'paint/MultiColumnSetPainter.h', 1964 'paint/MultiColumnSetPainter.h',
1965 'paint/NinePieceImageGrid.cpp', 1965 'paint/NinePieceImageGrid.cpp',
1966 'paint/NinePieceImageGrid.h', 1966 'paint/NinePieceImageGrid.h',
1967 'paint/NinePieceImagePainter.cpp', 1967 'paint/NinePieceImagePainter.cpp',
1968 'paint/NinePieceImagePainter.h', 1968 'paint/NinePieceImagePainter.h',
1969 'paint/ObjectPaintProperties.h',
1969 'paint/ObjectPainter.cpp', 1970 'paint/ObjectPainter.cpp',
1970 'paint/ObjectPainter.h', 1971 'paint/ObjectPainter.h',
1971 'paint/PaintInfo.h', 1972 'paint/PaintInfo.h',
1972 'paint/PaintLayer.cpp', 1973 'paint/PaintLayer.cpp',
1973 'paint/PaintLayerClipper.cpp', 1974 'paint/PaintLayerClipper.cpp',
1974 'paint/PaintLayerFilterInfo.cpp', 1975 'paint/PaintLayerFilterInfo.cpp',
1975 'paint/PaintLayerFilterInfo.h', 1976 'paint/PaintLayerFilterInfo.h',
1976 'paint/PaintLayerFragment.h', 1977 'paint/PaintLayerFragment.h',
1977 'paint/PaintLayerReflectionInfo.cpp', 1978 'paint/PaintLayerReflectionInfo.cpp',
1978 'paint/PaintLayerPainter.cpp', 1979 'paint/PaintLayerPainter.cpp',
(...skipping 1924 matching lines...) Expand 10 before | Expand all | Expand 10 after
3903 'style/OutlineValueTest.cpp', 3904 'style/OutlineValueTest.cpp',
3904 'style/SVGComputedStyleTest.cpp', 3905 'style/SVGComputedStyleTest.cpp',
3905 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3906 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3906 'testing/PrivateScriptTestTest.cpp', 3907 'testing/PrivateScriptTestTest.cpp',
3907 'timing/MemoryInfoTest.cpp', 3908 'timing/MemoryInfoTest.cpp',
3908 'workers/WorkerThreadTest.cpp', 3909 'workers/WorkerThreadTest.cpp',
3909 'xml/parser/SharedBufferReaderTest.cpp', 3910 'xml/parser/SharedBufferReaderTest.cpp',
3910 ], 3911 ],
3911 } 3912 }
3912 } 3913 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/ObjectPaintProperties.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698