summaryrefslogtreecommitdiff
path: root/chromium/docs/android_build_instructions.md
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-01-20 13:40:20 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-01-22 12:41:23 +0000
commit7961cea6d1041e3e454dae6a1da660b453efd238 (patch)
treec0eeb4a9ff9ba32986289c1653d9608e53ccb444 /chromium/docs/android_build_instructions.md
parentb7034d0803538058e5c9d904ef03cf5eab34f6ef (diff)
downloadqtwebengine-chromium-7961cea6d1041e3e454dae6a1da660b453efd238.tar.gz
BASELINE: Update Chromium to 78.0.3904.130
Change-Id: If185e0c0061b3437531c97c9c8c78f239352a68b Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/docs/android_build_instructions.md')
-rw-r--r--chromium/docs/android_build_instructions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/docs/android_build_instructions.md b/chromium/docs/android_build_instructions.md
index 927931f83bc..bd226689799 100644
--- a/chromium/docs/android_build_instructions.md
+++ b/chromium/docs/android_build_instructions.md
@@ -135,7 +135,7 @@ target_cpu = "arm64" # See "Figuring out target_cpu" below
configuration](https://www.chromium.org/developers/gn-build-configuration).
The default will be a debug component build.
* For more info on GN, run `gn help` on the command line or read the
- [quick start guide](../tools/gn/docs/quick_start.md).
+ [quick start guide](https://gn.googlesource.com/gn/+/master/docs/quick_start.md).
Also be aware that some scripts (e.g. `tombstones.py`, `adb_gdb.py`)
require you to set `CHROMIUM_OUTPUT_DIR=out/Default`.