Do not download symbols
This commit is contained in:
parent
d3abf64bd2
commit
40c85f2042
1 changed files with 0 additions and 14 deletions
|
@ -85,7 +85,6 @@ def main():
|
||||||
args = parse_args()
|
args = parse_args()
|
||||||
|
|
||||||
force_build()
|
force_build()
|
||||||
download_libchromiumcontent_symbols(args.url)
|
|
||||||
create_symbols()
|
create_symbols()
|
||||||
copy_binaries()
|
copy_binaries()
|
||||||
copy_chromedriver()
|
copy_chromedriver()
|
||||||
|
@ -159,19 +158,6 @@ def create_version():
|
||||||
version_file.write(ATOM_SHELL_VERSION)
|
version_file.write(ATOM_SHELL_VERSION)
|
||||||
|
|
||||||
|
|
||||||
def download_libchromiumcontent_symbols(url):
|
|
||||||
brightray_dir = os.path.join(SOURCE_ROOT, 'vendor', 'brightray', 'vendor')
|
|
||||||
target_dir = os.path.join(brightray_dir, 'download', 'libchromiumcontent')
|
|
||||||
symbols_path = os.path.join(target_dir, 'R', SYMBOL_NAME)
|
|
||||||
if os.path.exists(symbols_path):
|
|
||||||
return
|
|
||||||
|
|
||||||
download = os.path.join(brightray_dir, 'libchromiumcontent', 'script',
|
|
||||||
'download')
|
|
||||||
subprocess.check_call([sys.executable, download, '-f', '-s', '-c',
|
|
||||||
LIBCHROMIUMCONTENT_COMMIT, url, target_dir])
|
|
||||||
|
|
||||||
|
|
||||||
def create_symbols():
|
def create_symbols():
|
||||||
directory = 'Atom-Shell.breakpad.syms'
|
directory = 'Atom-Shell.breakpad.syms'
|
||||||
rm_rf(os.path.join(OUT_DIR, directory))
|
rm_rf(os.path.join(OUT_DIR, directory))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue