Chromium Code Reviews

Unified 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.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index d1fe2408d11b797a8f02fe7c8c7855a60ab58aed..86618c1b9fa4608441b9e69dc1ac185238d9b154 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2094,6 +2094,8 @@
'dom/ExecutionContext.cpp',
'dom/ExecutionContext.h',
'dom/ExecutionContextTask.h',
+ 'dom/FirstLetterPseudoElement.h',
+ 'dom/FirstLetterPseudoElement.cpp',
'dom/Fullscreen.cpp',
'dom/Fullscreen.h',
'dom/GlobalEventHandlers.h',
« 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