mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 23:01:05 +08:00
9d7a5b10ec
Change from an absolute path to a relative one so that the location of Crashpad and mini_chromium don't matter, as long as they're in the same relative locations. Bug: crashpad:196 Change-Id: I20380b02f211ca0ac04cffaab7d7510d2c8f35ea Reviewed-on: https://chromium-review.googlesource.com/884370 Reviewed-by: Joshua Peraza <jperaza@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org>
Name: mini_chromium
Short Name: mini_chromium
URL: https://chromium.googlesource.com/chromium/mini_chromium/
Revision: See DEPS
License: BSD 3-clause
License File: mini_chromium/LICENSE
Security Critical: yes
Description:
mini_chromium is a small collection of useful low-level (“base”) routines from
the Chromium open-source project at https://www.chromium.org/Home. Chromium is
large, sprawling, full of dependencies, and a web browser. mini_chromium is
small, self-contained, and a library. mini_chromium is especially useful as a
dependency of other code that wishes to use Chromium’s base routines.
Local Modifications:
None