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

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

Issue 23068032: Add constants and primitive type readonly attributes to Python IDL compiler (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | Annotate | Revision Log
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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'dom/TransitionEvent.idl', 99 'dom/TransitionEvent.idl',
100 'dom/TreeWalker.idl', 100 'dom/TreeWalker.idl',
101 'dom/UIEvent.idl', 101 'dom/UIEvent.idl',
102 'dom/WebKitAnimationEvent.idl', 102 'dom/WebKitAnimationEvent.idl',
103 'dom/WebKitNamedFlow.idl', 103 'dom/WebKitNamedFlow.idl',
104 'dom/WebKitNamedFlowCollection.idl', 104 'dom/WebKitNamedFlowCollection.idl',
105 'dom/WheelEvent.idl', 105 'dom/WheelEvent.idl',
106 'dom/shadow/ShadowRoot.idl', 106 'dom/shadow/ShadowRoot.idl',
107 'fileapi/Blob.idl', 107 'fileapi/Blob.idl',
108 'fileapi/File.idl', 108 'fileapi/File.idl',
109 'fileapi/FileError.idl',
110 'fileapi/FileList.idl', 109 'fileapi/FileList.idl',
111 'fileapi/FileReader.idl', 110 'fileapi/FileReader.idl',
112 'fileapi/FileReaderSync.idl', 111 'fileapi/FileReaderSync.idl',
113 'fileapi/Stream.idl', 112 'fileapi/Stream.idl',
114 'html/DOMSettableTokenList.idl', 113 'html/DOMSettableTokenList.idl',
115 'html/DOMTokenList.idl', 114 'html/DOMTokenList.idl',
116 'html/FormData.idl', 115 'html/FormData.idl',
117 'html/HTMLAllCollection.idl', 116 'html/HTMLAllCollection.idl',
118 'html/HTMLAnchorElement.idl', 117 'html/HTMLAnchorElement.idl',
119 'html/HTMLAppletElement.idl', 118 'html/HTMLAppletElement.idl',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 'inspector/InspectorFrontendHost.idl', 235 'inspector/InspectorFrontendHost.idl',
237 'inspector/InspectorOverlayHost.idl', 236 'inspector/InspectorOverlayHost.idl',
238 'inspector/JavaScriptCallFrame.idl', 237 'inspector/JavaScriptCallFrame.idl',
239 'loader/appcache/ApplicationCache.idl', 238 'loader/appcache/ApplicationCache.idl',
240 'page/BarProp.idl', 239 'page/BarProp.idl',
241 'page/Console.idl', 240 'page/Console.idl',
242 'page/EventSource.idl', 241 'page/EventSource.idl',
243 'page/History.idl', 242 'page/History.idl',
244 'page/ImageBitmap.idl', 243 'page/ImageBitmap.idl',
245 'page/Location.idl', 244 'page/Location.idl',
246 'page/MemoryInfo.idl',
247 'page/Navigator.idl', 245 'page/Navigator.idl',
248 'page/NavigatorID.idl', 246 'page/NavigatorID.idl',
249 'page/NavigatorOnLine.idl', 247 'page/NavigatorOnLine.idl',
250 'page/PagePopupController.idl', 248 'page/PagePopupController.idl',
251 'page/Performance.idl', 249 'page/Performance.idl',
252 'page/PerformanceEntry.idl', 250 'page/PerformanceEntry.idl',
253 'page/PerformanceMark.idl', 251 'page/PerformanceMark.idl',
254 'page/PerformanceMeasure.idl', 252 'page/PerformanceMeasure.idl',
255 'page/PerformanceNavigation.idl',
256 'page/PerformanceResourceTiming.idl', 253 'page/PerformanceResourceTiming.idl',
257 'page/PerformanceTiming.idl', 254 'page/PerformanceTiming.idl',
258 'page/Screen.idl', 255 'page/Screen.idl',
259 'page/SecurityPolicy.idl', 256 'page/SecurityPolicy.idl',
260 'page/Selection.idl', 257 'page/Selection.idl',
261 'page/SpeechInputEvent.idl', 258 'page/SpeechInputEvent.idl',
262 'page/SpeechInputResult.idl', 259 'page/SpeechInputResult.idl',
263 'page/SpeechInputResultList.idl', 260 'page/SpeechInputResultList.idl',
264 'page/WebKitPoint.idl', 261 'page/WebKitPoint.idl',
265 'page/Window.idl', 262 'page/Window.idl',
(...skipping 22 matching lines...) Expand all
288 'xml/XPathResult.idl', 285 'xml/XPathResult.idl',
289 'xml/XSLTProcessor.idl', 286 'xml/XSLTProcessor.idl',
290 ], 287 ],
291 'python_core_idl_files': [ 288 'python_core_idl_files': [
292 'css/RGBColor.idl', 289 'css/RGBColor.idl',
293 'css/Rect.idl', 290 'css/Rect.idl',
294 'dom/ChildNode.idl', 291 'dom/ChildNode.idl',
295 'dom/DocumentFullscreen.idl', 292 'dom/DocumentFullscreen.idl',
296 'dom/RequestAnimationFrameCallback.idl', 293 'dom/RequestAnimationFrameCallback.idl',
297 'dom/StringCallback.idl', 294 'dom/StringCallback.idl',
295 'fileapi/FileError.idl',
298 'html/VoidCallback.idl', 296 'html/VoidCallback.idl',
299 'html/canvas/CanvasPattern.idl', 297 'html/canvas/CanvasPattern.idl',
300 'html/canvas/EXTFragDepth.idl', 298 'html/canvas/EXTFragDepth.idl',
301 'html/canvas/OESElementIndexUint.idl', 299 'html/canvas/OESElementIndexUint.idl',
302 'html/canvas/OESTextureFloat.idl', 300 'html/canvas/OESTextureFloat.idl',
303 'html/canvas/OESTextureFloatLinear.idl', 301 'html/canvas/OESTextureFloatLinear.idl',
304 'html/canvas/OESTextureHalfFloatLinear.idl', 302 'html/canvas/OESTextureHalfFloatLinear.idl',
305 'html/canvas/WebGLBuffer.idl', 303 'html/canvas/WebGLBuffer.idl',
306 'html/canvas/WebGLFramebuffer.idl', 304 'html/canvas/WebGLFramebuffer.idl',
307 'html/canvas/WebGLProgram.idl', 305 'html/canvas/WebGLProgram.idl',
308 'html/canvas/WebGLRenderbuffer.idl', 306 'html/canvas/WebGLRenderbuffer.idl',
309 'html/canvas/WebGLShader.idl', 307 'html/canvas/WebGLShader.idl',
310 'html/canvas/WebGLTexture.idl', 308 'html/canvas/WebGLTexture.idl',
311 'html/canvas/WebGLUniformLocation.idl', 309 'html/canvas/WebGLUniformLocation.idl',
312 'html/canvas/WebGLVertexArrayObjectOES.idl', 310 'html/canvas/WebGLVertexArrayObjectOES.idl',
311 'page/MemoryInfo.idl',
312 'page/PerformanceNavigation.idl',
313 'page/WindowBase64.idl', 313 'page/WindowBase64.idl',
314 'page/WindowPagePopup.idl', 314 'page/WindowPagePopup.idl',
315 'page/WindowTimers.idl', 315 'page/WindowTimers.idl',
316 'workers/AbstractWorker.idl', 316 'workers/AbstractWorker.idl',
317 'xml/DocumentXPathEvaluator.idl', 317 'xml/DocumentXPathEvaluator.idl',
318 ], 318 ],
319 'deprecated_perl_svg_idl_files': [ 319 'deprecated_perl_svg_idl_files': [
320 'svg/SVGAElement.idl', 320 'svg/SVGAElement.idl',
321 'svg/SVGAltGlyphDefElement.idl', 321 'svg/SVGAltGlyphDefElement.idl',
322 'svg/SVGAltGlyphElement.idl', 322 'svg/SVGAltGlyphElement.idl',
(...skipping 3359 matching lines...) Expand 10 before | Expand all | Expand 10 after
3682 'svg/properties/SVGAnimatedPathSegListPropertyTearOff.h', 3682 'svg/properties/SVGAnimatedPathSegListPropertyTearOff.h',
3683 'svg/properties/SVGPathSegListPropertyTearOff.cpp', 3683 'svg/properties/SVGPathSegListPropertyTearOff.cpp',
3684 ], 3684 ],
3685 'deprecated_perl_webcore_test_support_idl_files': [ 3685 'deprecated_perl_webcore_test_support_idl_files': [
3686 'testing/GCObservation.idl', 3686 'testing/GCObservation.idl',
3687 'testing/Internals.idl', 3687 'testing/Internals.idl',
3688 'testing/InternalProfilers.idl', 3688 'testing/InternalProfilers.idl',
3689 'testing/InternalSettings.idl', 3689 'testing/InternalSettings.idl',
3690 'testing/LayerRect.idl', 3690 'testing/LayerRect.idl',
3691 'testing/LayerRectList.idl', 3691 'testing/LayerRectList.idl',
3692 'testing/MallocStatistics.idl',
3693 'testing/TypeConversions.idl', 3692 'testing/TypeConversions.idl',
3694 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.idl', 3693 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.idl',
3695 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.idl', 3694 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.idl',
3696 ], 3695 ],
3697 'python_webcore_test_support_idl_files': [ 3696 'python_webcore_test_support_idl_files': [
3697 'testing/MallocStatistics.idl',
3698 ], 3698 ],
3699 'webcore_test_support_files': [ 3699 'webcore_test_support_files': [
3700 'testing/v8/WebCoreTestSupport.cpp', 3700 'testing/v8/WebCoreTestSupport.cpp',
3701 'testing/v8/WebCoreTestSupport.h', 3701 'testing/v8/WebCoreTestSupport.h',
3702 'testing/GCObservation.cpp', 3702 'testing/GCObservation.cpp',
3703 'testing/GCObservation.h', 3703 'testing/GCObservation.h',
3704 'testing/InspectorFrontendClientLocal.cpp', 3704 'testing/InspectorFrontendClientLocal.cpp',
3705 'testing/InspectorFrontendClientLocal.h', 3705 'testing/InspectorFrontendClientLocal.h',
3706 'testing/Internals.cpp', 3706 'testing/Internals.cpp',
3707 'testing/Internals.h', 3707 'testing/Internals.h',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
3844 'bison_exe': 'bison', 3844 'bison_exe': 'bison',
3845 # We specify a preprocess so it happens locally and won't get 3845 # We specify a preprocess so it happens locally and won't get
3846 # distributed to goma. 3846 # distributed to goma.
3847 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3847 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3848 # use /usr/bin/clang once we require Xcode 4.x. 3848 # use /usr/bin/clang once we require Xcode 4.x.
3849 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3849 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3850 }], 3850 }],
3851 ], 3851 ],
3852 } 3852 }
3853 } 3853 }
OLDNEW
« Source/bindings/templates/interface.cpp ('K') | « Source/bindings/templates/interface.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698