Make GN arg for JS type checking more visible in documentation
Change-Id: I03bee41d435955db48f4d2251af2b960bf5f3d97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2484718 Reviewed-by: calamity <calamity@chromium.org> Commit-Queue: Victor Vianna <victorvianna@google.com> Cr-Commit-Position: refs/heads/master@{#818803}
This commit is contained in:

committed by
Commit Bot

parent
48f39166d9
commit
2e4555c8fc
@ -120,8 +120,11 @@ You can locally test that your code compiles on Linux or Mac. This requires
|
||||
python, depot_tools). Note: on Ubuntu, you can probably just run `sudo apt-get
|
||||
install openjdk-7-jre`.
|
||||
|
||||
After you set enable_js_type_check = true in your gn args, you should be able to
|
||||
run:
|
||||
First, add the following to your GN args:
|
||||
```
|
||||
enable_js_type_check = true
|
||||
```
|
||||
Then you should be able to run:
|
||||
|
||||
```shell
|
||||
ninja -C out/Default webui_closure_compile
|
||||
|
Reference in New Issue
Block a user