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

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: Created 7 years, 5 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 '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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'dom/NodeList.idl', 83 'dom/NodeList.idl',
84 'dom/Notation.idl', 84 'dom/Notation.idl',
85 'dom/OverflowEvent.idl', 85 'dom/OverflowEvent.idl',
86 'dom/PageTransitionEvent.idl', 86 'dom/PageTransitionEvent.idl',
87 'dom/PopStateEvent.idl', 87 'dom/PopStateEvent.idl',
88 'dom/ProcessingInstruction.idl', 88 'dom/ProcessingInstruction.idl',
89 'dom/ProgressEvent.idl', 89 'dom/ProgressEvent.idl',
90 'dom/Promise.idl', 90 'dom/Promise.idl',
91 'dom/PromiseResolver.idl', 91 'dom/PromiseResolver.idl',
92 'dom/Range.idl', 92 'dom/Range.idl',
93 'dom/RequestAnimationFrameCallback.idl',
94 'dom/ResourceProgressEvent.idl', 93 'dom/ResourceProgressEvent.idl',
95 'dom/SecurityPolicyViolationEvent.idl', 94 'dom/SecurityPolicyViolationEvent.idl',
96 'dom/StringCallback.idl',
97 'dom/Text.idl', 95 'dom/Text.idl',
98 'dom/TextEvent.idl', 96 'dom/TextEvent.idl',
99 'dom/Touch.idl', 97 'dom/Touch.idl',
100 'dom/TouchEvent.idl', 98 'dom/TouchEvent.idl',
101 'dom/TouchList.idl', 99 'dom/TouchList.idl',
102 'dom/TransitionEvent.idl', 100 'dom/TransitionEvent.idl',
103 'dom/TreeWalker.idl', 101 'dom/TreeWalker.idl',
104 'dom/UIEvent.idl', 102 'dom/UIEvent.idl',
105 'dom/WebKitAnimationEvent.idl', 103 'dom/WebKitAnimationEvent.idl',
106 'dom/WebKitNamedFlow.idl', 104 'dom/WebKitNamedFlow.idl',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 'html/ImageData.idl', 192 'html/ImageData.idl',
195 'html/MediaController.idl', 193 'html/MediaController.idl',
196 'html/MediaError.idl', 194 'html/MediaError.idl',
197 'html/MediaKeyError.idl', 195 'html/MediaKeyError.idl',
198 'html/MediaKeyEvent.idl', 196 'html/MediaKeyEvent.idl',
199 'html/RadioNodeList.idl', 197 'html/RadioNodeList.idl',
200 'html/TextMetrics.idl', 198 'html/TextMetrics.idl',
201 'html/TimeRanges.idl', 199 'html/TimeRanges.idl',
202 'html/URL.idl', 200 'html/URL.idl',
203 'html/ValidityState.idl', 201 'html/ValidityState.idl',
204 'html/VoidCallback.idl',
205 'html/canvas/ANGLEInstancedArrays.idl', 202 'html/canvas/ANGLEInstancedArrays.idl',
206 'html/canvas/ArrayBufferView.idl', 203 'html/canvas/ArrayBufferView.idl',
207 'html/canvas/CanvasGradient.idl', 204 'html/canvas/CanvasGradient.idl',
208 'html/canvas/CanvasPattern.idl', 205 'html/canvas/CanvasPattern.idl',
209 'html/canvas/CanvasRenderingContext.idl', 206 'html/canvas/CanvasRenderingContext.idl',
210 'html/canvas/CanvasRenderingContext2D.idl', 207 'html/canvas/CanvasRenderingContext2D.idl',
211 'html/canvas/Canvas2DContextAttributes.idl', 208 'html/canvas/Canvas2DContextAttributes.idl',
212 'html/canvas/DataView.idl', 209 'html/canvas/DataView.idl',
213 'html/canvas/EXTFragDepth.idl', 210 'html/canvas/EXTFragDepth.idl',
214 'html/canvas/EXTTextureFilterAnisotropic.idl', 211 'html/canvas/EXTTextureFilterAnisotropic.idl',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 'inspector/InjectedScriptHost.idl', 261 'inspector/InjectedScriptHost.idl',
265 'inspector/InspectorFrontendHost.idl', 262 'inspector/InspectorFrontendHost.idl',
266 'inspector/InspectorOverlayHost.idl', 263 'inspector/InspectorOverlayHost.idl',
267 'inspector/JavaScriptCallFrame.idl', 264 'inspector/JavaScriptCallFrame.idl',
268 'loader/appcache/DOMApplicationCache.idl', 265 'loader/appcache/DOMApplicationCache.idl',
269 'page/BarProp.idl', 266 'page/BarProp.idl',
270 'page/Console.idl', 267 'page/Console.idl',
271 'page/EventSource.idl', 268 'page/EventSource.idl',
272 'page/History.idl', 269 'page/History.idl',
273 'page/ImageBitmap.idl', 270 'page/ImageBitmap.idl',
274 'page/ImageBitmapCallback.idl',
275 'page/Location.idl', 271 'page/Location.idl',
276 'page/MemoryInfo.idl', 272 'page/MemoryInfo.idl',
277 'page/Navigator.idl', 273 'page/Navigator.idl',
278 'page/PagePopupController.idl', 274 'page/PagePopupController.idl',
279 'page/Performance.idl', 275 'page/Performance.idl',
280 'page/PerformanceEntry.idl', 276 'page/PerformanceEntry.idl',
281 'page/PerformanceMark.idl', 277 'page/PerformanceMark.idl',
282 'page/PerformanceMeasure.idl', 278 'page/PerformanceMeasure.idl',
283 'page/PerformanceNavigation.idl', 279 'page/PerformanceNavigation.idl',
284 'page/PerformanceResourceTiming.idl', 280 'page/PerformanceResourceTiming.idl',
(...skipping 30 matching lines...) Expand all
315 'xml/XPathEvaluator.idl', 311 'xml/XPathEvaluator.idl',
316 'xml/XPathExpression.idl', 312 'xml/XPathExpression.idl',
317 'xml/XPathNSResolver.idl', 313 'xml/XPathNSResolver.idl',
318 'xml/XPathResult.idl', 314 'xml/XPathResult.idl',
319 'xml/XSLTProcessor.idl', 315 'xml/XSLTProcessor.idl',
320 ], 316 ],
321 'python_core_idl_files': [ 317 'python_core_idl_files': [
322 'dom/ChildNode.idl', 318 'dom/ChildNode.idl',
323 'dom/DocumentFullscreen.idl', 319 'dom/DocumentFullscreen.idl',
324 'dom/ParentNode.idl', 320 'dom/ParentNode.idl',
321 'dom/RequestAnimationFrameCallback.idl',
322 'dom/StringCallback.idl',
323 'html/VoidCallback.idl',
324 'page/ImageBitmapCallback.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 3457 matching lines...) Expand 10 before | Expand all | Expand 10 after
3792 'bison_exe': 'bison', 3792 'bison_exe': 'bison',
3793 # We specify a preprocess so it happens locally and won't get 3793 # We specify a preprocess so it happens locally and won't get
3794 # distributed to goma. 3794 # distributed to goma.
3795 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3795 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3796 # use /usr/bin/clang once we require Xcode 4.x. 3796 # use /usr/bin/clang once we require Xcode 4.x.
3797 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3797 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3798 }], 3798 }],
3799 ], 3799 ],
3800 } 3800 }
3801 } 3801 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698