commit | 5444910bc205c0b4610be4095dcfa851ee79e1b9 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Mon Oct 29 22:21:43 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Oct 29 22:21:43 2018 |
tree | c6b28866551a22d945c7d561cada7a982aaf565d | |
parent | 65912b5f25a91182e6c31bb950e86b08c0ac9ce8 [diff] |
Moving common_export.h to blink's public folder common_export.h was kept out of public since it was not to be directly included by users of blink's public API but that made dependency tracking unnecessarily complicated and it was included indirectly anyway since many public headers included it. This patch moves the header to blink's public/common. It's still not to be include by external blink API users, but there is also no reason for them to do it. This allows us to remove the dependency hacks and makes dependency checks easier. Bug: 800764 Change-Id: I834f389f9c1871a5e1e66b2fa69477b7eb40e0a0 Reviewed-on: https://chromium-review.googlesource.com/c/1301467 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#603654}
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 .