forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Code health] Fix some gn check errors in //extensions/browser:*
This CL fixes gn errors in //extensions/browser:*. Sources in //extensions/browser were including extensions/browser/api/extensions_api_client.h and extensions/browser/api/guest_view/web_view/web_view_internal_api.h, which were both included in //extensions/browser/api. These errors were fixed by moving extensions_api_client and web_view_internal_api to //extensions/browser. As a result of this, we also have to move those files' dependencies into //extensions/browser. While not ideal, this is no worse than things currently were, since now GN files simply reflect the "real" state of the world and this does not introduce any new dependencies. Bug: 1158987 Change-Id: I8ca22b4cd9cdfe5899279519bd918bea52b080ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2942852 Commit-Queue: Ghazale Hosseinabadi <ghazale@chromium.org> Reviewed-by: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#893223}
- Loading branch information
Ghazale Hosseinabadi
authored and
Chromium LUCI CQ
committed
Jun 16, 2021
1 parent
d15b94a
commit 6dffc0e
Showing
2 changed files
with
39 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters