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

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

Issue 1180653003: Sync the IDL interfaces in core/frame/ with their many specs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix order-dependent test Created 5 years, 6 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 | « LayoutTests/http/tests/dom/location-stringify.html ('k') | Source/core/frame/Console.idl » ('j') | 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 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 'dom/NonElementParentNode.idl', 471 'dom/NonElementParentNode.idl',
472 'dom/ParentNode.idl', 472 'dom/ParentNode.idl',
473 'dom/URLUtils.idl', 473 'dom/URLUtils.idl',
474 'dom/URLUtilsReadOnly.idl', 474 'dom/URLUtilsReadOnly.idl',
475 'events/EventListener.idl', 475 'events/EventListener.idl',
476 'events/NavigatorEvents.idl', 476 'events/NavigatorEvents.idl',
477 'frame/NavigatorCPU.idl', 477 'frame/NavigatorCPU.idl',
478 'frame/NavigatorID.idl', 478 'frame/NavigatorID.idl',
479 'frame/NavigatorLanguage.idl', 479 'frame/NavigatorLanguage.idl',
480 'frame/NavigatorOnLine.idl', 480 'frame/NavigatorOnLine.idl',
481 'frame/NavigatorStorageUtils.idl',
481 'frame/WindowBase64.idl', 482 'frame/WindowBase64.idl',
482 'frame/WindowEventHandlers.idl', 483 'frame/WindowEventHandlers.idl',
483 'frame/WindowTimers.idl', 484 'frame/WindowTimers.idl',
484 'html/canvas/CanvasPathMethods.idl', 485 'html/canvas/CanvasPathMethods.idl',
485 'html/canvas/MouseEventHitRegion.idl', 486 'html/canvas/MouseEventHitRegion.idl',
486 'html/canvas/WebGL2RenderingContextBase.idl', 487 'html/canvas/WebGL2RenderingContextBase.idl',
487 'html/canvas/WebGLRenderingContextBase.idl', 488 'html/canvas/WebGLRenderingContextBase.idl',
488 'imagebitmap/ImageBitmapFactories.idl', 489 'imagebitmap/ImageBitmapFactories.idl',
489 'imagebitmap/WindowImageBitmapFactories.idl', 490 'imagebitmap/WindowImageBitmapFactories.idl',
490 'svg/SVGDocument.idl', 491 'svg/SVGDocument.idl',
(...skipping 3439 matching lines...) Expand 10 before | Expand all | Expand 10 after
3930 'style/ComputedStyleTest.cpp', 3931 'style/ComputedStyleTest.cpp',
3931 'style/OutlineValueTest.cpp', 3932 'style/OutlineValueTest.cpp',
3932 'style/SVGComputedStyleTest.cpp', 3933 'style/SVGComputedStyleTest.cpp',
3933 'testing/PrivateScriptTestTest.cpp', 3934 'testing/PrivateScriptTestTest.cpp',
3934 'timing/MemoryInfoTest.cpp', 3935 'timing/MemoryInfoTest.cpp',
3935 'workers/WorkerThreadTest.cpp', 3936 'workers/WorkerThreadTest.cpp',
3936 'xml/parser/SharedBufferReaderTest.cpp', 3937 'xml/parser/SharedBufferReaderTest.cpp',
3937 ], 3938 ],
3938 } 3939 }
3939 } 3940 }
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/dom/location-stringify.html ('k') | Source/core/frame/Console.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698