summaryrefslogtreecommitdiffstats
path: root/docs/profiling_content_shell_on_android.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/profiling_content_shell_on_android.md')
-rw-r--r--docs/profiling_content_shell_on_android.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/profiling_content_shell_on_android.md b/docs/profiling_content_shell_on_android.md
index cf33d06..7fb21c2 100644
--- a/docs/profiling_content_shell_on_android.md
+++ b/docs/profiling_content_shell_on_android.md
@@ -18,7 +18,7 @@ don’t mind erasing all data, rooting, and installing a userdebug build on.
1. Get the code! You’ll want a second checkout as this will be
android-specific. You know the drill:
- http://dev.chromium.org/developers/how-tos/get-the-code
+ https://www.chromium.org/developers/how-tos/get-the-code
1. Append this to your `.gclient` file: `target_os = ['android']`
1. Create `chromium.gyp_env` next to your `.gclient` file:
`echo "{ 'GYP_DEFINES': 'OS=android', }" > chromium.gyp_env`