| Index: chrome/browser/resources/safe_browsing/BUILD.gn
|
| diff --git a/chrome/browser/resources/safe_browsing/BUILD.gn b/chrome/browser/resources/safe_browsing/BUILD.gn
|
| index 89a3efdbfbae8ce2326acc44bb9e17223f65be02..9d64aab0d05c1717c399b99731a06c03e7a74768 100644
|
| --- a/chrome/browser/resources/safe_browsing/BUILD.gn
|
| +++ b/chrome/browser/resources/safe_browsing/BUILD.gn
|
| @@ -40,6 +40,7 @@ action("make_file_types_protobuf") {
|
|
|
| deps = [
|
| "//chrome/common/safe_browsing:proto",
|
| + "//components/safe_browsing/common:proto",
|
| "//third_party/protobuf:py_proto",
|
| ]
|
|
|
| @@ -80,7 +81,7 @@ action("make_all_file_types_protobuf") {
|
| ]
|
|
|
| deps = [
|
| - "//chrome/common/safe_browsing:proto",
|
| + "//components/safe_browsing/common:proto",
|
| "//third_party/protobuf:py_proto",
|
| ]
|
|
|
|
|