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

Unified Diff: lib/dom/scripts/fremontcutbuilder.py

Issue 10180003: Reenable ENABLE_NOTIFICATIONS. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 | lib/dom/scripts/generator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/scripts/fremontcutbuilder.py
diff --git a/lib/dom/scripts/fremontcutbuilder.py b/lib/dom/scripts/fremontcutbuilder.py
index cde5abf9e6eae38f539fb37c85d553f80c573a37..1fe51816dec2c20a185aba8244ea77b4ae16f3ed 100755
--- a/lib/dom/scripts/fremontcutbuilder.py
+++ b/lib/dom/scripts/fremontcutbuilder.py
@@ -86,7 +86,7 @@ DEFAULT_FEATURE_DEFINES = [
]
# TODO(antonm): Remove this filter.
-UNSUPPORTED_FEATURES = [ 'ENABLE_WEB_INTENTS', 'ENABLE_NOTIFICATIONS' ]
+UNSUPPORTED_FEATURES = [ 'ENABLE_WEB_INTENTS' ]
def build_database(idl_files, database_dir, feature_defines = None):
"""This code reconstructs the FremontCut IDL database from W3C,
« no previous file with comments | « no previous file | lib/dom/scripts/generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698