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

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

Issue 778003003: List marker pseudo elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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 | « LayoutTests/fast/lists/drag-into-marker.html ('k') | Source/core/css/CSSSelector.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 2245 matching lines...) Expand 10 before | Expand all | Expand 10 after
2256 'dom/LayoutTreeBuilder.cpp', 2256 'dom/LayoutTreeBuilder.cpp',
2257 'dom/LayoutTreeBuilder.h', 2257 'dom/LayoutTreeBuilder.h',
2258 'dom/LayoutTreeBuilderTraversal.cpp', 2258 'dom/LayoutTreeBuilderTraversal.cpp',
2259 'dom/LayoutTreeBuilderTraversal.h', 2259 'dom/LayoutTreeBuilderTraversal.h',
2260 'dom/LiveNodeList.cpp', 2260 'dom/LiveNodeList.cpp',
2261 'dom/LiveNodeList.h', 2261 'dom/LiveNodeList.h',
2262 'dom/LiveNodeListBase.cpp', 2262 'dom/LiveNodeListBase.cpp',
2263 'dom/LiveNodeListBase.h', 2263 'dom/LiveNodeListBase.h',
2264 'dom/MainThreadTaskRunner.cpp', 2264 'dom/MainThreadTaskRunner.cpp',
2265 'dom/MainThreadTaskRunner.h', 2265 'dom/MainThreadTaskRunner.h',
2266 'dom/MarkerPseudoElement.h',
2267 'dom/MarkerPseudoElement.cpp',
2266 'dom/MessageChannel.cpp', 2268 'dom/MessageChannel.cpp',
2267 'dom/MessageChannel.h', 2269 'dom/MessageChannel.h',
2268 'dom/MessagePort.cpp', 2270 'dom/MessagePort.cpp',
2269 'dom/Microtask.cpp', 2271 'dom/Microtask.cpp',
2270 'dom/Microtask.h', 2272 'dom/Microtask.h',
2271 'dom/MutationCallback.h', 2273 'dom/MutationCallback.h',
2272 'dom/MutationObserver.cpp', 2274 'dom/MutationObserver.cpp',
2273 'dom/MutationObserver.h', 2275 'dom/MutationObserver.h',
2274 'dom/MutationObserverInterestGroup.cpp', 2276 'dom/MutationObserverInterestGroup.cpp',
2275 'dom/MutationObserverInterestGroup.h', 2277 'dom/MutationObserverInterestGroup.h',
(...skipping 1591 matching lines...) Expand 10 before | Expand all | Expand 10 after
3867 'paint/LayerClipRecorderTest.cpp', 3869 'paint/LayerClipRecorderTest.cpp',
3868 'paint/LayoutObjectDrawingRecorderTest.cpp', 3870 'paint/LayoutObjectDrawingRecorderTest.cpp',
3869 'paint/TextPainterTest.cpp', 3871 'paint/TextPainterTest.cpp',
3870 'streams/ReadableStreamReaderTest.cpp', 3872 'streams/ReadableStreamReaderTest.cpp',
3871 'streams/ReadableStreamTest.cpp', 3873 'streams/ReadableStreamTest.cpp',
3872 'testing/PrivateScriptTestTest.cpp', 3874 'testing/PrivateScriptTestTest.cpp',
3873 'xml/parser/SharedBufferReaderTest.cpp', 3875 'xml/parser/SharedBufferReaderTest.cpp',
3874 ], 3876 ],
3875 } 3877 }
3876 } 3878 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/lists/drag-into-marker.html ('k') | Source/core/css/CSSSelector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698