Index: chrome/browser/ssl/BUILD.gn |
diff --git a/content/browser/notifications/BUILD.gn b/chrome/browser/ssl/BUILD.gn |
similarity index 65% |
copy from content/browser/notifications/BUILD.gn |
copy to chrome/browser/ssl/BUILD.gn |
index 0f6d5456988125873ebb894c8b61fe8383f46111..88f00288bacc91e1f2b75518c3846f856d48045e 100644 |
--- a/content/browser/notifications/BUILD.gn |
+++ b/chrome/browser/ssl/BUILD.gn |
@@ -4,8 +4,9 @@ |
import("//third_party/protobuf/proto_library.gni") |
-proto_library("notification_proto") { |
+# GYP version: chrome/chrome_browser.gypi:cert_logger_proto |
+proto_library("cert_logger_proto") { |
sources = [ |
- "notification_database_data.proto", |
+ "cert_logger.proto", |
] |
} |