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

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

Issue 305603003: Merge ChildNodeInsertionNotifier and ChildNodeRemovalNotifier into ContainerNode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Don't mess with RefPtr protects yet 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/ContainerNode.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/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 1919 matching lines...) Expand 10 before | Expand all | Expand 10 after
1930 'dom/ChildNodeList.h', 1930 'dom/ChildNodeList.h',
1931 'dom/ClassCollection.cpp', 1931 'dom/ClassCollection.cpp',
1932 'dom/ClassCollection.h', 1932 'dom/ClassCollection.h',
1933 'dom/ClientRect.cpp', 1933 'dom/ClientRect.cpp',
1934 'dom/ClientRect.h', 1934 'dom/ClientRect.h',
1935 'dom/ClientRectList.cpp', 1935 'dom/ClientRectList.cpp',
1936 'dom/ClientRectList.h', 1936 'dom/ClientRectList.h',
1937 'dom/Comment.cpp', 1937 'dom/Comment.cpp',
1938 'dom/Comment.h', 1938 'dom/Comment.h',
1939 'dom/ContainerNode.cpp', 1939 'dom/ContainerNode.cpp',
1940 'dom/ContainerNodeAlgorithms.cpp',
1941 'dom/ContainerNodeAlgorithms.h', 1940 'dom/ContainerNodeAlgorithms.h',
1942 'dom/ContextFeatures.cpp', 1941 'dom/ContextFeatures.cpp',
1943 'dom/ContextFeatures.h', 1942 'dom/ContextFeatures.h',
1944 'dom/ContextLifecycleNotifier.cpp', 1943 'dom/ContextLifecycleNotifier.cpp',
1945 'dom/ContextLifecycleNotifier.h', 1944 'dom/ContextLifecycleNotifier.h',
1946 'dom/ContextLifecycleObserver.cpp', 1945 'dom/ContextLifecycleObserver.cpp',
1947 'dom/ContextLifecycleObserver.h', 1946 'dom/ContextLifecycleObserver.h',
1948 'dom/CrossThreadTask.h', 1947 'dom/CrossThreadTask.h',
1949 'dom/DOMError.cpp', 1948 'dom/DOMError.cpp',
1950 'dom/DOMError.h', 1949 'dom/DOMError.h',
(...skipping 1447 matching lines...) Expand 10 before | Expand all | Expand 10 after
3398 'loader/MixedContentCheckerTest.cpp', 3397 'loader/MixedContentCheckerTest.cpp',
3399 'page/NetworkStateNotifierTest.cpp', 3398 'page/NetworkStateNotifierTest.cpp',
3400 'rendering/RenderOverflowTest.cpp', 3399 'rendering/RenderOverflowTest.cpp',
3401 'rendering/shapes/BoxShapeTest.cpp', 3400 'rendering/shapes/BoxShapeTest.cpp',
3402 'testing/UnitTestHelpers.cpp', 3401 'testing/UnitTestHelpers.cpp',
3403 'testing/UnitTestHelpers.h', 3402 'testing/UnitTestHelpers.h',
3404 'xml/parser/SharedBufferReaderTest.cpp', 3403 'xml/parser/SharedBufferReaderTest.cpp',
3405 ], 3404 ],
3406 } 3405 }
3407 } 3406 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/ContainerNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698