Index: chrome/common/BUILD.gn |
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn |
index be772a6437c6b06ed0c6a50d0639b11cd086a84c..0385cd69e98034367583015de56de5b38f10df98 100644 |
--- a/chrome/common/BUILD.gn |
+++ b/chrome/common/BUILD.gn |
@@ -81,7 +81,6 @@ static_library("common") { |
} else { |
# Non-iOS. |
deps += [ |
- "//chrome/common/extensions/api", |
"//components/visitedlink/common", |
"//components/autofill/content/common", |
"//components/autofill/core/common", |
@@ -100,8 +99,9 @@ static_library("common") { |
gypi_values.chrome_common_extensions_sources, |
".", "//chrome") |
deps += [ |
- "//device/bluetooth", |
+ "//device/bluetooth", # TODO(thestig) Still needed? Not in gyp version. |
"//device/usb", |
+ "//chrome/common/extensions/api", |
"//extensions/common", |
"//extensions/common/api", |
"//extensions/strings", |