commit | 8e12f92229028121fd0cfa1a3c39825a228f341c | [log] [tgz] |
---|---|---|
author | Tim van der Lippe <[email protected]> | Thu Dec 03 16:33:50 2020 |
committer | Commit Bot <[email protected]> | Fri Dec 04 14:08:59 2020 |
tree | 5e8225587dfe426ce44e974f3c02a75f7589067f | |
parent | e3c1ee2e2188d888c5f8dd574839b1f18e28718c [diff] [blame] |
Use Python version bundled with depot_tools for all scripts depot_tools ships a "vpython" binary that is added to the $PATH for all Chromium engineers. This binary is versioned by depot_tools which we roll in ourselves as part of `gclient sync`. By using `vpython` instead of `python`, we are no longer depended on the Python version installed locally and instead use the version we pull in from DEPS. [email protected] Change-Id: If49a54c24b6cf129ff843cd9ca1140a723a78afb Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2571462 Reviewed-by: Liviu Rau <[email protected]> Commit-Queue: Tim van der Lippe <[email protected]>
diff --git a/scripts/deps/download_chromium.py b/scripts/deps/download_chromium.py index 983bca6..ae1c519 100755 --- a/scripts/deps/download_chromium.py +++ b/scripts/deps/download_chromium.py
@@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env vpython # # Copyright 2019 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be