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

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

Issue 571603003: Convert first letter into a pseudo element. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
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/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 2083 matching lines...) Expand 10 before | Expand all | Expand 10 after
2094 'dom/ElementFullscreen.cpp', 2094 'dom/ElementFullscreen.cpp',
2095 'dom/ElementFullscreen.h', 2095 'dom/ElementFullscreen.h',
2096 'dom/ElementRareData.cpp', 2096 'dom/ElementRareData.cpp',
2097 'dom/ElementRareData.h', 2097 'dom/ElementRareData.h',
2098 'dom/ElementTraversal.h', 2098 'dom/ElementTraversal.h',
2099 'dom/EmptyNodeList.cpp', 2099 'dom/EmptyNodeList.cpp',
2100 'dom/EmptyNodeList.h', 2100 'dom/EmptyNodeList.h',
2101 'dom/ExecutionContext.cpp', 2101 'dom/ExecutionContext.cpp',
2102 'dom/ExecutionContext.h', 2102 'dom/ExecutionContext.h',
2103 'dom/ExecutionContextTask.h', 2103 'dom/ExecutionContextTask.h',
2104 'dom/FirstLetterPseudoElement.h',
2105 'dom/FirstLetterPseudoElement.cpp',
2104 'dom/Fullscreen.cpp', 2106 'dom/Fullscreen.cpp',
2105 'dom/Fullscreen.h', 2107 'dom/Fullscreen.h',
2106 'dom/GlobalEventHandlers.h', 2108 'dom/GlobalEventHandlers.h',
2107 'dom/IconURL.cpp', 2109 'dom/IconURL.cpp',
2108 'dom/IconURL.h', 2110 'dom/IconURL.h',
2109 'dom/IdTargetObserver.cpp', 2111 'dom/IdTargetObserver.cpp',
2110 'dom/IdTargetObserver.h', 2112 'dom/IdTargetObserver.h',
2111 'dom/IdTargetObserverRegistry.cpp', 2113 'dom/IdTargetObserverRegistry.cpp',
2112 'dom/IdTargetObserverRegistry.h', 2114 'dom/IdTargetObserverRegistry.h',
2113 'dom/IgnoreDestructiveWriteCountIncrementer.h', 2115 'dom/IgnoreDestructiveWriteCountIncrementer.h',
(...skipping 1475 matching lines...) Expand 10 before | Expand all | Expand 10 after
3589 'rendering/shapes/BoxShapeTest.cpp', 3591 'rendering/shapes/BoxShapeTest.cpp',
3590 'rendering/style/OutlineValueTest.cpp', 3592 'rendering/style/OutlineValueTest.cpp',
3591 'testing/PrivateScriptTestTest.cpp', 3593 'testing/PrivateScriptTestTest.cpp',
3592 'streams/ReadableStreamTest.cpp', 3594 'streams/ReadableStreamTest.cpp',
3593 'testing/UnitTestHelpers.cpp', 3595 'testing/UnitTestHelpers.cpp',
3594 'testing/UnitTestHelpers.h', 3596 'testing/UnitTestHelpers.h',
3595 'xml/parser/SharedBufferReaderTest.cpp', 3597 'xml/parser/SharedBufferReaderTest.cpp',
3596 ], 3598 ],
3597 } 3599 }
3598 } 3600 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698