mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
Reland of http://crrev.com/1689633002#ps20001 without breaking other repos by means of keeping breakpad.py importable, but otherwise a no-op. R=maruel@chromium.org BUG=585837 Review URL: https://codereview.chromium.org/1687923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298731 0039d316-1c4b-4281-b951-d872f2087c98
13 lines
485 B
Python
13 lines
485 B
Python
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
"""This file remains here because of multiple find_depot_tools.py scripts
|
|
that attempt to import it as a way to find depot_tools.
|
|
|
|
See also:
|
|
* http://crbug.com/585837
|
|
* Example of find_depot_tools in build repo:
|
|
https://chromium.googlesource.com/chromium/tools/build/+/2680bd4/scripts/common/find_depot_tools.py
|
|
"""
|