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

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

Issue 1416793004: Remove support for -webkit-canvas and Document.getCSSCanvasContext. (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 1018 matching lines...) Expand 10 before | Expand all | Expand 10 after
1029 'css/BasicShapeFunctions.cpp', 1029 'css/BasicShapeFunctions.cpp',
1030 'css/BinaryDataFontFaceSource.cpp', 1030 'css/BinaryDataFontFaceSource.cpp',
1031 'css/BinaryDataFontFaceSource.h', 1031 'css/BinaryDataFontFaceSource.h',
1032 'css/CSSBasicShapeValues.cpp', 1032 'css/CSSBasicShapeValues.cpp',
1033 'css/CSSBorderImage.cpp', 1033 'css/CSSBorderImage.cpp',
1034 'css/CSSBorderImage.h', 1034 'css/CSSBorderImage.h',
1035 'css/CSSBorderImageSliceValue.cpp', 1035 'css/CSSBorderImageSliceValue.cpp',
1036 'css/CSSBorderImageSliceValue.h', 1036 'css/CSSBorderImageSliceValue.h',
1037 'css/CSSCalculationValue.cpp', 1037 'css/CSSCalculationValue.cpp',
1038 'css/CSSCalculationValue.h', 1038 'css/CSSCalculationValue.h',
1039 'css/CSSCanvasValue.cpp',
1040 'css/CSSCanvasValue.h',
1041 'css/CSSColorValue.h', 1039 'css/CSSColorValue.h',
1042 'css/CSSComputedStyleDeclaration.cpp', 1040 'css/CSSComputedStyleDeclaration.cpp',
1043 'css/CSSContentDistributionValue.cpp', 1041 'css/CSSContentDistributionValue.cpp',
1044 'css/CSSContentDistributionValue.h', 1042 'css/CSSContentDistributionValue.h',
1045 'css/CSSCounterValue.cpp', 1043 'css/CSSCounterValue.cpp',
1046 'css/CSSCounterValue.h', 1044 'css/CSSCounterValue.h',
1047 'css/CSSCrossfadeValue.cpp', 1045 'css/CSSCrossfadeValue.cpp',
1048 'css/CSSCrossfadeValue.h', 1046 'css/CSSCrossfadeValue.h',
1049 'css/CSSCursorImageValue.cpp', 1047 'css/CSSCursorImageValue.cpp',
1050 'css/CSSCustomFontData.h', 1048 'css/CSSCustomFontData.h',
(...skipping 2884 matching lines...) Expand 10 before | Expand all | Expand 10 after
3935 'style/SVGComputedStyleTest.cpp', 3933 'style/SVGComputedStyleTest.cpp',
3936 'svg/SVGPathParserTest.cpp', 3934 'svg/SVGPathParserTest.cpp',
3937 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3935 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3938 'testing/PrivateScriptTestTest.cpp', 3936 'testing/PrivateScriptTestTest.cpp',
3939 'timing/MemoryInfoTest.cpp', 3937 'timing/MemoryInfoTest.cpp',
3940 'workers/WorkerThreadTest.cpp', 3938 'workers/WorkerThreadTest.cpp',
3941 'xml/parser/SharedBufferReaderTest.cpp', 3939 'xml/parser/SharedBufferReaderTest.cpp',
3942 ], 3940 ],
3943 } 3941 }
3944 } 3942 }
OLDNEW
« no previous file with comments | « third_party/WebKit/ManualTests/canvas-mask-redraw.html ('k') | third_party/WebKit/Source/core/css/CSSCanvasValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698