commit | 64dd5099113c2b9898220c5f63a8793414b44591 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Thu Apr 04 16:30:31 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Apr 04 16:30:31 2019 |
tree | 6c8f847804cf84484dcabed1c644ab814bcfc978 | |
parent | 9f42ed01235518fbf085c0785eac9daae9bd22af [diff] |
Make it legal for everything in blink/modules to use modules:modules Code in blink/modules/foo/*.cc often use code in modules:modules which in the build system is not an allowed include. This makes it legal. This has no visible impact since the build order is already ok and gn check errors are disabled for blink, but long term we'd like to enable gn check and this is a small step on that route. Bug: 800764 Change-Id: I083ec02f5190b5ee17e0394e1f5add940d1f4172 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1552808 Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Daniel Bratell <bratell@opera.com> Reviewed-by: Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#647778}
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 .