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

Unified Diff: Source/core/core.gypi

Issue 1164573002: CSSValue Immediates: Change CSSValue to an object instead of a pointer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 5 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 | « Source/core/animation/css/CSSAnimations.cpp ('k') | Source/core/css/BasicShapeFunctions.h » ('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 b583635538434febac6f87052bf7ed0ea74cff2a..83d190e4ba0d6825f97463c59532bed757c31c2d 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1092,8 +1092,8 @@
'css/CSSUnicodeRangeValue.h',
'css/CSSUnsetValue.cpp',
'css/CSSUnsetValue.h',
- 'css/CSSValue.cpp',
'css/CSSValueList.cpp',
+ 'css/CSSValueObject.cpp',
'css/CSSValuePool.cpp',
'css/CSSValuePool.h',
'css/CSSViewportRule.cpp',
@@ -3682,6 +3682,7 @@
'css/CSSSelectorTest.cpp',
'css/CSSTestHelper.cpp',
'css/CSSTestHelper.h',
+ 'css/CSSValueTest.cpp',
'css/CSSValueTestHelper.h',
'css/DragUpdateTest.cpp',
'css/MediaQueryEvaluatorTest.cpp',
« no previous file with comments | « Source/core/animation/css/CSSAnimations.cpp ('k') | Source/core/css/BasicShapeFunctions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698