commit | 7722bedfc91a8b03ba7209781bdc9385493650b9 | [log] [tgz] |
---|---|---|
author | Rayan Kanso <[email protected]> | Mon May 14 14:04:16 2018 |
committer | Commit Bot <[email protected]> | Mon May 14 14:04:16 2018 |
tree | 2eaa19049a7fd42044b3fb0ecb2512f2b743d788 | |
parent | b710e60381a933bec9ba59993e626f6979f0b19e [diff] |
Fix IDL compiler dictionary ImplementedAs bug The dependencies in the build rule use the name of the idl file containing the dictionary defintion. For the cases where ImplementedAs is used, the build rule will fail since the generated file matches the ImplementedAs value. This CL changes the file name of the generated dictionary implementation to match the idl name rather than the ImplementedAs name. Bug: 839847 Change-Id: Ic5d9dfc82ba90188e26f1206465eb790dc8a193b Reviewed-on: https://chromium-review.googlesource.com/1044217 Commit-Queue: Rayan Kanso <[email protected]> Reviewed-by: Hitoshi Yoshida <[email protected]> Reviewed-by: Yuki Shiino <[email protected]> Cr-Commit-Position: refs/heads/master@{#558291}
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 .