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 132923003: Make sure the rootNode of a LiveNodeListBase is always a ContainerNode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 11 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/ChildNodeList.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 '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/Player.idl', 6 'animation/Player.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'css/CSS.idl', 8 'css/CSS.idl',
9 'css/CSSCharsetRule.idl', 9 'css/CSSCharsetRule.idl',
10 'css/CSSFontFaceLoadEvent.idl', 10 'css/CSSFontFaceLoadEvent.idl',
(...skipping 1911 matching lines...) Expand 10 before | Expand all | Expand 10 after
1922 'dom/DOMURLUtils.h', 1922 'dom/DOMURLUtils.h',
1923 'dom/DOMURLUtilsReadOnly.cpp', 1923 'dom/DOMURLUtilsReadOnly.cpp',
1924 'dom/DOMURLUtilsReadOnly.h', 1924 'dom/DOMURLUtilsReadOnly.h',
1925 'dom/Element.cpp', 1925 'dom/Element.cpp',
1926 'dom/Element.h', 1926 'dom/Element.h',
1927 'dom/ElementData.cpp', 1927 'dom/ElementData.cpp',
1928 'dom/ElementData.h', 1928 'dom/ElementData.h',
1929 'dom/ElementRareData.cpp', 1929 'dom/ElementRareData.cpp',
1930 'dom/ElementRareData.h', 1930 'dom/ElementRareData.h',
1931 'dom/ElementTraversal.h', 1931 'dom/ElementTraversal.h',
1932 'dom/EmptyNodeList.cpp',
1933 'dom/EmptyNodeList.h',
1932 'dom/Entity.h', 1934 'dom/Entity.h',
1933 'dom/ExecutionContextTask.cpp', 1935 'dom/ExecutionContextTask.cpp',
1934 'dom/ExecutionContextTask.h', 1936 'dom/ExecutionContextTask.h',
1935 'dom/MainThreadTaskRunner.cpp', 1937 'dom/MainThreadTaskRunner.cpp',
1936 'dom/MainThreadTaskRunner.h', 1938 'dom/MainThreadTaskRunner.h',
1937 'dom/FullscreenElementStack.cpp', 1939 'dom/FullscreenElementStack.cpp',
1938 'dom/FullscreenElementStack.h', 1940 'dom/FullscreenElementStack.h',
1939 'dom/GlobalEventHandlers.h', 1941 'dom/GlobalEventHandlers.h',
1940 'dom/IconURL.cpp', 1942 'dom/IconURL.cpp',
1941 'dom/IconURL.h', 1943 'dom/IconURL.h',
(...skipping 1326 matching lines...) Expand 10 before | Expand all | Expand 10 after
3268 'html/track/vtt/BufferedLineReaderTest.cpp', 3270 'html/track/vtt/BufferedLineReaderTest.cpp',
3269 'html/track/vtt/VTTScannerTest.cpp', 3271 'html/track/vtt/VTTScannerTest.cpp',
3270 'frame/ImageBitmapTest.cpp', 3272 'frame/ImageBitmapTest.cpp',
3271 'rendering/RenderOverflowTest.cpp', 3273 'rendering/RenderOverflowTest.cpp',
3272 'rendering/shapes/BoxShapeTest.cpp', 3274 'rendering/shapes/BoxShapeTest.cpp',
3273 'testing/UnitTestHelpers.h', 3275 'testing/UnitTestHelpers.h',
3274 'testing/UnitTestHelpers.cpp', 3276 'testing/UnitTestHelpers.cpp',
3275 ], 3277 ],
3276 } 3278 }
3277 } 3279 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/ChildNodeList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698