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

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, 3 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 81ea4225130e600a45f51c088aff6cd6f2aef13b..737b8ec7fc37b53db3068c1668b264bf22758eea 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