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

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

Issue 1390933003: Implement the framework for the paint property hierarchy (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 1952 matching lines...) Expand 10 before | Expand all | Expand 10 after
1963 'paint/ListMarkerPainter.cpp', 1963 'paint/ListMarkerPainter.cpp',
1964 'paint/ListMarkerPainter.h', 1964 'paint/ListMarkerPainter.h',
1965 'paint/MediaControlsPainter.cpp', 1965 'paint/MediaControlsPainter.cpp',
1966 'paint/MediaControlsPainter.h', 1966 'paint/MediaControlsPainter.h',
1967 'paint/MultiColumnSetPainter.cpp', 1967 'paint/MultiColumnSetPainter.cpp',
1968 'paint/MultiColumnSetPainter.h', 1968 'paint/MultiColumnSetPainter.h',
1969 'paint/NinePieceImageGrid.cpp', 1969 'paint/NinePieceImageGrid.cpp',
1970 'paint/NinePieceImageGrid.h', 1970 'paint/NinePieceImageGrid.h',
1971 'paint/NinePieceImagePainter.cpp', 1971 'paint/NinePieceImagePainter.cpp',
1972 'paint/NinePieceImagePainter.h', 1972 'paint/NinePieceImagePainter.h',
1973 'paint/ObjectPaintProperties.h',
1973 'paint/ObjectPainter.cpp', 1974 'paint/ObjectPainter.cpp',
1974 'paint/ObjectPainter.h', 1975 'paint/ObjectPainter.h',
1975 'paint/PaintInfo.h', 1976 'paint/PaintInfo.h',
1976 'paint/PaintPhase.cpp', 1977 'paint/PaintPhase.cpp',
1977 'paint/PaintPhase.h', 1978 'paint/PaintPhase.h',
1978 'paint/PartPainter.cpp', 1979 'paint/PartPainter.cpp',
1979 'paint/PartPainter.h', 1980 'paint/PartPainter.h',
1980 'paint/ReplacedPainter.cpp', 1981 'paint/ReplacedPainter.cpp',
1981 'paint/ReplacedPainter.h', 1982 'paint/ReplacedPainter.h',
1982 'paint/ReplicaPainter.cpp', 1983 'paint/ReplicaPainter.cpp',
(...skipping 1911 matching lines...) Expand 10 before | Expand all | Expand 10 after
3894 'style/OutlineValueTest.cpp', 3895 'style/OutlineValueTest.cpp',
3895 'style/SVGComputedStyleTest.cpp', 3896 'style/SVGComputedStyleTest.cpp',
3896 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3897 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3897 'testing/PrivateScriptTestTest.cpp', 3898 'testing/PrivateScriptTestTest.cpp',
3898 'timing/MemoryInfoTest.cpp', 3899 'timing/MemoryInfoTest.cpp',
3899 'workers/WorkerThreadTest.cpp', 3900 'workers/WorkerThreadTest.cpp',
3900 'xml/parser/SharedBufferReaderTest.cpp', 3901 'xml/parser/SharedBufferReaderTest.cpp',
3901 ], 3902 ],
3902 } 3903 }
3903 } 3904 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698