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

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

Issue 1089933004: DevTools: make DOMNodeIds a trivial wrapper around WeakIdentifierMap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/DOMNodeIds.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 '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/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 2332 matching lines...) Expand 10 before | Expand all | Expand 10 after
2343 'dom/TreeShared.h', 2343 'dom/TreeShared.h',
2344 'dom/TreeWalker.cpp', 2344 'dom/TreeWalker.cpp',
2345 'dom/TreeWalker.h', 2345 'dom/TreeWalker.h',
2346 'dom/UserActionElementSet.cpp', 2346 'dom/UserActionElementSet.cpp',
2347 'dom/UserActionElementSet.h', 2347 'dom/UserActionElementSet.h',
2348 'dom/ViewportDescription.cpp', 2348 'dom/ViewportDescription.cpp',
2349 'dom/ViewportDescription.h', 2349 'dom/ViewportDescription.h',
2350 'dom/VisitedLinkState.cpp', 2350 'dom/VisitedLinkState.cpp',
2351 'dom/VisitedLinkState.h', 2351 'dom/VisitedLinkState.h',
2352 'dom/WeakIdentifierMap.h', 2352 'dom/WeakIdentifierMap.h',
2353 'dom/WeakNodeMap.h',
2354 'dom/XMLDocument.cpp', 2353 'dom/XMLDocument.cpp',
2355 'dom/XMLDocument.h', 2354 'dom/XMLDocument.h',
2356 'dom/custom/CustomElement.cpp', 2355 'dom/custom/CustomElement.cpp',
2357 'dom/custom/CustomElement.h', 2356 'dom/custom/CustomElement.h',
2358 'dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp', 2357 'dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp',
2359 'dom/custom/CustomElementAsyncImportMicrotaskQueue.h', 2358 'dom/custom/CustomElementAsyncImportMicrotaskQueue.h',
2360 'dom/custom/CustomElementCallbackInvocation.cpp', 2359 'dom/custom/CustomElementCallbackInvocation.cpp',
2361 'dom/custom/CustomElementCallbackInvocation.h', 2360 'dom/custom/CustomElementCallbackInvocation.h',
2362 'dom/custom/CustomElementCallbackQueue.cpp', 2361 'dom/custom/CustomElementCallbackQueue.cpp',
2363 'dom/custom/CustomElementCallbackQueue.h', 2362 'dom/custom/CustomElementCallbackQueue.h',
(...skipping 1468 matching lines...) Expand 10 before | Expand all | Expand 10 after
3832 'paint/LayerClipRecorderTest.cpp', 3831 'paint/LayerClipRecorderTest.cpp',
3833 'paint/LayoutObjectDrawingRecorderTest.cpp', 3832 'paint/LayoutObjectDrawingRecorderTest.cpp',
3834 'paint/TextPainterTest.cpp', 3833 'paint/TextPainterTest.cpp',
3835 'streams/ReadableStreamReaderTest.cpp', 3834 'streams/ReadableStreamReaderTest.cpp',
3836 'streams/ReadableStreamTest.cpp', 3835 'streams/ReadableStreamTest.cpp',
3837 'testing/PrivateScriptTestTest.cpp', 3836 'testing/PrivateScriptTestTest.cpp',
3838 'xml/parser/SharedBufferReaderTest.cpp', 3837 'xml/parser/SharedBufferReaderTest.cpp',
3839 ], 3838 ],
3840 } 3839 }
3841 } 3840 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/DOMNodeIds.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698