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

Unified Diff: Source/core/core.gypi

Issue 212653006: Add CSSUnknownRule.idl to |core_idl_files| (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase tests Created 6 years, 9 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-constructors-listing-expected.txt ('k') | no next file » | 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 88e7a708a61cfca25e5bc837789ea6d3deec5957..aded6a01a94f33cd31c34be971e3728504e61ae2 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -26,9 +26,7 @@
'css/CSSStyleRule.idl',
'css/CSSStyleSheet.idl',
'css/CSSSupportsRule.idl',
- # We should probably add CSSUnknownRule.idl to this list,
- # but it currently causes a compile error.
- # 'css/CSSUnknownRule.idl',
+ 'css/CSSUnknownRule.idl',
'css/CSSValue.idl',
'css/CSSValueList.idl',
'css/CSSViewportRule.idl',
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698