commit | 38eeaad181f5b30d84310b6710669993e4d7e87e | [log] [tgz] |
---|---|---|
author | Yuki Shiino <[email protected]> | Thu Aug 11 06:40:25 2022 |
committer | Chromium LUCI CQ <[email protected]> | Thu Aug 11 06:40:25 2022 |
tree | 861dc6408fbc0c1ad74cd92bb0fde19c52c93ff1 | |
parent | f8fd17d841bf28277fb33f4aa7e53d150deb7656 [diff] |
bindings: Check the consistency of the generated file list Generated file lists need to be updated to compile and link the appropriate set of generated files, but it's been error-prone and easy to make a mistake. This patch adds a script to detect inconsistency between *.idl files and the generated file list. Bug: 1253778 Change-Id: Icdfb6226a0577d17b791e0a7ee3fa64e19122c10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3823700 Auto-Submit: Yuki Shiino <[email protected]> Commit-Queue: Kentaro Hara <[email protected]> Reviewed-by: Kentaro Hara <[email protected]> Cr-Commit-Position: refs/heads/main@{#1033864}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.