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

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

Issue 315473002: Stop having HTMLNameCollection override HTMLCollection::virtualItemAfter() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 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 | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/core/html/DocumentNameCollection.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/AnimationEffect.idl', 6 'animation/AnimationEffect.idl',
7 'animation/AnimationPlayer.idl', 7 'animation/AnimationPlayer.idl',
8 'animation/AnimationNode.idl', 8 'animation/AnimationNode.idl',
9 'animation/AnimationTimeline.idl', 9 'animation/AnimationTimeline.idl',
10 'animation/Timing.idl', 10 'animation/Timing.idl',
(...skipping 2264 matching lines...) Expand 10 before | Expand all | Expand 10 after
2275 'events/WheelEvent.cpp', 2275 'events/WheelEvent.cpp',
2276 'events/WheelEvent.h', 2276 'events/WheelEvent.h',
2277 'events/WindowEventContext.cpp', 2277 'events/WindowEventContext.cpp',
2278 'events/WindowEventContext.h', 2278 'events/WindowEventContext.h',
2279 ], 2279 ],
2280 'webcore_html_files': [ 2280 'webcore_html_files': [
2281 'html/ClassList.cpp', 2281 'html/ClassList.cpp',
2282 'html/ClassList.h', 2282 'html/ClassList.h',
2283 'html/DOMFormData.cpp', 2283 'html/DOMFormData.cpp',
2284 'html/DOMFormData.h', 2284 'html/DOMFormData.h',
2285 'html/DocumentNameCollection.cpp',
2286 'html/DocumentNameCollection.h',
2285 'html/FormAssociatedElement.cpp', 2287 'html/FormAssociatedElement.cpp',
2286 'html/FormDataList.cpp', 2288 'html/FormDataList.cpp',
2287 'html/FormDataList.h', 2289 'html/FormDataList.h',
2288 'html/HTMLAllCollection.cpp', 2290 'html/HTMLAllCollection.cpp',
2289 'html/HTMLAllCollection.h', 2291 'html/HTMLAllCollection.h',
2290 'html/HTMLAnchorElement.cpp', 2292 'html/HTMLAnchorElement.cpp',
2291 'html/HTMLAnchorElement.h', 2293 'html/HTMLAnchorElement.h',
2292 'html/HTMLAppletElement.cpp', 2294 'html/HTMLAppletElement.cpp',
2293 'html/HTMLAreaElement.cpp', 2295 'html/HTMLAreaElement.cpp',
2294 'html/HTMLAreaElement.h', 2296 'html/HTMLAreaElement.h',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
2488 'html/RadioNodeList.cpp', 2490 'html/RadioNodeList.cpp',
2489 'html/RadioNodeList.h', 2491 'html/RadioNodeList.h',
2490 'html/TextDocument.cpp', 2492 'html/TextDocument.cpp',
2491 'html/TextDocument.h', 2493 'html/TextDocument.h',
2492 'html/TextMetrics.h', 2494 'html/TextMetrics.h',
2493 'html/TimeRanges.cpp', 2495 'html/TimeRanges.cpp',
2494 'html/TimeRanges.h', 2496 'html/TimeRanges.h',
2495 'html/URLRegistry.h', 2497 'html/URLRegistry.h',
2496 'html/ValidityState.cpp', 2498 'html/ValidityState.cpp',
2497 'html/ValidityState.h', 2499 'html/ValidityState.h',
2500 'html/WindowNameCollection.cpp',
2501 'html/WindowNameCollection.h',
2498 'html/canvas/ANGLEInstancedArrays.cpp', 2502 'html/canvas/ANGLEInstancedArrays.cpp',
2499 'html/canvas/ANGLEInstancedArrays.h', 2503 'html/canvas/ANGLEInstancedArrays.h',
2500 'html/canvas/Canvas2DContextAttributes.cpp', 2504 'html/canvas/Canvas2DContextAttributes.cpp',
2501 'html/canvas/Canvas2DContextAttributes.h', 2505 'html/canvas/Canvas2DContextAttributes.h',
2502 'html/canvas/CanvasContextAttributes.cpp', 2506 'html/canvas/CanvasContextAttributes.cpp',
2503 'html/canvas/CanvasContextAttributes.h', 2507 'html/canvas/CanvasContextAttributes.h',
2504 'html/canvas/CanvasGradient.cpp', 2508 'html/canvas/CanvasGradient.cpp',
2505 'html/canvas/CanvasGradient.h', 2509 'html/canvas/CanvasGradient.h',
2506 'html/canvas/CanvasImageSource.h', 2510 'html/canvas/CanvasImageSource.h',
2507 'html/canvas/CanvasPathMethods.cpp', 2511 'html/canvas/CanvasPathMethods.cpp',
(...skipping 893 matching lines...) Expand 10 before | Expand all | Expand 10 after
3401 'loader/MixedContentCheckerTest.cpp', 3405 'loader/MixedContentCheckerTest.cpp',
3402 'page/NetworkStateNotifierTest.cpp', 3406 'page/NetworkStateNotifierTest.cpp',
3403 'rendering/RenderOverflowTest.cpp', 3407 'rendering/RenderOverflowTest.cpp',
3404 'rendering/shapes/BoxShapeTest.cpp', 3408 'rendering/shapes/BoxShapeTest.cpp',
3405 'testing/UnitTestHelpers.cpp', 3409 'testing/UnitTestHelpers.cpp',
3406 'testing/UnitTestHelpers.h', 3410 'testing/UnitTestHelpers.h',
3407 'xml/parser/SharedBufferReaderTest.cpp', 3411 'xml/parser/SharedBufferReaderTest.cpp',
3408 ], 3412 ],
3409 } 3413 }
3410 } 3414 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/core/html/DocumentNameCollection.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698