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

Unified Diff: 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: Split CSSStringValue into 3 separate classes and added type info to callsites 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: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 749e8b28fe0b231b35fdbfeabfde3debe4b8fc47..690d3f33a5f6ddd64a82a9320355707c010bcf99 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1096,6 +1096,7 @@
'css/CSSSelectorList.h',
'css/CSSShadowValue.cpp',
'css/CSSShadowValue.h',
+ 'css/CSSStringValue.h',
'css/CSSStyleDeclaration.h',
'css/CSSStyleRule.cpp',
'css/CSSStyleRule.h',

Powered by Google App Engine
This is Rietveld 408576698