Skip to content

Commit

Permalink
Cleanup //components/wifi dependencies in //chrome.
Browse files Browse the repository at this point in the history
- Remove unneeded build dependencies.
- Tighten DEPS rules.

Change-Id: I7dd4d336f0ca764036dc23f377a94f4c486aaefd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3473958
Reviewed-by: Matt Mueller <mattm@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/main@{#973820}
  • Loading branch information
leizleiz authored and Chromium LUCI CQ committed Feb 22, 2022
1 parent 8261b37 commit 13c6e82
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion chrome/browser/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ include_rules = [
"+components/webdata_services",
"+components/webrtc_logging/browser",
"+components/webrtc_logging/common",
"+components/wifi",
"+components/zoom",
"+content/public/android/java/src/org/chromium/content_public/browser",
"+content/public/browser",
Expand Down
6 changes: 6 additions & 0 deletions chrome/browser/extensions/api/networking_private/DEPS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
include_rules = [
"+dbus",
]

specific_include_rules = {
"networking_private_service_client_apitest\.cc" : [
"+components/wifi/fake_wifi_service.h",
]
}
4 changes: 0 additions & 4 deletions chrome/utility/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,6 @@ static_library("utility") {

deps += [ "//chrome/services/util_win:lib" ]
}

if (is_win || is_mac || is_fuchsia) {
deps += [ "//components/wifi" ]
}
}

if (is_chromeos_ash) {
Expand Down
1 change: 0 additions & 1 deletion chrome/utility/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ include_rules = [
"+components/services/quarantine",
"+components/services/unzip",
"+components/webapps/services/web_app_origin_association",
"+components/wifi",
"+content/public/child",
"+content/public/utility",
"+extensions/common",
Expand Down

0 comments on commit 13c6e82

Please sign in to comment.