commit | 6c0b15e0dc4084a80679968d823ad88650c96a4a | [log] [tgz] |
---|---|---|
author | Paul Lewis <[email protected]> | Thu Jul 30 10:09:43 2020 |
committer | Commit Bot <[email protected]> | Thu Jul 30 20:00:00 2020 |
tree | bce37bca432d334a9dccd77a8e4ceea6b105dec7 | |
parent | b975535cc31d273a2b101b76d29d38e8c0dc450f [diff] |
Adds global list of files expected for the GRD We've found that files missed from the GRD cause issues in Chromium, since it looks to the GRD/pak in order to serve the DevTools frontend. Standalone builds of the DevTools frontend (as well as using --custom-devtools-frontend in Chromium) do not present with the issue, since in those cases the files are loaded directly from disk (rather than via the GRD/pak file). This CL introduces two new lists: a global list of files required for the Release build (is_debug=false) of Chromium, and a second list of files required for the Debug build (is_debug=true). These lists are cross-referenced to ensure no overlap, thus in Release we use the first list, and in Debug we use both. In the root BUILD.gn we now check that files that are inputted to the GRD builder action map exactly to the list of files expected for the GRD, and any mismatch causes a build failure. [email protected] DISABLE_THIRD_PARTY_CHECK=Adding owners and file at the same time Change-Id: I5e215eb5dc249123ab07210baa3eeb00da225410 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2324586 Commit-Queue: Paul Lewis <[email protected]> Reviewed-by: Daniel Clifford <[email protected]> Reviewed-by: Simon Zünd <[email protected]> Reviewed-by: Paul Lewis <[email protected]> Reviewed-by: Jack Franklin <[email protected]>
The client-side of the Chrome DevTools, including all JS & CSS to run the DevTools webapp.
The frontend is available on chromium.googlesource.com.
Please be aware that DevTools follows additional development guidelines.
The issue triage guidelines can be found here.
Instructions to set up, use, and maintain a DevTools frontend checkout can be found here.
DevTools frontend repository is mirrored on GitHub.
DevTools frontend is also available on NPM as the chrome-devtools-frontend package. It's not currently available via CJS or ES modules, so consuming this package in other tools may require some effort.
The version number of the npm package (e.g. 1.0.373466
) refers to the Chromium commit position of latest frontend git commit. It's incremented with every Chromium commit, however the package is updated roughly daily.
All DevTools commits: View the log or follow @DevToolsCommits on Twitter
All open DevTools tickets on crbug.com
File a new DevTools ticket: new.crbug.com
Code reviews mailing list: [email protected]
@ChromeDevTools on Twitter
Chrome DevTools mailing list: groups.google.com/forum/google-chrome-developer-tools