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

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

Issue 19607011: Generate binding code for VoidCallback.idl with code generator in python (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: nits Created 7 years, 4 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 | « Source/bindings/templates/callback.cpp ('k') | no next file » | 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 'variables': { 2 'variables': {
3 'deprecated_perl_core_idl_files': [ 3 'deprecated_perl_core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSMediaRule.idl', 10 'css/CSSMediaRule.idl',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 'html/ImageData.idl', 194 'html/ImageData.idl',
195 'html/MediaController.idl', 195 'html/MediaController.idl',
196 'html/MediaError.idl', 196 'html/MediaError.idl',
197 'html/MediaKeyError.idl', 197 'html/MediaKeyError.idl',
198 'html/MediaKeyEvent.idl', 198 'html/MediaKeyEvent.idl',
199 'html/RadioNodeList.idl', 199 'html/RadioNodeList.idl',
200 'html/TextMetrics.idl', 200 'html/TextMetrics.idl',
201 'html/TimeRanges.idl', 201 'html/TimeRanges.idl',
202 'html/URL.idl', 202 'html/URL.idl',
203 'html/ValidityState.idl', 203 'html/ValidityState.idl',
204 'html/VoidCallback.idl',
205 'html/canvas/ANGLEInstancedArrays.idl', 204 'html/canvas/ANGLEInstancedArrays.idl',
206 'html/canvas/ArrayBufferView.idl', 205 'html/canvas/ArrayBufferView.idl',
207 'html/canvas/CanvasGradient.idl', 206 'html/canvas/CanvasGradient.idl',
208 'html/canvas/CanvasPattern.idl', 207 'html/canvas/CanvasPattern.idl',
209 'html/canvas/CanvasRenderingContext.idl', 208 'html/canvas/CanvasRenderingContext.idl',
210 'html/canvas/CanvasRenderingContext2D.idl', 209 'html/canvas/CanvasRenderingContext2D.idl',
211 'html/canvas/Canvas2DContextAttributes.idl', 210 'html/canvas/Canvas2DContextAttributes.idl',
212 'html/canvas/DataView.idl', 211 'html/canvas/DataView.idl',
213 'html/canvas/EXTFragDepth.idl', 212 'html/canvas/EXTFragDepth.idl',
214 'html/canvas/EXTTextureFilterAnisotropic.idl', 213 'html/canvas/EXTTextureFilterAnisotropic.idl',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 'xml/XPathEvaluator.idl', 314 'xml/XPathEvaluator.idl',
316 'xml/XPathExpression.idl', 315 'xml/XPathExpression.idl',
317 'xml/XPathNSResolver.idl', 316 'xml/XPathNSResolver.idl',
318 'xml/XPathResult.idl', 317 'xml/XPathResult.idl',
319 'xml/XSLTProcessor.idl', 318 'xml/XSLTProcessor.idl',
320 ], 319 ],
321 'python_core_idl_files': [ 320 'python_core_idl_files': [
322 'dom/ChildNode.idl', 321 'dom/ChildNode.idl',
323 'dom/DocumentFullscreen.idl', 322 'dom/DocumentFullscreen.idl',
324 'dom/ParentNode.idl', 323 'dom/ParentNode.idl',
324 'html/VoidCallback.idl',
325 'page/WindowPagePopup.idl', 325 'page/WindowPagePopup.idl',
326 'workers/AbstractWorker.idl', 326 'workers/AbstractWorker.idl',
327 ], 327 ],
328 'deprecated_perl_svg_idl_files': [ 328 'deprecated_perl_svg_idl_files': [
329 'svg/SVGAElement.idl', 329 'svg/SVGAElement.idl',
330 'svg/SVGAltGlyphElement.idl', 330 'svg/SVGAltGlyphElement.idl',
331 'svg/SVGAltGlyphItemElement.idl', 331 'svg/SVGAltGlyphItemElement.idl',
332 'svg/SVGAltGlyphDefElement.idl', 332 'svg/SVGAltGlyphDefElement.idl',
333 'svg/SVGAngle.idl', 333 'svg/SVGAngle.idl',
334 'svg/SVGAnimateColorElement.idl', 334 'svg/SVGAnimateColorElement.idl',
(...skipping 3463 matching lines...) Expand 10 before | Expand all | Expand 10 after
3798 'bison_exe': 'bison', 3798 'bison_exe': 'bison',
3799 # We specify a preprocess so it happens locally and won't get 3799 # We specify a preprocess so it happens locally and won't get
3800 # distributed to goma. 3800 # distributed to goma.
3801 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3801 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3802 # use /usr/bin/clang once we require Xcode 4.x. 3802 # use /usr/bin/clang once we require Xcode 4.x.
3803 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3803 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3804 }], 3804 }],
3805 ], 3805 ],
3806 } 3806 }
3807 } 3807 }
OLDNEW
« no previous file with comments | « Source/bindings/templates/callback.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698