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

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

Issue 2022863002: [InputEvent] Introduce |StaticRange| and use in |InputEvent::getRanges()| (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Introduce |StaticRange| and add tests Created 4 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
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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'dom/MutationObserver.idl', 98 'dom/MutationObserver.idl',
99 'dom/MutationRecord.idl', 99 'dom/MutationRecord.idl',
100 'dom/NamedNodeMap.idl', 100 'dom/NamedNodeMap.idl',
101 'dom/Node.idl', 101 'dom/Node.idl',
102 'dom/NodeFilter.idl', 102 'dom/NodeFilter.idl',
103 'dom/NodeIterator.idl', 103 'dom/NodeIterator.idl',
104 'dom/NodeList.idl', 104 'dom/NodeList.idl',
105 'dom/ProcessingInstruction.idl', 105 'dom/ProcessingInstruction.idl',
106 'dom/Range.idl', 106 'dom/Range.idl',
107 'dom/SharedArrayBuffer.idl', 107 'dom/SharedArrayBuffer.idl',
108 'dom/StaticRange.idl',
108 'dom/StringCallback.idl', 109 'dom/StringCallback.idl',
109 'dom/Text.idl', 110 'dom/Text.idl',
110 'dom/Touch.idl', 111 'dom/Touch.idl',
111 'dom/TouchList.idl', 112 'dom/TouchList.idl',
112 'dom/TreeWalker.idl', 113 'dom/TreeWalker.idl',
113 'dom/Uint16Array.idl', 114 'dom/Uint16Array.idl',
114 'dom/Uint32Array.idl', 115 'dom/Uint32Array.idl',
115 'dom/Uint8Array.idl', 116 'dom/Uint8Array.idl',
116 'dom/Uint8ClampedArray.idl', 117 'dom/Uint8ClampedArray.idl',
117 'dom/URLSearchParams.idl', 118 'dom/URLSearchParams.idl',
(...skipping 2460 matching lines...) Expand 10 before | Expand all | Expand 10 after
2578 'dom/ScriptedIdleTaskController.h', 2579 'dom/ScriptedIdleTaskController.h',
2579 'dom/SecurityContext.cpp', 2580 'dom/SecurityContext.cpp',
2580 'dom/SecurityContext.h', 2581 'dom/SecurityContext.h',
2581 'dom/SelectorQuery.cpp', 2582 'dom/SelectorQuery.cpp',
2582 'dom/SelectorQuery.h', 2583 'dom/SelectorQuery.h',
2583 'dom/ShadowTreeStyleSheetCollection.cpp', 2584 'dom/ShadowTreeStyleSheetCollection.cpp',
2584 'dom/ShadowTreeStyleSheetCollection.h', 2585 'dom/ShadowTreeStyleSheetCollection.h',
2585 'dom/SimulatedClickOptions.h', 2586 'dom/SimulatedClickOptions.h',
2586 'dom/SpaceSplitString.cpp', 2587 'dom/SpaceSplitString.cpp',
2587 'dom/StaticNodeList.h', 2588 'dom/StaticNodeList.h',
2589 'dom/StaticRange.cpp',
2590 'dom/StaticRange.h',
2588 'dom/StringCallback.cpp', 2591 'dom/StringCallback.cpp',
2589 'dom/StringCallback.h', 2592 'dom/StringCallback.h',
2590 'dom/StyleChangeReason.cpp', 2593 'dom/StyleChangeReason.cpp',
2591 'dom/StyleChangeReason.h', 2594 'dom/StyleChangeReason.h',
2592 'dom/StyleElement.cpp', 2595 'dom/StyleElement.cpp',
2593 'dom/StyleElement.h', 2596 'dom/StyleElement.h',
2594 'dom/StyleEngine.cpp', 2597 'dom/StyleEngine.cpp',
2595 'dom/StyleEngine.h', 2598 'dom/StyleEngine.h',
2596 'dom/StyleSheetCandidate.cpp', 2599 'dom/StyleSheetCandidate.cpp',
2597 'dom/StyleSheetCandidate.h', 2600 'dom/StyleSheetCandidate.h',
(...skipping 1374 matching lines...) Expand 10 before | Expand all | Expand 10 after
3972 'dom/DOMImplementationTest.cpp', 3975 'dom/DOMImplementationTest.cpp',
3973 'dom/DocumentStatisticsCollectorTest.cpp', 3976 'dom/DocumentStatisticsCollectorTest.cpp',
3974 'dom/DocumentTest.cpp', 3977 'dom/DocumentTest.cpp',
3975 'dom/ElementTest.cpp', 3978 'dom/ElementTest.cpp',
3976 'dom/MainThreadTaskRunnerTest.cpp', 3979 'dom/MainThreadTaskRunnerTest.cpp',
3977 'dom/NodeTest.cpp', 3980 'dom/NodeTest.cpp',
3978 'dom/NthIndexCacheTest.cpp', 3981 'dom/NthIndexCacheTest.cpp',
3979 'dom/RangeTest.cpp', 3982 'dom/RangeTest.cpp',
3980 'dom/ScriptRunnerTest.cpp', 3983 'dom/ScriptRunnerTest.cpp',
3981 'dom/SelectorQueryTest.cpp', 3984 'dom/SelectorQueryTest.cpp',
3985 'dom/StaticRangeTest.cpp',
3982 'dom/StyleElementTest.cpp', 3986 'dom/StyleElementTest.cpp',
3983 'dom/StyleEngineTest.cpp', 3987 'dom/StyleEngineTest.cpp',
3984 'dom/TextTest.cpp', 3988 'dom/TextTest.cpp',
3985 'dom/TreeScopeStyleSheetCollectionTest.cpp', 3989 'dom/TreeScopeStyleSheetCollectionTest.cpp',
3986 'dom/TreeScopeTest.cpp', 3990 'dom/TreeScopeTest.cpp',
3987 'dom/URLSearchParamsTest.cpp', 3991 'dom/URLSearchParamsTest.cpp',
3988 'dom/custom/CustomElementDescriptorTest.cpp', 3992 'dom/custom/CustomElementDescriptorTest.cpp',
3989 'dom/custom/CustomElementReactionQueueTest.cpp', 3993 'dom/custom/CustomElementReactionQueueTest.cpp',
3990 'dom/custom/CustomElementReactionStackTest.cpp', 3994 'dom/custom/CustomElementReactionStackTest.cpp',
3991 'dom/custom/CustomElementReactionTestHelpers.h', 3995 'dom/custom/CustomElementReactionTestHelpers.h',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
4143 'testing/PrivateScriptTestTest.cpp', 4147 'testing/PrivateScriptTestTest.cpp',
4144 'timing/MemoryInfoTest.cpp', 4148 'timing/MemoryInfoTest.cpp',
4145 'timing/PerformanceBaseTest.cpp', 4149 'timing/PerformanceBaseTest.cpp',
4146 'timing/PerformanceObserverTest.cpp', 4150 'timing/PerformanceObserverTest.cpp',
4147 'workers/WorkerThreadTest.cpp', 4151 'workers/WorkerThreadTest.cpp',
4148 'workers/WorkerThreadTestHelper.h', 4152 'workers/WorkerThreadTestHelper.h',
4149 'xml/parser/SharedBufferReaderTest.cpp', 4153 'xml/parser/SharedBufferReaderTest.cpp',
4150 ], 4154 ],
4151 } 4155 }
4152 } 4156 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698