You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/get_the_code.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,7 @@ gclient sync
115
115
The revisions of git dependencies must always be in sync between the entry in DEPS and the git submodule. PRESUBMIT will
116
116
reject CLs that try to submit changes to one but not the other.
117
117
It can happen that dependencies go out of sync for three main reasons:
118
+
118
119
1. The developer attempted a manual roll by only updating the DEPS file (which was the process before migrating to git
119
120
submodules, see [below](#Managing-dependencies)),
120
121
1. after switching branches or checking out new commit the developer didn't run `gclient sync`, or
@@ -195,7 +196,7 @@ Note that `$(realpath out/Default/gen/front_end)` expands to the absolute path t
195
196
196
197
Open DevTools via F12 or Ctrl+Shift+J on Windows/Linux or Cmd+Option+I on Mac.
197
198
198
-
If you get errors along the line of `Uncaught TypeError: Cannot read property 'setInspectedTabId'` you probably specified an incorrect path - the path has to be absolute. On Mac and Linux, the file url will start with __three__ slashes: `file:///Users/...`.
199
+
If you get errors along the line of `Uncaught TypeError: Cannot read property 'setInspectedTabId'` you probably specified an incorrect path - the path has to be absolute. On Mac and Linux, the file url will start with **three** slashes: `file:///Users/...`.
199
200
200
201
**Tip**: You can inspect DevTools with DevTools by undocking DevTools and then opening a second instance of DevTools (see keyboard shortcut above).
201
202
@@ -226,6 +227,7 @@ Then start Chrome, allowing for accesses from the web server:
226
227
```
227
228
228
229
Get the list of pages together with their DevTools frontend URLs:
0 commit comments