breakpad.py 484 B

1234567891011
  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. """This file remains here because of multiple find_depot_tools.py scripts
  5. that attempt to import it as a way to find depot_tools.
  6. See also:
  7. * http://crbug.com/585837
  8. * Example of find_depot_tools in build repo:
  9. https://chromium.googlesource.com/chromium/tools/build/+/2680bd4/scripts/common/find_depot_tools.py
  10. """