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

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: Fix typo in test expectations, tested build Created 5 years, 2 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 2367 matching lines...) Expand 10 before | Expand all | Expand 10 after
2378 'dom/NodeChildRemovalTracker.cpp', 2378 'dom/NodeChildRemovalTracker.cpp',
2379 'dom/NodeChildRemovalTracker.h', 2379 'dom/NodeChildRemovalTracker.h',
2380 'dom/NodeComputedStyle.h', 2380 'dom/NodeComputedStyle.h',
2381 'dom/NodeFilter.cpp', 2381 'dom/NodeFilter.cpp',
2382 'dom/NodeFilter.h', 2382 'dom/NodeFilter.h',
2383 'dom/NodeFilterCondition.h', 2383 'dom/NodeFilterCondition.h',
2384 'dom/NodeIterator.cpp', 2384 'dom/NodeIterator.cpp',
2385 'dom/NodeIterator.h', 2385 'dom/NodeIterator.h',
2386 'dom/NodeIteratorBase.cpp', 2386 'dom/NodeIteratorBase.cpp',
2387 'dom/NodeIteratorBase.h', 2387 'dom/NodeIteratorBase.h',
2388 'dom/NodeList.cpp',
2388 'dom/NodeListsNodeData.cpp', 2389 'dom/NodeListsNodeData.cpp',
2389 'dom/NodeListsNodeData.h', 2390 'dom/NodeListsNodeData.h',
2390 'dom/NodeRareData.cpp', 2391 'dom/NodeRareData.cpp',
2391 'dom/NodeRareData.h', 2392 'dom/NodeRareData.h',
2392 'dom/NodeTraversal.cpp', 2393 'dom/NodeTraversal.cpp',
2393 'dom/NodeTraversal.h', 2394 'dom/NodeTraversal.h',
2394 'dom/NodeWithIndex.h', 2395 'dom/NodeWithIndex.h',
2395 'dom/NonDocumentTypeChildNode.h', 2396 'dom/NonDocumentTypeChildNode.h',
2396 'dom/NonElementParentNode.h', 2397 'dom/NonElementParentNode.h',
2397 'dom/NthIndexCache.cpp', 2398 'dom/NthIndexCache.cpp',
(...skipping 1487 matching lines...) Expand 10 before | Expand all | Expand 10 after
3885 'style/OutlineValueTest.cpp', 3886 'style/OutlineValueTest.cpp',
3886 'style/SVGComputedStyleTest.cpp', 3887 'style/SVGComputedStyleTest.cpp',
3887 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3888 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3888 'testing/PrivateScriptTestTest.cpp', 3889 'testing/PrivateScriptTestTest.cpp',
3889 'timing/MemoryInfoTest.cpp', 3890 'timing/MemoryInfoTest.cpp',
3890 'workers/WorkerThreadTest.cpp', 3891 'workers/WorkerThreadTest.cpp',
3891 'xml/parser/SharedBufferReaderTest.cpp', 3892 'xml/parser/SharedBufferReaderTest.cpp',
3892 ], 3893 ],
3893 } 3894 }
3894 } 3895 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/dom/NodeList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698