commit | af2fc8b200a6b13f9a979a133f7bfaff92c820db | [log] [tgz] |
---|---|---|
author | Colin Blundell <blundell@chromium.org> | Fri Jun 28 13:02:33 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jun 28 13:02:33 2019 |
tree | 2d58e4a0d0445de49d2eea182e0573d77eb086fe | |
parent | 3a31ddbe5f9af371e04c21006df6987958129c65 [diff] |
Signin: Clean up GN structure of MutablePO2TS and webdata In preparation for the code restructuring of //components/signin, this CL moves mutable_profile_oauth2_token_service_delegate* from the //components/signin/core/browser target to the //components/signin/core/browser:internals target where it belongs. This change has the ripple effect of requiring //components/signin/core/browser/webdata to be separated out of //components/signin/core/browser in GN, as MutablePO2TS depends on the webdata. That change is also conceptually correct as webdata is conceptually layered below all of the rest of //components/signin. Bug: 952788 Change-Id: I309512f4904157b1881ec9860bdec2c17f371245 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1681701 Reviewed-by: Mihai Sardarescu <msarda@chromium.org> Reviewed-by: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#673306}
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 .