-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tools: add more details about rolling inspector_protocol #57167
base: main
Are you sure you want to change the base?
Conversation
Review requested:
|
0ee06d9
to
f3d0312
Compare
@@ -3,4 +3,35 @@ | |||
This directory contains scripts to update the [Chromium inspector protocol][] | |||
to local at `deps/inspector_protocol`. | |||
|
|||
To run the `roll.py`, a local clone of the inspector_protocol project is required. | |||
First, you will need to install Chromium's [depot_tools][], with `fetch` available |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit
First, you will need to install Chromium's [depot_tools][], with `fetch` available | |
First, you will need to install Chromium's [`depot_tools`][], with `fetch` available |
First, you will need to install Chromium's [depot_tools][], with `fetch` available | ||
in your `PATH`. | ||
|
||
```sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
```sh | |
```console |
With a local clone of the inspector_protocol project up to date, run the following | ||
commands to roll the dep. | ||
|
||
```sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
```sh | |
```console |
@@ -3,4 +3,35 @@ | |||
This directory contains scripts to update the [Chromium inspector protocol][] | |||
to local at `deps/inspector_protocol`. | |||
|
|||
To run the `roll.py`, a local clone of the inspector_protocol project is required. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To run the `roll.py`, a local clone of the inspector_protocol project is required. | |
To run the `roll.py`, a local clone of the `inspector_protocol` project is required. |
/workspace/inspector_protocol/src $ git checkout main && git pull | ||
``` | ||
|
||
With a local clone of the inspector_protocol project up to date, run the following |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With a local clone of the inspector_protocol project up to date, run the following | |
With a local clone of the `inspector_protocol` project up to date, run the following |
Add instructions on how to run
tools/inspector_tools/roll.py
.