summaryrefslogtreecommitdiff
path: root/tools/run_hooks.py
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-07-26 20:15:55 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-07-29 00:24:16 -0400
commitdb65c723ae9c4e765e30a05ed6c96f04754dc3f1 (patch)
tree4043f0f7cfc0d4bb51bbc38f6f6c9316282f3602 /tools/run_hooks.py
parent604a8a640cf1f825218fdb5b23351cd46fc56747 (diff)
Rename run_hooks.py to setup.py
Moves 'gn gen' into setup.py Make tools/build.py more ergonomic.
Diffstat (limited to 'tools/run_hooks.py')
-rwxr-xr-xtools/run_hooks.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/run_hooks.py b/tools/run_hooks.py
deleted file mode 100755
index 59161f5f2..000000000
--- a/tools/run_hooks.py
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env python
-import third_party
-
-third_party.fix_symlinks()
-
-third_party.download_gn()
-third_party.download_clang()