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

Unified Diff: chrome/browser/ssl/BUILD.gn

Issue 1117173004: Split cert reporter class into report building/serializing and sending (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: BUILD.gn fix Created 5 years, 7 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/ssl/BUILD.gn
diff --git a/components/data_reduction_proxy/proto/BUILD.gn b/chrome/browser/ssl/BUILD.gn
similarity index 65%
copy from components/data_reduction_proxy/proto/BUILD.gn
copy to chrome/browser/ssl/BUILD.gn
index 889c1067838d1e9f9de8724ac99dc15377ab540f..88f00288bacc91e1f2b75518c3846f856d48045e 100644
--- a/components/data_reduction_proxy/proto/BUILD.gn
+++ b/chrome/browser/ssl/BUILD.gn
@@ -4,8 +4,9 @@
import("//third_party/protobuf/proto_library.gni")
-proto_library("data_reduction_proxy_proto") {
+# GYP version: chrome/chrome_browser.gypi:cert_logger_proto
+proto_library("cert_logger_proto") {
sources = [
- "client_config.proto",
+ "cert_logger.proto",
]
}

Powered by Google App Engine
This is Rietveld 408576698