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

Unified Diff: chrome/browser/BUILD.gn

Issue 2567483002: Add proto for TLS error assistant, refactor proto generator code. (Closed)
Patch Set: Add OWNERS for c/b/r/protobufs and c/b/r/ssl Created 4 years 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
« no previous file with comments | « no previous file | chrome/browser/resources/protobufs/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 828c5519c86c82cc0a15daaae40dd510a4a7b217..f82c7efdc8737e4a5dbeca7357218e45c6e70e1f 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -4129,6 +4129,7 @@ grit("resources") {
deps +=
[ "//chrome/browser/resources/safe_browsing:make_file_types_protobuf" ]
}
+ deps += [ "//chrome/browser/resources/ssl/tls_error_assistant:make_tls_error_assistant_protobuf" ]
}
if (is_chrome_branded) {
« no previous file with comments | « no previous file | chrome/browser/resources/protobufs/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698