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

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

Issue 10027017: Auto-generate TimeoutHandler.dart. (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 | « lib/dom/scripts/generator.py ('k') | lib/dom/src/TimeoutHandler.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/scripts/systemnative.py
diff --git a/lib/dom/scripts/systemnative.py b/lib/dom/scripts/systemnative.py
index c89fa1fbf0a85f8994bb25f83a3eb1edbaf6fbc5..4ecb8a9eac70e7780bfa8ae057614df2a03bdd73 100644
--- a/lib/dom/scripts/systemnative.py
+++ b/lib/dom/scripts/systemnative.py
@@ -59,6 +59,9 @@ class NativeImplementationSystem(System):
dart_interface_path = self._FilePathForDartInterface(self._interface.id)
self._dom_public_files.append(dart_interface_path)
+ if IsPureInterface(self._interface.id):
+ return None
+
cpp_impl_includes = set()
cpp_header_handlers_emitter = emitter.Emitter()
cpp_impl_handlers_emitter = emitter.Emitter()
« no previous file with comments | « lib/dom/scripts/generator.py ('k') | lib/dom/src/TimeoutHandler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698