| Index: extensions/browser/api/system_info/BUILD.gn
|
| diff --git a/extensions/browser/api/system_info/BUILD.gn b/extensions/browser/api/system_info/BUILD.gn
|
| index f90fe9caf1e743d70405b21c479ebafea9567168..fc6bf7d72057bf2692ce1c95d30f91080ccb4422 100644
|
| --- a/extensions/browser/api/system_info/BUILD.gn
|
| +++ b/extensions/browser/api/system_info/BUILD.gn
|
| @@ -13,4 +13,8 @@ source_set("system_info") {
|
| deps = [
|
| "//extensions/common/api",
|
| ]
|
| +
|
| + public_deps = [
|
| + "//extensions/browser:browser_sources",
|
| + ]
|
| }
|
|
|