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

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: Re-reupload Created 7 years, 3 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
« no previous file with comments | « Source/bindings/tests/results/V8TestTypedefs.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/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'inspector/InspectorOverlayHost.idl', 237 'inspector/InspectorOverlayHost.idl',
238 'inspector/JavaScriptCallFrame.idl', 238 'inspector/JavaScriptCallFrame.idl',
239 'loader/appcache/ApplicationCache.idl', 239 'loader/appcache/ApplicationCache.idl',
240 'page/BarProp.idl', 240 'page/BarProp.idl',
241 'page/ConsoleBase.idl', 241 'page/ConsoleBase.idl',
242 'page/Console.idl', 242 'page/Console.idl',
243 'page/EventSource.idl', 243 'page/EventSource.idl',
244 'page/History.idl', 244 'page/History.idl',
245 'page/ImageBitmap.idl', 245 'page/ImageBitmap.idl',
246 'page/Location.idl', 246 'page/Location.idl',
247 'page/MemoryInfo.idl',
248 'page/Navigator.idl', 247 'page/Navigator.idl',
249 'page/NavigatorID.idl', 248 'page/NavigatorID.idl',
250 'page/NavigatorOnLine.idl', 249 'page/NavigatorOnLine.idl',
251 'page/PagePopupController.idl', 250 'page/PagePopupController.idl',
252 'page/Performance.idl', 251 'page/Performance.idl',
253 'page/PerformanceEntry.idl', 252 'page/PerformanceEntry.idl',
254 'page/PerformanceMark.idl', 253 'page/PerformanceMark.idl',
255 'page/PerformanceMeasure.idl', 254 'page/PerformanceMeasure.idl',
256 'page/PerformanceNavigation.idl',
257 'page/PerformanceResourceTiming.idl', 255 'page/PerformanceResourceTiming.idl',
258 'page/PerformanceTiming.idl', 256 'page/PerformanceTiming.idl',
259 'page/Screen.idl', 257 'page/Screen.idl',
260 'page/SecurityPolicy.idl', 258 'page/SecurityPolicy.idl',
261 'page/Selection.idl', 259 'page/Selection.idl',
262 'page/SpeechInputEvent.idl', 260 'page/SpeechInputEvent.idl',
263 'page/SpeechInputResult.idl', 261 'page/SpeechInputResult.idl',
264 'page/SpeechInputResultList.idl', 262 'page/SpeechInputResultList.idl',
265 'page/WebKitPoint.idl', 263 'page/WebKitPoint.idl',
266 'page/Window.idl', 264 'page/Window.idl',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 'html/canvas/OESTextureFloatLinear.idl', 303 'html/canvas/OESTextureFloatLinear.idl',
306 'html/canvas/OESTextureHalfFloatLinear.idl', 304 'html/canvas/OESTextureHalfFloatLinear.idl',
307 'html/canvas/WebGLBuffer.idl', 305 'html/canvas/WebGLBuffer.idl',
308 'html/canvas/WebGLFramebuffer.idl', 306 'html/canvas/WebGLFramebuffer.idl',
309 'html/canvas/WebGLProgram.idl', 307 'html/canvas/WebGLProgram.idl',
310 'html/canvas/WebGLRenderbuffer.idl', 308 'html/canvas/WebGLRenderbuffer.idl',
311 'html/canvas/WebGLShader.idl', 309 'html/canvas/WebGLShader.idl',
312 'html/canvas/WebGLTexture.idl', 310 'html/canvas/WebGLTexture.idl',
313 'html/canvas/WebGLUniformLocation.idl', 311 'html/canvas/WebGLUniformLocation.idl',
314 'html/canvas/WebGLVertexArrayObjectOES.idl', 312 'html/canvas/WebGLVertexArrayObjectOES.idl',
313 'page/MemoryInfo.idl',
314 'page/PerformanceNavigation.idl',
315 'page/WindowBase64.idl', 315 'page/WindowBase64.idl',
316 'page/WindowPagePopup.idl', 316 'page/WindowPagePopup.idl',
317 'page/WindowTimers.idl', 317 'page/WindowTimers.idl',
318 'workers/AbstractWorker.idl', 318 'workers/AbstractWorker.idl',
319 'xml/DocumentXPathEvaluator.idl', 319 'xml/DocumentXPathEvaluator.idl',
320 ], 320 ],
321 'deprecated_perl_svg_idl_files': [ 321 'deprecated_perl_svg_idl_files': [
322 'svg/SVGAElement.idl', 322 'svg/SVGAElement.idl',
323 'svg/SVGAltGlyphDefElement.idl', 323 'svg/SVGAltGlyphDefElement.idl',
324 'svg/SVGAltGlyphElement.idl', 324 'svg/SVGAltGlyphElement.idl',
(...skipping 3366 matching lines...) Expand 10 before | Expand all | Expand 10 after
3691 'svg/properties/SVGAnimatedPathSegListPropertyTearOff.h', 3691 'svg/properties/SVGAnimatedPathSegListPropertyTearOff.h',
3692 'svg/properties/SVGPathSegListPropertyTearOff.cpp', 3692 'svg/properties/SVGPathSegListPropertyTearOff.cpp',
3693 ], 3693 ],
3694 'deprecated_perl_webcore_test_support_idl_files': [ 3694 'deprecated_perl_webcore_test_support_idl_files': [
3695 'testing/GCObservation.idl', 3695 'testing/GCObservation.idl',
3696 'testing/Internals.idl', 3696 'testing/Internals.idl',
3697 'testing/InternalProfilers.idl', 3697 'testing/InternalProfilers.idl',
3698 'testing/InternalSettings.idl', 3698 'testing/InternalSettings.idl',
3699 'testing/LayerRect.idl', 3699 'testing/LayerRect.idl',
3700 'testing/LayerRectList.idl', 3700 'testing/LayerRectList.idl',
3701 'testing/MallocStatistics.idl',
3702 'testing/TypeConversions.idl', 3701 'testing/TypeConversions.idl',
3703 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.idl', 3702 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.idl',
3704 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.idl', 3703 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.idl',
3705 ], 3704 ],
3706 'python_webcore_test_support_idl_files': [ 3705 'python_webcore_test_support_idl_files': [
3706 'testing/MallocStatistics.idl',
3707 ], 3707 ],
3708 'webcore_test_support_files': [ 3708 'webcore_test_support_files': [
3709 'testing/v8/WebCoreTestSupport.cpp', 3709 'testing/v8/WebCoreTestSupport.cpp',
3710 'testing/v8/WebCoreTestSupport.h', 3710 'testing/v8/WebCoreTestSupport.h',
3711 'testing/GCObservation.cpp', 3711 'testing/GCObservation.cpp',
3712 'testing/GCObservation.h', 3712 'testing/GCObservation.h',
3713 'testing/InspectorFrontendClientLocal.cpp', 3713 'testing/InspectorFrontendClientLocal.cpp',
3714 'testing/InspectorFrontendClientLocal.h', 3714 'testing/InspectorFrontendClientLocal.h',
3715 'testing/Internals.cpp', 3715 'testing/Internals.cpp',
3716 'testing/Internals.h', 3716 'testing/Internals.h',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
3855 'bison_exe': 'bison', 3855 'bison_exe': 'bison',
3856 # We specify a preprocess so it happens locally and won't get 3856 # We specify a preprocess so it happens locally and won't get
3857 # distributed to goma. 3857 # distributed to goma.
3858 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3858 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3859 # use /usr/bin/clang once we require Xcode 4.x. 3859 # use /usr/bin/clang once we require Xcode 4.x.
3860 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3860 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3861 }], 3861 }],
3862 ], 3862 ],
3863 } 3863 }
3864 } 3864 }
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/V8TestTypedefs.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698