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

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 2134 matching lines...) Expand 10 before | Expand all | Expand 10 after
2145 'dom/ElementFullscreen.cpp', 2145 'dom/ElementFullscreen.cpp',
2146 'dom/ElementFullscreen.h', 2146 'dom/ElementFullscreen.h',
2147 'dom/ElementRareData.cpp', 2147 'dom/ElementRareData.cpp',
2148 'dom/ElementRareData.h', 2148 'dom/ElementRareData.h',
2149 'dom/ElementTraversal.h', 2149 'dom/ElementTraversal.h',
2150 'dom/EmptyNodeList.cpp', 2150 'dom/EmptyNodeList.cpp',
2151 'dom/EmptyNodeList.h', 2151 'dom/EmptyNodeList.h',
2152 'dom/ExecutionContext.cpp', 2152 'dom/ExecutionContext.cpp',
2153 'dom/ExecutionContext.h', 2153 'dom/ExecutionContext.h',
2154 'dom/ExecutionContextTask.h', 2154 'dom/ExecutionContextTask.h',
2155 'dom/FirstLetterPseudoElement.h',
2156 'dom/FirstLetterPseudoElement.cpp',
2155 'dom/Fullscreen.cpp', 2157 'dom/Fullscreen.cpp',
2156 'dom/Fullscreen.h', 2158 'dom/Fullscreen.h',
2157 'dom/GlobalEventHandlers.h', 2159 'dom/GlobalEventHandlers.h',
2158 'dom/IconURL.cpp', 2160 'dom/IconURL.cpp',
2159 'dom/IconURL.h', 2161 'dom/IconURL.h',
2160 'dom/IdTargetObserver.cpp', 2162 'dom/IdTargetObserver.cpp',
2161 'dom/IdTargetObserver.h', 2163 'dom/IdTargetObserver.h',
2162 'dom/IdTargetObserverRegistry.cpp', 2164 'dom/IdTargetObserverRegistry.cpp',
2163 'dom/IdTargetObserverRegistry.h', 2165 'dom/IdTargetObserverRegistry.h',
2164 'dom/IgnoreDestructiveWriteCountIncrementer.h', 2166 'dom/IgnoreDestructiveWriteCountIncrementer.h',
(...skipping 1456 matching lines...) Expand 10 before | Expand all | Expand 10 after
3621 'rendering/style/OutlineValueTest.cpp', 3623 'rendering/style/OutlineValueTest.cpp',
3622 'rendering/style/RenderStyleTest.cpp', 3624 'rendering/style/RenderStyleTest.cpp',
3623 'testing/PrivateScriptTestTest.cpp', 3625 'testing/PrivateScriptTestTest.cpp',
3624 'streams/ReadableStreamTest.cpp', 3626 'streams/ReadableStreamTest.cpp',
3625 'testing/UnitTestHelpers.cpp', 3627 'testing/UnitTestHelpers.cpp',
3626 'testing/UnitTestHelpers.h', 3628 'testing/UnitTestHelpers.h',
3627 'xml/parser/SharedBufferReaderTest.cpp', 3629 'xml/parser/SharedBufferReaderTest.cpp',
3628 ], 3630 ],
3629 } 3631 }
3630 } 3632 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698