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

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

Issue 354363002: Move attributes-related API from UniqueElementData to AttributeCollection (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 4 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/Attr.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 1895 matching lines...) Expand 10 before | Expand all | Expand 10 after
1906 'xml/parser/XMLDocumentParserScope.h', 1906 'xml/parser/XMLDocumentParserScope.h',
1907 'xml/parser/XMLErrors.cpp', 1907 'xml/parser/XMLErrors.cpp',
1908 'xml/parser/XMLErrors.h', 1908 'xml/parser/XMLErrors.h',
1909 'xml/parser/XMLParserInput.h', 1909 'xml/parser/XMLParserInput.h',
1910 ], 1910 ],
1911 'webcore_dom_files': [ 1911 'webcore_dom_files': [
1912 'dom/ActiveDOMObject.cpp', 1912 'dom/ActiveDOMObject.cpp',
1913 'dom/AddConsoleMessageTask.cpp', 1913 'dom/AddConsoleMessageTask.cpp',
1914 'dom/AddConsoleMessageTask.h', 1914 'dom/AddConsoleMessageTask.h',
1915 'dom/Attr.cpp', 1915 'dom/Attr.cpp',
1916 'dom/AttributeCollection.cpp',
1917 'dom/AttributeCollection.h', 1916 'dom/AttributeCollection.h',
1918 'dom/CDATASection.cpp', 1917 'dom/CDATASection.cpp',
1919 'dom/CDATASection.h', 1918 'dom/CDATASection.h',
1920 'dom/CSSSelectorWatch.cpp', 1919 'dom/CSSSelectorWatch.cpp',
1921 'dom/CharacterData.cpp', 1920 'dom/CharacterData.cpp',
1922 'dom/ChildFrameDisconnector.cpp', 1921 'dom/ChildFrameDisconnector.cpp',
1923 'dom/ChildFrameDisconnector.h', 1922 'dom/ChildFrameDisconnector.h',
1924 'dom/ChildListMutationScope.cpp', 1923 'dom/ChildListMutationScope.cpp',
1925 'dom/ChildListMutationScope.h', 1924 'dom/ChildListMutationScope.h',
1926 'dom/ChildNodeList.cpp', 1925 'dom/ChildNodeList.cpp',
(...skipping 1515 matching lines...) Expand 10 before | Expand all | Expand 10 after
3442 'rendering/RenderTableRowTest.cpp', 3441 'rendering/RenderTableRowTest.cpp',
3443 'rendering/shapes/BoxShapeTest.cpp', 3442 'rendering/shapes/BoxShapeTest.cpp',
3444 'testing/PrivateScriptTestTest.cpp', 3443 'testing/PrivateScriptTestTest.cpp',
3445 'streams/ReadableStreamTest.cpp', 3444 'streams/ReadableStreamTest.cpp',
3446 'testing/UnitTestHelpers.cpp', 3445 'testing/UnitTestHelpers.cpp',
3447 'testing/UnitTestHelpers.h', 3446 'testing/UnitTestHelpers.h',
3448 'xml/parser/SharedBufferReaderTest.cpp', 3447 'xml/parser/SharedBufferReaderTest.cpp',
3449 ], 3448 ],
3450 } 3449 }
3451 } 3450 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Attr.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698