diff options
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 |