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

Unified Diff: Source/core/core.gypi

Issue 1321943002: Support for CSSOM CSSNamespaceRule interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated as per review comments Created 5 years, 3 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 | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/css/CSSGroupingRule.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 d5fb4753192ae9ce9f4be673f5ae0d16fabe7cfc..31ddc649fb8f3458db8bb348ee8248a04ab21bfb 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -20,6 +20,7 @@
'css/CSSKeyframeRule.idl',
'css/CSSKeyframesRule.idl',
'css/CSSMediaRule.idl',
+ 'css/CSSNamespaceRule.idl',
'css/CSSPageRule.idl',
'css/CSSRule.idl',
'css/CSSRuleList.idl',
@@ -1069,6 +1070,8 @@
'css/CSSMatrix.h',
'css/CSSMediaRule.cpp',
'css/CSSMediaRule.h',
+ 'css/CSSNamespaceRule.cpp',
+ 'css/CSSNamespaceRule.h',
'css/CSSPageRule.cpp',
'css/CSSPageRule.h',
'css/CSSPathValue.cpp',
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/css/CSSGroupingRule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698