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

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

Issue 1220883007: [dom] support iterable<> NodeList (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Check that it merges cleanly Created 5 years, 3 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
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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 2358 matching lines...) Expand 10 before | Expand all | Expand 10 after
2369 'dom/NodeChildRemovalTracker.cpp', 2369 'dom/NodeChildRemovalTracker.cpp',
2370 'dom/NodeChildRemovalTracker.h', 2370 'dom/NodeChildRemovalTracker.h',
2371 'dom/NodeComputedStyle.h', 2371 'dom/NodeComputedStyle.h',
2372 'dom/NodeFilter.cpp', 2372 'dom/NodeFilter.cpp',
2373 'dom/NodeFilter.h', 2373 'dom/NodeFilter.h',
2374 'dom/NodeFilterCondition.h', 2374 'dom/NodeFilterCondition.h',
2375 'dom/NodeIterator.cpp', 2375 'dom/NodeIterator.cpp',
2376 'dom/NodeIterator.h', 2376 'dom/NodeIterator.h',
2377 'dom/NodeIteratorBase.cpp', 2377 'dom/NodeIteratorBase.cpp',
2378 'dom/NodeIteratorBase.h', 2378 'dom/NodeIteratorBase.h',
2379 'dom/NodeList.cpp',
2379 'dom/NodeListsNodeData.cpp', 2380 'dom/NodeListsNodeData.cpp',
2380 'dom/NodeListsNodeData.h', 2381 'dom/NodeListsNodeData.h',
2381 'dom/NodeRareData.cpp', 2382 'dom/NodeRareData.cpp',
2382 'dom/NodeRareData.h', 2383 'dom/NodeRareData.h',
2383 'dom/NodeTraversal.cpp', 2384 'dom/NodeTraversal.cpp',
2384 'dom/NodeTraversal.h', 2385 'dom/NodeTraversal.h',
2385 'dom/NodeWithIndex.h', 2386 'dom/NodeWithIndex.h',
2386 'dom/NonDocumentTypeChildNode.h', 2387 'dom/NonDocumentTypeChildNode.h',
2387 'dom/NonElementParentNode.h', 2388 'dom/NonElementParentNode.h',
2388 'dom/NthIndexCache.cpp', 2389 'dom/NthIndexCache.cpp',
(...skipping 1487 matching lines...) Expand 10 before | Expand all | Expand 10 after
3876 'style/OutlineValueTest.cpp', 3877 'style/OutlineValueTest.cpp',
3877 'style/SVGComputedStyleTest.cpp', 3878 'style/SVGComputedStyleTest.cpp',
3878 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3879 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3879 'testing/PrivateScriptTestTest.cpp', 3880 'testing/PrivateScriptTestTest.cpp',
3880 'timing/MemoryInfoTest.cpp', 3881 'timing/MemoryInfoTest.cpp',
3881 'workers/WorkerThreadTest.cpp', 3882 'workers/WorkerThreadTest.cpp',
3882 'xml/parser/SharedBufferReaderTest.cpp', 3883 'xml/parser/SharedBufferReaderTest.cpp',
3883 ], 3884 ],
3884 } 3885 }
3885 } 3886 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698