diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-07-26 20:15:55 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-29 00:24:16 -0400 |
commit | db65c723ae9c4e765e30a05ed6c96f04754dc3f1 (patch) | |
tree | 4043f0f7cfc0d4bb51bbc38f6f6c9316282f3602 /tools/third_party.py | |
parent | 604a8a640cf1f825218fdb5b23351cd46fc56747 (diff) |
Rename run_hooks.py to setup.py
Moves 'gn gen' into setup.py
Make tools/build.py more ergonomic.
Diffstat (limited to 'tools/third_party.py')
-rw-r--r-- | tools/third_party.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/third_party.py b/tools/third_party.py index ef8ed466f..b756e1fa3 100644 --- a/tools/third_party.py +++ b/tools/third_party.py @@ -20,6 +20,8 @@ def tp(*subpath_parts): third_party_path = tp() depot_tools_path = tp("depot_tools") rust_crates_path = tp("rust_crates") +gn_path = tp(depot_tools_path, "gn") +ninja_path = tp(depot_tools_path, "ninja") # This function creates or modifies an environment so that it matches the |