Index: chrome/common/BUILD.gn |
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn |
index d295f52f8b49d18136024133e292d64cd0f7faba..e2bef12e1f63fbbe4d110a091aee9488e09bd438 100644 |
--- a/chrome/common/BUILD.gn |
+++ b/chrome/common/BUILD.gn |
@@ -90,6 +90,7 @@ static_library("common") { |
"//components/password_manager/core/common", |
"//components/signin/core/common", |
"//components/translate/content/common", |
+ "//extensions/common", |
"//ipc", |
"//third_party/re2", |
"//third_party/widevine/cdm:version_h", |
@@ -104,7 +105,6 @@ static_library("common") { |
"//device/bluetooth", # TODO(thestig) Still needed? Not in gyp version. |
"//device/usb", |
"//chrome/common/extensions/api", |
- "//extensions/common", |
"//extensions/common/api", |
] |
} |