Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1207)

Unified Diff: third_party/crashpad/README.chromium

Issue 1505213004: Copy Crashpad into the Chrome tree instead of importing it via DEPS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/crashpad/README.chromium
diff --git a/third_party/crashpad/README.chromium b/third_party/crashpad/README.chromium
index 57b42dff8dfbd1640a613a658c597f2d2259d337..2915012c154729ba2fac6b18b9dae6586af33bba 100644
--- a/third_party/crashpad/README.chromium
+++ b/third_party/crashpad/README.chromium
@@ -1,8 +1,8 @@
Name: Crashpad
Short Name: crashpad
-URL: https://crashpad.googlecode.com/
+URL: https://crashpad.chromium.org/
Version: unknown
-Revision: see DEPS
+Revision: 6bebb10829332dee5c7315abafb0a8bf32840c15
License: Apache 2.0
License File: crashpad/LICENSE
Security Critical: yes
@@ -10,5 +10,25 @@ Security Critical: yes
Description:
Crashpad is a crash-reporting system. It's the successor to Breakpad.
+Crashpad’s authoritative upstream repository is
+https://chromium.googlesource.com/crashpad/crashpad.
+
+Because Crashpad depends on some Chromium code (notably base and build), it is
+acceptable to make changes to this in-Chromium copy of Crashpad in order to
+conform to interface changes in Chromium. These changes must be noted in the
+“local modifications” section below, and should also be reflected in the
+authoritative Crashpad repository as soon as practical.
+
+Substantive development must occur in the authoritative Crashpad repository. If
+this type of work is done in the in-Chromium copy, it will be obliterated the
+next time Crashpad is imported into Chromium.
+
+To update the in-Chromium copy of Crashpad:
+
+git remote add crashpad https://chromium.googlesource.com/crashpad/crashpad
+git pull --strategy=subtree --squash crashpad master_or_hash
Mark Mentovai 2015/12/08 23:36:24 I want to replace this sequence of steps with a sc
scottmg 2015/12/08 23:47:18 Sorry, I don't know. If I was doing it, I have mad
Mark Mentovai 2015/12/09 01:35:26 scottmg wrote:
Robert Sesek 2015/12/09 16:26:13 Try looking at https://git-scm.com/docs/git-merge-
Primiano Tucci (use gerrit) 2015/12/09 16:48:49 I had an internal thread with Mark and scott. I th
Mark Mentovai 2015/12/09 22:09:45 After some discussion, this turned into the script
+git commit
+git remote remove crashpad
+
Local Modifications:
-None.
+ - Cherry-pick upstream 7efdc94f5982a1f9654c53fd4bf5663e5efa66ce.

Powered by Google App Engine
This is Rietveld 408576698