thakis@chromium.org | 5fea387 | 2016-02-10 16:51:43 +0000 | [diff] [blame] | 1 | # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
tandrii@chromium.org | dc58a97 | 2016-02-11 08:23:47 +0000 | [diff] [blame] | 5 | """This file remains here because of multiple find_depot_tools.py scripts |
| 6 | that attempt to import it as a way to find depot_tools. |
thakis@chromium.org | 5fea387 | 2016-02-10 16:51:43 +0000 | [diff] [blame] | 7 | |
tandrii@chromium.org | dc58a97 | 2016-02-11 08:23:47 +0000 | [diff] [blame] | 8 | See also: |
| 9 | * http://crbug.com/585837 |
| 10 | * Example of find_depot_tools in build repo: |
| 11 | https://chromium.googlesource.com/chromium/tools/build/+/2680bd4/scripts/common/find_depot_tools.py |
thakis@chromium.org | 5fea387 | 2016-02-10 16:51:43 +0000 | [diff] [blame] | 12 | """ |