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

Unified Diff: Source/core/core.gypi

Issue 26134002: Add *CSS* prefix to FontValue and FontFeatureValue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 392933a9539fa747859786f221d295c3e9d8149c..0578e1a10ae2b354f32ef082fdc88e7f79cf6235 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -607,8 +607,12 @@
'css/CSSFontFaceSource.h',
'css/CSSFontFaceSrcValue.cpp',
'css/CSSFontFaceSrcValue.h',
+ 'css/CSSFontFeatureValue.cpp',
+ 'css/CSSFontFeatureValue.h',
'css/CSSFontSelector.cpp',
'css/CSSFontSelector.h',
+ 'css/CSSFontValue.cpp',
+ 'css/CSSFontValue.h',
'css/CSSFunctionValue.cpp',
'css/CSSFunctionValue.h',
'css/CSSGradientValue.cpp',
@@ -706,12 +710,8 @@
'css/FontFaceSet.cpp',
'css/FontFace.cpp',
'css/FontFace.h',
- 'css/FontFeatureValue.cpp',
- 'css/FontFeatureValue.h',
'css/FontSize.cpp',
'css/FontSize.h',
- 'css/FontValue.cpp',
- 'css/FontValue.h',
'css/InspectorCSSOMWrappers.cpp',
'css/InspectorCSSOMWrappers.h',
'css/LengthFunctions.cpp',
« no previous file with comments | « no previous file | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698