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

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

Issue 2641423002: Rename TLS error assistant to SSL error assistant (Closed)
Patch Set: Year Created 3 years, 11 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/resources/ssl/ssl_error_assistant/BUILD.gn
diff --git a/chrome/browser/resources/ssl/tls_error_assistant/BUILD.gn b/chrome/browser/resources/ssl/ssl_error_assistant/BUILD.gn
similarity index 78%
rename from chrome/browser/resources/ssl/tls_error_assistant/BUILD.gn
rename to chrome/browser/resources/ssl/ssl_error_assistant/BUILD.gn
index 2579fb2de641d1b36cedbf368879f75676760d60..1867e4ca52a57debacca4d79d88dee7ad4544758 100644
--- a/chrome/browser/resources/ssl/tls_error_assistant/BUILD.gn
+++ b/chrome/browser/resources/ssl/ssl_error_assistant/BUILD.gn
@@ -2,16 +2,16 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# Generate the binary proto form of "tls_error_assistant" from the ascii proto.
-action("make_tls_error_assistant_protobuf") {
- script = "gen_tls_error_assistant_proto.py"
+# Generate the binary proto form of "ssl_error_assistant" from the ascii proto.
+action("make_ssl_error_assistant_protobuf") {
+ script = "gen_ssl_error_assistant_proto.py"
# The output goes in $target_gen_dir since that's where
# chrome/browser/browser_resources.grd will look for it.
- input_filename = "tls_error_assistant.asciipb"
+ input_filename = "ssl_error_assistant.asciipb"
output_dir = target_gen_dir
- output_basename = "tls_error_assistant.pb"
+ output_basename = "ssl_error_assistant.pb"
python_path_root = "$root_out_dir/pyproto"
python_path_ssl = "$python_path_root/chrome/browser/ssl/"
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/resources/ssl/ssl_error_assistant/gen_ssl_error_assistant_proto.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698