From db65c723ae9c4e765e30a05ed6c96f04754dc3f1 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 26 Jul 2018 20:15:55 -0400 Subject: Rename run_hooks.py to setup.py Moves 'gn gen' into setup.py Make tools/build.py more ergonomic. --- tools/third_party.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/third_party.py') 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 -- cgit v1.2.3