Skip to content

Commit

Permalink
Update documentation links to GN quickstart.
Browse files Browse the repository at this point in the history
Bug: 859536
Change-Id: I3cba0cfe960917dd87eff238ea9d6a11e5dc88ba
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1783662
Auto-Submit: Eric Roman <eroman@chromium.org>
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#692919}
  • Loading branch information
Eric Roman authored and Commit Bot committed Sep 3, 2019
1 parent a051b13 commit 0144675
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/android_build_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion docs/android_cast_build_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ $ gn gen --args='target_os="android" is_chromecast=true' out/Default
The default will be a debug component build matching the current host
operating system and CPU.
* 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`.
Expand Down
2 changes: 1 addition & 1 deletion docs/linux_build_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ $ gn gen out/Default
The default will be a debug component build matching the current host
operating system and CPU.
* 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).

### <a name="faster-builds"></a>Faster builds

Expand Down
2 changes: 1 addition & 1 deletion docs/linux_cast_build_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ $ gn gen out/Default --args='is_chromecast=true'
The default will be a debug component build matching the current host
operating system and CPU.
* 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).

### <a name="faster-builds"></a>Faster builds

Expand Down
2 changes: 1 addition & 1 deletion docs/mac_build_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ $ gn gen out/Default
The default will be a debug component build matching the current host
operating system and CPU.
* 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).


### Faster builds
Expand Down

0 comments on commit 0144675

Please sign in to comment.