commit | 9c43aeef0c116f821928eebde237164e97b11083 | [log] [tgz] |
---|---|---|
author | Dominic Mazzoni <dmazzoni@chromium.org> | Fri Sep 18 19:25:37 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Sep 18 19:25:37 2020 |
tree | 1af245f34bed822cf08821788f25c87fbc3593c6 | |
parent | 9c4e8465dda65a7acd8c6e31d07756a24fbb1bce [diff] |
Re-land: Simplify parsing code in ax_enum_util Original: http://crrev.com/c/2404164 Reverted: http://crrev.com/c/2416357 due to issue with death test. Replace the hand-written code to parse each enum from ax_enums with a templatized function that builds a map from string to attribute value on-demand. This saves a little bit of manual effort each time someone updates an enum. Note that these parsing functions are only used by the automation API. Bug: None Change-Id: Ib710f15f2596b04d30ca177b8141b2dc953ed5c1 AX-Relnotes: N/A Tbr: dtseng@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418850 Reviewed-by: Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#808468}
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.
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.