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

Unified Diff: chrome/installer/util/BUILD.gn

Issue 2017123002: Adds a base32 component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addresses gab's comments Created 4 years, 6 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/installer/util/BUILD.gn
diff --git a/chrome/installer/util/BUILD.gn b/chrome/installer/util/BUILD.gn
index 7bed742c8be0445089e9ae943b978a9017d0866a..071149959376703cbdd3f601b9bc321183de77ad 100644
--- a/chrome/installer/util/BUILD.gn
+++ b/chrome/installer/util/BUILD.gn
@@ -104,6 +104,7 @@ static_library("with_no_strings") {
":generate_strings",
"//base/third_party/dynamic_annotations",
"//chrome/install_static:install_static_util",
+ "//components/base32",
"//components/metrics",
# TODO(fdoray): Remove this once the PreRead field trial has expired.

Powered by Google App Engine
This is Rietveld 408576698