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

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

Issue 1548523002: Use Document, rather than document element, for implicit root. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@intersection-observer
Patch Set: rebaseline Created 4 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
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 2389 matching lines...) Expand 10 before | Expand all | Expand 10 after
2400 'dom/DocumentType.cpp', 2400 'dom/DocumentType.cpp',
2401 'dom/DocumentVisibilityObserver.cpp', 2401 'dom/DocumentVisibilityObserver.cpp',
2402 'dom/Element.cpp', 2402 'dom/Element.cpp',
2403 'dom/Element.h', 2403 'dom/Element.h',
2404 'dom/ElementData.cpp', 2404 'dom/ElementData.cpp',
2405 'dom/ElementData.h', 2405 'dom/ElementData.h',
2406 'dom/ElementDataCache.cpp', 2406 'dom/ElementDataCache.cpp',
2407 'dom/ElementDataCache.h', 2407 'dom/ElementDataCache.h',
2408 'dom/ElementFullscreen.cpp', 2408 'dom/ElementFullscreen.cpp',
2409 'dom/ElementFullscreen.h', 2409 'dom/ElementFullscreen.h',
2410 'dom/ElementIntersectionObserverData.cpp',
2411 'dom/ElementIntersectionObserverData.h',
2412 'dom/ElementRareData.cpp', 2410 'dom/ElementRareData.cpp',
2413 'dom/ElementRareData.h', 2411 'dom/ElementRareData.h',
2414 'dom/ElementTraversal.h', 2412 'dom/ElementTraversal.h',
2415 'dom/EmptyNodeList.cpp', 2413 'dom/EmptyNodeList.cpp',
2416 'dom/EmptyNodeList.h', 2414 'dom/EmptyNodeList.h',
2417 'dom/ExecutionContext.cpp', 2415 'dom/ExecutionContext.cpp',
2418 'dom/ExecutionContext.h', 2416 'dom/ExecutionContext.h',
2419 'dom/ExecutionContextTask.h', 2417 'dom/ExecutionContextTask.h',
2420 'dom/FirstLetterPseudoElement.cpp', 2418 'dom/FirstLetterPseudoElement.cpp',
2421 'dom/FirstLetterPseudoElement.h', 2419 'dom/FirstLetterPseudoElement.h',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
2474 'dom/NameNodeList.cpp', 2472 'dom/NameNodeList.cpp',
2475 'dom/NameNodeList.h', 2473 'dom/NameNodeList.h',
2476 'dom/NamedNodeMap.cpp', 2474 'dom/NamedNodeMap.cpp',
2477 'dom/Node.cpp', 2475 'dom/Node.cpp',
2478 'dom/NodeChildRemovalTracker.cpp', 2476 'dom/NodeChildRemovalTracker.cpp',
2479 'dom/NodeChildRemovalTracker.h', 2477 'dom/NodeChildRemovalTracker.h',
2480 'dom/NodeComputedStyle.h', 2478 'dom/NodeComputedStyle.h',
2481 'dom/NodeFilter.cpp', 2479 'dom/NodeFilter.cpp',
2482 'dom/NodeFilter.h', 2480 'dom/NodeFilter.h',
2483 'dom/NodeFilterCondition.h', 2481 'dom/NodeFilterCondition.h',
2482 'dom/NodeIntersectionObserverData.cpp',
2483 'dom/NodeIntersectionObserverData.h',
2484 'dom/NodeIterator.cpp', 2484 'dom/NodeIterator.cpp',
2485 'dom/NodeIterator.h', 2485 'dom/NodeIterator.h',
2486 'dom/NodeIteratorBase.cpp', 2486 'dom/NodeIteratorBase.cpp',
2487 'dom/NodeIteratorBase.h', 2487 'dom/NodeIteratorBase.h',
2488 'dom/NodeList.cpp', 2488 'dom/NodeList.cpp',
2489 'dom/NodeListsNodeData.cpp', 2489 'dom/NodeListsNodeData.cpp',
2490 'dom/NodeListsNodeData.h', 2490 'dom/NodeListsNodeData.h',
2491 'dom/NodeRareData.cpp', 2491 'dom/NodeRareData.cpp',
2492 'dom/NodeRareData.h', 2492 'dom/NodeRareData.h',
2493 'dom/NodeTraversal.cpp', 2493 'dom/NodeTraversal.cpp',
(...skipping 1515 matching lines...) Expand 10 before | Expand all | Expand 10 after
4009 'style/SVGComputedStyleTest.cpp', 4009 'style/SVGComputedStyleTest.cpp',
4010 'svg/SVGPathParserTest.cpp', 4010 'svg/SVGPathParserTest.cpp',
4011 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4011 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4012 'testing/PrivateScriptTestTest.cpp', 4012 'testing/PrivateScriptTestTest.cpp',
4013 'timing/MemoryInfoTest.cpp', 4013 'timing/MemoryInfoTest.cpp',
4014 'workers/WorkerThreadTest.cpp', 4014 'workers/WorkerThreadTest.cpp',
4015 'xml/parser/SharedBufferReaderTest.cpp', 4015 'xml/parser/SharedBufferReaderTest.cpp',
4016 ], 4016 ],
4017 } 4017 }
4018 } 4018 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698