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

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

Issue 672953002: Convert first letter into a pseudo element. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 2076 matching lines...) Expand 10 before | Expand all | Expand 10 after
2087 'dom/ElementFullscreen.cpp', 2087 'dom/ElementFullscreen.cpp',
2088 'dom/ElementFullscreen.h', 2088 'dom/ElementFullscreen.h',
2089 'dom/ElementRareData.cpp', 2089 'dom/ElementRareData.cpp',
2090 'dom/ElementRareData.h', 2090 'dom/ElementRareData.h',
2091 'dom/ElementTraversal.h', 2091 'dom/ElementTraversal.h',
2092 'dom/EmptyNodeList.cpp', 2092 'dom/EmptyNodeList.cpp',
2093 'dom/EmptyNodeList.h', 2093 'dom/EmptyNodeList.h',
2094 'dom/ExecutionContext.cpp', 2094 'dom/ExecutionContext.cpp',
2095 'dom/ExecutionContext.h', 2095 'dom/ExecutionContext.h',
2096 'dom/ExecutionContextTask.h', 2096 'dom/ExecutionContextTask.h',
2097 'dom/FirstLetterPseudoElement.h',
2098 'dom/FirstLetterPseudoElement.cpp',
2097 'dom/Fullscreen.cpp', 2099 'dom/Fullscreen.cpp',
2098 'dom/Fullscreen.h', 2100 'dom/Fullscreen.h',
2099 'dom/GlobalEventHandlers.h', 2101 'dom/GlobalEventHandlers.h',
2100 'dom/IconURL.cpp', 2102 'dom/IconURL.cpp',
2101 'dom/IconURL.h', 2103 'dom/IconURL.h',
2102 'dom/IdTargetObserver.cpp', 2104 'dom/IdTargetObserver.cpp',
2103 'dom/IdTargetObserver.h', 2105 'dom/IdTargetObserver.h',
2104 'dom/IdTargetObserverRegistry.cpp', 2106 'dom/IdTargetObserverRegistry.cpp',
2105 'dom/IdTargetObserverRegistry.h', 2107 'dom/IdTargetObserverRegistry.h',
2106 'dom/IgnoreDestructiveWriteCountIncrementer.h', 2108 'dom/IgnoreDestructiveWriteCountIncrementer.h',
(...skipping 1456 matching lines...) Expand 10 before | Expand all | Expand 10 after
3563 'rendering/style/OutlineValueTest.cpp', 3565 'rendering/style/OutlineValueTest.cpp',
3564 'rendering/style/RenderStyleTest.cpp', 3566 'rendering/style/RenderStyleTest.cpp',
3565 'testing/PrivateScriptTestTest.cpp', 3567 'testing/PrivateScriptTestTest.cpp',
3566 'streams/ReadableStreamTest.cpp', 3568 'streams/ReadableStreamTest.cpp',
3567 'testing/UnitTestHelpers.cpp', 3569 'testing/UnitTestHelpers.cpp',
3568 'testing/UnitTestHelpers.h', 3570 'testing/UnitTestHelpers.h',
3569 'xml/parser/SharedBufferReaderTest.cpp', 3571 'xml/parser/SharedBufferReaderTest.cpp',
3570 ], 3572 ],
3571 } 3573 }
3572 } 3574 }
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