| Index: chrome/browser/safe_browsing/incident_reporting/BUILD.gn
|
| diff --git a/components/data_reduction_proxy/proto/BUILD.gn b/chrome/browser/safe_browsing/incident_reporting/BUILD.gn
|
| similarity index 60%
|
| copy from components/data_reduction_proxy/proto/BUILD.gn
|
| copy to chrome/browser/safe_browsing/incident_reporting/BUILD.gn
|
| index 6ed094b8d8d5019aac3b9f95bce40b7d3cd22193..d8ec0ef8438b4d802e2f29c60d818bf6ef6ce45a 100644
|
| --- a/components/data_reduction_proxy/proto/BUILD.gn
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/BUILD.gn
|
| @@ -4,9 +4,9 @@
|
|
|
| import("//third_party/protobuf/proto_library.gni")
|
|
|
| -proto_library("data_reduction_proxy_proto") {
|
| +# GYP version: chrome/chrome_browser.gypi:incident_reporting_state_store_data_proto
|
| +proto_library("state_store_data_proto") {
|
| sources = [
|
| - "client_config.proto",
|
| - "data_store.proto",
|
| + "state_store_data.proto",
|
| ]
|
| }
|
|
|