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

Unified Diff: Source/core/core.gypi

Issue 64293008: Wrap CSS length conversion arguments in an object (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: don't make it noncopyable ; clang doesn't do the RVO stuffs? Created 7 years, 1 month 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/AnimatableLengthTest.cpp ('k') | Source/core/css/BasicShapeFunctions.cpp » ('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 a3f86506afa002d9b49d12ddbf5c3d6b8cfd95a2..3d645df63afd896432add1025ef11848e15b6f00 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -722,6 +722,8 @@
'css/CSSTimingFunctionValue.cpp',
'css/CSSTimingFunctionValue.h',
'css/CSSTokenizer.h',
+ 'css/CSSToLengthConversionData.cpp',
+ 'css/CSSToLengthConversionData.h',
'css/CSSToStyleMap.cpp',
'css/CSSToStyleMap.h',
'css/CSSTransformValue.cpp',
« no previous file with comments | « Source/core/animation/AnimatableLengthTest.cpp ('k') | Source/core/css/BasicShapeFunctions.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698