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

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

Issue 14298018: This CL implements the first draft of Canvas 2D Context Attributes, aka getContext('2d', { alpha: f… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased to ToT; test cleanup Created 7 years, 7 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSSCharsetRule.idl', 4 'css/CSSCharsetRule.idl',
5 'css/CSSFontFaceLoadEvent.idl', 5 'css/CSSFontFaceLoadEvent.idl',
6 'css/CSSFontFaceRule.idl', 6 'css/CSSFontFaceRule.idl',
7 'css/CSSHostRule.idl', 7 'css/CSSHostRule.idl',
8 'css/CSSImportRule.idl', 8 'css/CSSImportRule.idl',
9 'css/CSSMediaRule.idl', 9 'css/CSSMediaRule.idl',
10 'css/CSSPageRule.idl', 10 'css/CSSPageRule.idl',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'html/TextMetrics.idl', 202 'html/TextMetrics.idl',
203 'html/TimeRanges.idl', 203 'html/TimeRanges.idl',
204 'html/ValidityState.idl', 204 'html/ValidityState.idl',
205 'html/VoidCallback.idl', 205 'html/VoidCallback.idl',
206 'html/canvas/ArrayBuffer.idl', 206 'html/canvas/ArrayBuffer.idl',
207 'html/canvas/ArrayBufferView.idl', 207 'html/canvas/ArrayBufferView.idl',
208 'html/canvas/CanvasGradient.idl', 208 'html/canvas/CanvasGradient.idl',
209 'html/canvas/CanvasPattern.idl', 209 'html/canvas/CanvasPattern.idl',
210 'html/canvas/CanvasRenderingContext.idl', 210 'html/canvas/CanvasRenderingContext.idl',
211 'html/canvas/CanvasRenderingContext2D.idl', 211 'html/canvas/CanvasRenderingContext2D.idl',
212 'html/canvas/Canvas2DContextAttributes.idl',
212 'html/canvas/DataView.idl', 213 'html/canvas/DataView.idl',
213 'html/canvas/DOMPath.idl', 214 'html/canvas/DOMPath.idl',
214 'html/canvas/EXTDrawBuffers.idl', 215 'html/canvas/EXTDrawBuffers.idl',
215 'html/canvas/EXTTextureFilterAnisotropic.idl', 216 'html/canvas/EXTTextureFilterAnisotropic.idl',
216 'html/canvas/Float32Array.idl', 217 'html/canvas/Float32Array.idl',
217 'html/canvas/Float64Array.idl', 218 'html/canvas/Float64Array.idl',
218 'html/canvas/Int16Array.idl', 219 'html/canvas/Int16Array.idl',
219 'html/canvas/Int32Array.idl', 220 'html/canvas/Int32Array.idl',
220 'html/canvas/Int8Array.idl', 221 'html/canvas/Int8Array.idl',
221 'html/canvas/OESStandardDerivatives.idl', 222 'html/canvas/OESStandardDerivatives.idl',
(...skipping 1984 matching lines...) Expand 10 before | Expand all | Expand 10 after
2206 'html/URLInputType.cpp', 2207 'html/URLInputType.cpp',
2207 'html/URLInputType.h', 2208 'html/URLInputType.h',
2208 'html/ValidationMessage.cpp', 2209 'html/ValidationMessage.cpp',
2209 'html/ValidationMessage.h', 2210 'html/ValidationMessage.h',
2210 'html/ValidityState.cpp', 2211 'html/ValidityState.cpp',
2211 'html/ValidityState.h', 2212 'html/ValidityState.h',
2212 'html/WeekInputType.cpp', 2213 'html/WeekInputType.cpp',
2213 'html/WeekInputType.h', 2214 'html/WeekInputType.h',
2214 'html/TypeAhead.cpp', 2215 'html/TypeAhead.cpp',
2215 'html/TypeAhead.h', 2216 'html/TypeAhead.h',
2217 'html/canvas/Canvas2DContextAttributes.cpp',
2218 'html/canvas/Canvas2DContextAttributes.h',
2216 'html/canvas/CanvasContextAttributes.cpp', 2219 'html/canvas/CanvasContextAttributes.cpp',
2217 'html/canvas/CanvasContextAttributes.h', 2220 'html/canvas/CanvasContextAttributes.h',
2218 'html/canvas/CanvasGradient.cpp', 2221 'html/canvas/CanvasGradient.cpp',
2219 'html/canvas/CanvasGradient.h', 2222 'html/canvas/CanvasGradient.h',
2220 'html/canvas/CanvasPathMethods.cpp', 2223 'html/canvas/CanvasPathMethods.cpp',
2221 'html/canvas/CanvasPathMethods.h', 2224 'html/canvas/CanvasPathMethods.h',
2222 'html/canvas/CanvasPattern.cpp', 2225 'html/canvas/CanvasPattern.cpp',
2223 'html/canvas/CanvasPattern.h', 2226 'html/canvas/CanvasPattern.h',
2224 'html/canvas/CanvasRenderingContext.cpp', 2227 'html/canvas/CanvasRenderingContext.cpp',
2225 'html/canvas/CanvasRenderingContext.h', 2228 'html/canvas/CanvasRenderingContext.h',
(...skipping 1469 matching lines...) Expand 10 before | Expand all | Expand 10 after
3695 'bison_exe': 'bison', 3698 'bison_exe': 'bison',
3696 # We specify a preprocess so it happens locally and won't get 3699 # We specify a preprocess so it happens locally and won't get
3697 # distributed to goma. 3700 # distributed to goma.
3698 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3701 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3699 # use /usr/bin/clang once we require Xcode 4.x. 3702 # use /usr/bin/clang once we require Xcode 4.x.
3700 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3703 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3701 }], 3704 }],
3702 ], 3705 ],
3703 } 3706 }
3704 } 3707 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp ('k') | Source/core/html/HTMLCanvasElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698