summaryrefslogtreecommitdiff
path: root/tools/sync_gclient.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sync_gclient.py')
-rwxr-xr-xtools/sync_gclient.py13
1 files changed, 0 insertions, 13 deletions
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()