Remove bin/closure

And use the depswriter.py script from Closure Library downloaded by closure-util.
This commit is contained in:
Éric Lemoine
2014-07-05 23:46:03 +02:00
parent fa25f2a477
commit f18dbcdb97
4 changed files with 1 additions and 395 deletions

View File

@@ -652,7 +652,7 @@ def host_examples(t):
t.rm_rf('build/hosted/%(BRANCH)s/ol')
t.makedirs('build/hosted/%(BRANCH)s/ol')
t.cp_r('src/ol', 'build/hosted/%(BRANCH)s/ol/ol')
t.run('%(PYTHON)s', 'bin/closure/depswriter.py',
t.run('%(PYTHON)s', closure_lib_path + '/closure/bin/build/depswriter.py',
'--root_with_prefix', 'src ../../../ol',
'--root', 'build/hosted/%(BRANCH)s/closure-library/closure/goog',
'--root_with_prefix', 'build/hosted/%(BRANCH)s/closure-library/'