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

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

Issue 354023008: Move attributes-related methods from ElementData to AttributeCollection (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Take feedback into consideration 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/AttributeCollection.h » ('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 1919 matching lines...) Expand 10 before | Expand all | Expand 10 after
1930 'xml/parser/XMLDocumentParser.h', 1930 'xml/parser/XMLDocumentParser.h',
1931 'xml/parser/XMLDocumentParserScope.cpp', 1931 'xml/parser/XMLDocumentParserScope.cpp',
1932 'xml/parser/XMLDocumentParserScope.h', 1932 'xml/parser/XMLDocumentParserScope.h',
1933 'xml/parser/XMLParserInput.h', 1933 'xml/parser/XMLParserInput.h',
1934 ], 1934 ],
1935 'webcore_dom_files': [ 1935 'webcore_dom_files': [
1936 'dom/ActiveDOMObject.cpp', 1936 'dom/ActiveDOMObject.cpp',
1937 'dom/AddConsoleMessageTask.cpp', 1937 'dom/AddConsoleMessageTask.cpp',
1938 'dom/AddConsoleMessageTask.h', 1938 'dom/AddConsoleMessageTask.h',
1939 'dom/Attr.cpp', 1939 'dom/Attr.cpp',
1940 'dom/AttributeCollection.cpp',
1941 'dom/AttributeCollection.h',
1940 'dom/CDATASection.cpp', 1942 'dom/CDATASection.cpp',
1941 'dom/CDATASection.h', 1943 'dom/CDATASection.h',
1942 'dom/CSSSelectorWatch.cpp', 1944 'dom/CSSSelectorWatch.cpp',
1943 'dom/CharacterData.cpp', 1945 'dom/CharacterData.cpp',
1944 'dom/ChildFrameDisconnector.cpp', 1946 'dom/ChildFrameDisconnector.cpp',
1945 'dom/ChildFrameDisconnector.h', 1947 'dom/ChildFrameDisconnector.h',
1946 'dom/ChildListMutationScope.cpp', 1948 'dom/ChildListMutationScope.cpp',
1947 'dom/ChildListMutationScope.h', 1949 'dom/ChildListMutationScope.h',
1948 'dom/ChildNodeList.cpp', 1950 'dom/ChildNodeList.cpp',
1949 'dom/ChildNodeList.h', 1951 'dom/ChildNodeList.h',
(...skipping 1492 matching lines...) Expand 10 before | Expand all | Expand 10 after
3442 'loader/MixedContentCheckerTest.cpp', 3444 'loader/MixedContentCheckerTest.cpp',
3443 'page/NetworkStateNotifierTest.cpp', 3445 'page/NetworkStateNotifierTest.cpp',
3444 'rendering/RenderOverflowTest.cpp', 3446 'rendering/RenderOverflowTest.cpp',
3445 'rendering/shapes/BoxShapeTest.cpp', 3447 'rendering/shapes/BoxShapeTest.cpp',
3446 'testing/UnitTestHelpers.cpp', 3448 'testing/UnitTestHelpers.cpp',
3447 'testing/UnitTestHelpers.h', 3449 'testing/UnitTestHelpers.h',
3448 'xml/parser/SharedBufferReaderTest.cpp', 3450 'xml/parser/SharedBufferReaderTest.cpp',
3449 ], 3451 ],
3450 } 3452 }
3451 } 3453 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/AttributeCollection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698