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

Unified Diff: Source/core/core.gypi

Issue 26234003: Add *CSS* prefix to ShadowValue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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 | « no previous file | Source/core/css/CSSComputedStyleDeclaration.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 960066d7c11ffcdf23a32f7d61100a9cc89fd525..6b985b9870bb61900536c1744371c4f7eaa7d324 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -670,6 +670,8 @@
'css/CSSSelectorList.h',
'css/CSSShaderValue.cpp',
'css/CSSShaderValue.h',
+ 'css/CSSShadowValue.cpp',
+ 'css/CSSShadowValue.h',
'css/CSSStyleDeclaration.cpp',
'css/CSSStyleDeclaration.h',
'css/CSSStyleRule.cpp',
@@ -751,8 +753,6 @@
'css/SelectorCheckerFastPath.h',
'css/SelectorFilter.cpp',
'css/SelectorFilter.h',
- 'css/ShadowValue.cpp',
- 'css/ShadowValue.h',
'css/SiblingTraversalStrategies.h',
'css/StyleColor.h',
'css/StyleInvalidationAnalysis.cpp',
« no previous file with comments | « no previous file | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698