Also clean up libchromiumcontent in cibuild.

This commit is contained in:
Cheng Zhao 2013-11-26 11:04:37 +08:00
parent 151b2b5ad5
commit edf7496443

View file

@ -12,6 +12,8 @@ SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
def main(): def main():
rm_rf(os.path.join(SOURCE_ROOT, 'out')) rm_rf(os.path.join(SOURCE_ROOT, 'out'))
rm_rf(os.path.join(SOURCE_ROOT, 'vendor', 'brightray', 'vendor', 'download',
'libchromiumcontent'))
run_script('bootstrap.py') run_script('bootstrap.py')
run_script('cpplint.py') run_script('cpplint.py')