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

Unified Diff: Source/core/core.gypi

Issue 1227793003: Perf Tryjob: CSSValue refactor step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: CL for perf tryjob on mac 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 447df446e7d14bcbb02f84f4e6bcd78086349a4f..5217241ce29a9bae67c01ca95b14d6eb9a233771 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1087,8 +1087,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',
@@ -3676,6 +3676,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