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

Unified Diff: base/BUILD.gn

Issue 2333443002: Add base::UnguessableToken (Closed)
Patch Set: Addressing comments. Created 4 years, 3 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
« no previous file with comments | « no previous file | base/nonce.h » ('j') | base/nonce.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index d3fe234e2fb6cf495078d7820c7340d012e1c330..6ef439ac44605d51aaf0c509fbd7a36697b70840 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -567,6 +567,8 @@ component("base") {
"nix/mime_util_xdg.h",
"nix/xdg_util.cc",
"nix/xdg_util.h",
+ "nonce.cc",
+ "nonce.h",
"numerics/safe_conversions.h",
"numerics/safe_conversions_impl.h",
"numerics/safe_math.h",
@@ -1864,6 +1866,7 @@ test("base_unittests") {
"metrics/sparse_histogram_unittest.cc",
"metrics/statistics_recorder_unittest.cc",
"native_library_unittest.cc",
+ "nonce_unittest.cc",
"numerics/safe_numerics_unittest.cc",
"observer_list_unittest.cc",
"optional_unittest.cc",
« no previous file with comments | « no previous file | base/nonce.h » ('j') | base/nonce.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698