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

Side by Side Diff: tools/dom/new_scripts/dependency.py

Issue 1682783002: Dartium 45 roll (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: removed htmlcommon Created 4 years, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 builder = None
2
3 def set_builder(created_builder):
4 global builder;
5 builder = created_builder
6
7 def get_interfaces_info():
8 global builder;
9 return builder._info_collector.interfaces_info
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698