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

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

Issue 639863006: Revert of 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/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 2129 matching lines...) Expand 10 before | Expand all | Expand 10 after
2140 'dom/ElementFullscreen.cpp', 2140 'dom/ElementFullscreen.cpp',
2141 'dom/ElementFullscreen.h', 2141 'dom/ElementFullscreen.h',
2142 'dom/ElementRareData.cpp', 2142 'dom/ElementRareData.cpp',
2143 'dom/ElementRareData.h', 2143 'dom/ElementRareData.h',
2144 'dom/ElementTraversal.h', 2144 'dom/ElementTraversal.h',
2145 'dom/EmptyNodeList.cpp', 2145 'dom/EmptyNodeList.cpp',
2146 'dom/EmptyNodeList.h', 2146 'dom/EmptyNodeList.h',
2147 'dom/ExecutionContext.cpp', 2147 'dom/ExecutionContext.cpp',
2148 'dom/ExecutionContext.h', 2148 'dom/ExecutionContext.h',
2149 'dom/ExecutionContextTask.h', 2149 'dom/ExecutionContextTask.h',
2150 'dom/FirstLetterPseudoElement.h',
2151 'dom/FirstLetterPseudoElement.cpp',
2152 'dom/Fullscreen.cpp', 2150 'dom/Fullscreen.cpp',
2153 'dom/Fullscreen.h', 2151 'dom/Fullscreen.h',
2154 'dom/GlobalEventHandlers.h', 2152 'dom/GlobalEventHandlers.h',
2155 'dom/IconURL.cpp', 2153 'dom/IconURL.cpp',
2156 'dom/IconURL.h', 2154 'dom/IconURL.h',
2157 'dom/IdTargetObserver.cpp', 2155 'dom/IdTargetObserver.cpp',
2158 'dom/IdTargetObserver.h', 2156 'dom/IdTargetObserver.h',
2159 'dom/IdTargetObserverRegistry.cpp', 2157 'dom/IdTargetObserverRegistry.cpp',
2160 'dom/IdTargetObserverRegistry.h', 2158 'dom/IdTargetObserverRegistry.h',
2161 'dom/IgnoreDestructiveWriteCountIncrementer.h', 2159 'dom/IgnoreDestructiveWriteCountIncrementer.h',
(...skipping 1482 matching lines...) Expand 10 before | Expand all | Expand 10 after
3644 'rendering/shapes/BoxShapeTest.cpp', 3642 'rendering/shapes/BoxShapeTest.cpp',
3645 'rendering/style/OutlineValueTest.cpp', 3643 'rendering/style/OutlineValueTest.cpp',
3646 'testing/PrivateScriptTestTest.cpp', 3644 'testing/PrivateScriptTestTest.cpp',
3647 'streams/ReadableStreamTest.cpp', 3645 'streams/ReadableStreamTest.cpp',
3648 'testing/UnitTestHelpers.cpp', 3646 'testing/UnitTestHelpers.cpp',
3649 'testing/UnitTestHelpers.h', 3647 'testing/UnitTestHelpers.h',
3650 'xml/parser/SharedBufferReaderTest.cpp', 3648 'xml/parser/SharedBufferReaderTest.cpp',
3651 ], 3649 ],
3652 } 3650 }
3653 } 3651 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/first-letter-removed-added-expected.txt ('k') | Source/core/css/resolver/StyleResolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698