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

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

Issue 2054633002: [Typed OM] Implement FilteredComputedStylePropertyMap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CORE_EXPORT FilteredCSPMap Created 4 years, 6 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 | third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ef2d0722d7e45ef88eb6f838ca3c49f6167453d5..ed89363a7e0a0236c2d7a82bb2eaac803332c0d8 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1366,6 +1366,8 @@
'css/cssom/CSSTranslation.h',
'css/cssom/ComputedStylePropertyMap.cpp',
'css/cssom/ComputedStylePropertyMap.h',
+ 'css/cssom/FilteredComputedStylePropertyMap.cpp',
+ 'css/cssom/FilteredComputedStylePropertyMap.h',
'css/cssom/ImmutableStylePropertyMap.h',
'css/cssom/InlineStylePropertyMap.cpp',
'css/cssom/InlineStylePropertyMap.h',
@@ -3983,6 +3985,7 @@
'css/RuleFeatureSetTest.cpp',
'css/RuleSetTest.cpp',
'css/StyleSheetContentsTest.cpp',
+ 'css/cssom/FilteredComputedStylePropertyMapTest.cpp',
'css/invalidation/InvalidationSetTest.cpp',
'css/parser/CSSParserFastPathsTest.cpp',
'css/parser/CSSParserTokenTest.cpp',
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698