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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1306823004: Split out String, URI and CustomIdent from CSSPrimitiveValue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@split_out_attr_values
Patch Set: Rebase Created 5 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
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 9c8f81c14fd285daadee464cccd586e85baf51ba..ec1153b1036c31c5fc1fdf5f1830a4924cf3802f 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1039,6 +1039,8 @@
'css/CSSCrossfadeValue.h',
'css/CSSCursorImageValue.cpp',
'css/CSSCustomFontData.h',
+ 'css/CSSCustomIdentValue.cpp',
+ 'css/CSSCustomIdentValue.h',
'css/CSSDefaultStyleSheets.cpp',
'css/CSSDefaultStyleSheets.h',
'css/CSSFontFace.cpp',
@@ -1109,6 +1111,8 @@
'css/CSSSelectorList.h',
'css/CSSShadowValue.cpp',
'css/CSSShadowValue.h',
+ 'css/CSSStringValue.cpp',
+ 'css/CSSStringValue.h',
'css/CSSStyleDeclaration.h',
'css/CSSStyleRule.cpp',
'css/CSSStyleRule.h',
@@ -1124,6 +1128,8 @@
'css/CSSUnicodeRangeValue.h',
'css/CSSUnsetValue.cpp',
'css/CSSUnsetValue.h',
+ 'css/CSSURIValue.cpp',
+ 'css/CSSURIValue.h',
'css/CSSValue.cpp',
'css/CSSValueList.cpp',
'css/CSSValuePair.cpp',

Powered by Google App Engine
This is Rietveld 408576698