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

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

Issue 355163004: Move HTMLTagCollection to its own file (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/dom/ContainerNode.cpp » ('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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 2450 matching lines...) Expand 10 before | Expand all | Expand 10 after
2461 'html/HTMLTableColElement.h', 2461 'html/HTMLTableColElement.h',
2462 'html/HTMLTableElement.cpp', 2462 'html/HTMLTableElement.cpp',
2463 'html/HTMLTableElement.h', 2463 'html/HTMLTableElement.h',
2464 'html/HTMLTablePartElement.cpp', 2464 'html/HTMLTablePartElement.cpp',
2465 'html/HTMLTableRowElement.cpp', 2465 'html/HTMLTableRowElement.cpp',
2466 'html/HTMLTableRowElement.h', 2466 'html/HTMLTableRowElement.h',
2467 'html/HTMLTableRowsCollection.cpp', 2467 'html/HTMLTableRowsCollection.cpp',
2468 'html/HTMLTableRowsCollection.h', 2468 'html/HTMLTableRowsCollection.h',
2469 'html/HTMLTableSectionElement.cpp', 2469 'html/HTMLTableSectionElement.cpp',
2470 'html/HTMLTableSectionElement.h', 2470 'html/HTMLTableSectionElement.h',
2471 'html/HTMLTagCollection.cpp',
2472 'html/HTMLTagCollection.h',
2471 'html/HTMLTemplateElement.cpp', 2473 'html/HTMLTemplateElement.cpp',
2472 'html/HTMLTemplateElement.h', 2474 'html/HTMLTemplateElement.h',
2473 'html/HTMLTextAreaElement.cpp', 2475 'html/HTMLTextAreaElement.cpp',
2474 'html/HTMLTextFormControlElement.cpp', 2476 'html/HTMLTextFormControlElement.cpp',
2475 'html/HTMLTitleElement.cpp', 2477 'html/HTMLTitleElement.cpp',
2476 'html/HTMLTitleElement.h', 2478 'html/HTMLTitleElement.h',
2477 'html/HTMLTrackElement.cpp', 2479 'html/HTMLTrackElement.cpp',
2478 'html/HTMLTrackElement.h', 2480 'html/HTMLTrackElement.h',
2479 'html/HTMLUListElement.cpp', 2481 'html/HTMLUListElement.cpp',
2480 'html/HTMLUListElement.h', 2482 'html/HTMLUListElement.h',
(...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after
3446 'loader/MixedContentCheckerTest.cpp', 3448 'loader/MixedContentCheckerTest.cpp',
3447 'page/NetworkStateNotifierTest.cpp', 3449 'page/NetworkStateNotifierTest.cpp',
3448 'rendering/RenderOverflowTest.cpp', 3450 'rendering/RenderOverflowTest.cpp',
3449 'rendering/shapes/BoxShapeTest.cpp', 3451 'rendering/shapes/BoxShapeTest.cpp',
3450 'testing/UnitTestHelpers.cpp', 3452 'testing/UnitTestHelpers.cpp',
3451 'testing/UnitTestHelpers.h', 3453 'testing/UnitTestHelpers.h',
3452 'xml/parser/SharedBufferReaderTest.cpp', 3454 'xml/parser/SharedBufferReaderTest.cpp',
3453 ], 3455 ],
3454 } 3456 }
3455 } 3457 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/ContainerNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698