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

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

Issue 10176006: Temporary disable notifications to allow Chrome roll. (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 | no next file » | 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 1fe51816dec2c20a185aba8244ea77b4ae16f3ed..cde5abf9e6eae38f539fb37c85d553f80c573a37 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.
podivilov 2012/04/23 11:02:22 Probably we should remove this todo, because this
-UNSUPPORTED_FEATURES = [ 'ENABLE_WEB_INTENTS' ]
+UNSUPPORTED_FEATURES = [ 'ENABLE_WEB_INTENTS', 'ENABLE_NOTIFICATIONS' ]
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 | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698