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

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

Issue 1373433002: Split out CSSPrimitiveValue's PropertyID into CSSCustomIdentValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@split_string
Patch Set: 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 8da7244db1122dc9266bf98ddcf0487c1198370d..fed2ce3abceb79e472748be118e2cf02a86564da 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1109,8 +1109,8 @@
'css/CSSSelectorList.h',
'css/CSSShadowValue.cpp',
'css/CSSShadowValue.h',
- 'css/CSSStringValueBase.h',
- 'css/CSSStringValueBase.cpp',
+ 'css/CSSStringValues.h',
+ 'css/CSSStringValues.cpp',
'css/CSSStyleDeclaration.h',
'css/CSSStyleRule.cpp',
'css/CSSStyleRule.h',

Powered by Google App Engine
This is Rietveld 408576698