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

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

Issue 1682783002: Dartium 45 roll (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: removed 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/dom/scripts/databasebuilder.py ('k') | tools/dom/scripts/generate_blink_file.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/fremontcutbuilder.py
diff --git a/tools/dom/scripts/fremontcutbuilder.py b/tools/dom/scripts/fremontcutbuilder.py
index ed11625c82b8f1484ba30eb57b1fec304f280deb..d3684709e9b789cc06376269282d53a0047c2aa9 100755
--- a/tools/dom/scripts/fremontcutbuilder.py
+++ b/tools/dom/scripts/fremontcutbuilder.py
@@ -10,6 +10,7 @@ import os.path
import sys
import time
import utilities
+import dependency
_logger = logging.getLogger('fremontcutbuilder')
@@ -50,6 +51,7 @@ def build_database(idl_files, database_dir, feature_defines=None,
db.Delete()
builder = databasebuilder.DatabaseBuilder(db)
+ dependency.set_builder(builder)
# TODO(vsm): Move this to a README.
# This is the Dart SVN revision.
« no previous file with comments | « tools/dom/scripts/databasebuilder.py ('k') | tools/dom/scripts/generate_blink_file.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698