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

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: Rebase to master 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 2091 matching lines...) Expand 10 before | Expand all | Expand 10 after
2102 'dom/ElementFullscreen.cpp', 2102 'dom/ElementFullscreen.cpp',
2103 'dom/ElementFullscreen.h', 2103 'dom/ElementFullscreen.h',
2104 'dom/ElementRareData.cpp', 2104 'dom/ElementRareData.cpp',
2105 'dom/ElementRareData.h', 2105 'dom/ElementRareData.h',
2106 'dom/ElementTraversal.h', 2106 'dom/ElementTraversal.h',
2107 'dom/EmptyNodeList.cpp', 2107 'dom/EmptyNodeList.cpp',
2108 'dom/EmptyNodeList.h', 2108 'dom/EmptyNodeList.h',
2109 'dom/ExecutionContext.cpp', 2109 'dom/ExecutionContext.cpp',
2110 'dom/ExecutionContext.h', 2110 'dom/ExecutionContext.h',
2111 'dom/ExecutionContextTask.h', 2111 'dom/ExecutionContextTask.h',
2112 'dom/FirstLetterPseudoElement.h',
2113 'dom/FirstLetterPseudoElement.cpp',
2112 'dom/Fullscreen.cpp', 2114 'dom/Fullscreen.cpp',
2113 'dom/Fullscreen.h', 2115 'dom/Fullscreen.h',
2114 'dom/GlobalEventHandlers.h', 2116 'dom/GlobalEventHandlers.h',
2115 'dom/IconURL.cpp', 2117 'dom/IconURL.cpp',
2116 'dom/IconURL.h', 2118 'dom/IconURL.h',
2117 'dom/IdTargetObserver.cpp', 2119 'dom/IdTargetObserver.cpp',
2118 'dom/IdTargetObserver.h', 2120 'dom/IdTargetObserver.h',
2119 'dom/IdTargetObserverRegistry.cpp', 2121 'dom/IdTargetObserverRegistry.cpp',
2120 'dom/IdTargetObserverRegistry.h', 2122 'dom/IdTargetObserverRegistry.h',
2121 'dom/IgnoreDestructiveWriteCountIncrementer.h', 2123 'dom/IgnoreDestructiveWriteCountIncrementer.h',
(...skipping 1478 matching lines...) Expand 10 before | Expand all | Expand 10 after
3600 'rendering/shapes/BoxShapeTest.cpp', 3602 'rendering/shapes/BoxShapeTest.cpp',
3601 'rendering/style/OutlineValueTest.cpp', 3603 'rendering/style/OutlineValueTest.cpp',
3602 'testing/PrivateScriptTestTest.cpp', 3604 'testing/PrivateScriptTestTest.cpp',
3603 'streams/ReadableStreamTest.cpp', 3605 'streams/ReadableStreamTest.cpp',
3604 'testing/UnitTestHelpers.cpp', 3606 'testing/UnitTestHelpers.cpp',
3605 'testing/UnitTestHelpers.h', 3607 'testing/UnitTestHelpers.h',
3606 'xml/parser/SharedBufferReaderTest.cpp', 3608 'xml/parser/SharedBufferReaderTest.cpp',
3607 ], 3609 ],
3608 } 3610 }
3609 } 3611 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698