From 5f1df038fb1462607af3555fa7431c05ca484dce Mon Sep 17 00:00:00 2001 From: Ry Dahl Date: Sun, 5 Jan 2020 09:19:29 -0500 Subject: Replace libdeno with rusty_v8 (#3556) --- tools/sync_gclient.py | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 tools/sync_gclient.py (limited to 'tools/sync_gclient.py') diff --git a/tools/sync_gclient.py b/tools/sync_gclient.py deleted file mode 100755 index aa0e43096..000000000 --- a/tools/sync_gclient.py +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/env python -# Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -# Run this script if you are changing //gclient_config.py -# To update the deno_third_party git repo after running this, try the following: -# cd third_party -# find v8 -type f | grep -v "\.git" | \ -# xargs -I% git add -f --no-warn-embedded-repo "%" - -import third_party -import util - -util.enable_ansi_colors() -third_party.run_gclient_sync() -- cgit v1.2.3