Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5472)

Unified Diff: chrome/browser/safe_browsing/incident_reporting/BUILD.gn

Issue 1243293003: Platform-specific prune state storage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prune1
Patch Set: moved uninstall cleanup to separate cl Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
]
}
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/safe_browsing/incident_reporting/incident_reporting_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698