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

Unified Diff: doc/developing.ad

Issue 1414243005: Update all URLs to point to https://crashpad.chromium.org/ (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: README.crashpad Created 5 years, 2 months 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: doc/developing.ad
diff --git a/doc/developing.ad b/doc/developing.ad
index 58ca79de659d9102b34221bda4d2fdd6dcd881c0..9174f6b1a11a6df7037076808b5baffd80a0f73a 100644
--- a/doc/developing.ad
+++ b/doc/developing.ad
@@ -83,7 +83,7 @@ $ *gclient sync*
== Building
-Crashpad uses https://gyp.googlecode.com/[GYP] to generate
+Crashpad uses https://gyp.gsrc.io/[GYP] to generate
https://martine.github.io/ninja/[Ninja] build files. The build is described by
`.gyp` files throughout the Crashpad source code tree. The
`build/gyp_crashpad.py` script runs GYP properly for Crashpad, and is also
@@ -106,12 +106,13 @@ need to install it separately.
== Testing
-Crashpad uses https://googletest.googlecode.com/[Google Test] as its
+Crashpad uses https://github.com/google/googletest/[Google Test] as its
unit-testing framework, and some tests use
-https://googlemock.googlecode.com/[Google Mock] as well. Its tests are currently
-split up into several test executables, each dedicated to testing a different
-component. This may change in the future. After a successful build, the test
-executables will be found at `out/Debug/crashpad_*_test`.
+https://github.com/google/googletest/tree/master/googlemock/[Google Mock] as
+well. Its tests are currently split up into several test executables, each
+dedicated to testing a different component. This may change in the future. After
+a successful build, the test executables will be found at
+`out/Debug/crashpad_*_test`.
[subs="verbatim,quotes"]
----
« client/crash_report_database_mac.mm ('K') | « doc/appengine/README ('k') | doc/index.ad » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698