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

Unified Diff: base/BUILD.gn

Issue 2333443002: Add base::UnguessableToken (Closed)
Patch Set: NonceTokenHash CHECK --> DCHECK 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_token.h » ('j') | base/nonce_token.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 a26be55dd92487a88efd937f6e8ab16c6e8ebbc8..d77e540f3484e345a1492a1114650d38b95d50e0 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -572,6 +572,8 @@ component("base") {
"nix/mime_util_xdg.h",
"nix/xdg_util.cc",
"nix/xdg_util.h",
+ "nonce_token.cc",
+ "nonce_token.h",
"numerics/safe_conversions.h",
"numerics/safe_conversions_impl.h",
"numerics/safe_math.h",
@@ -1872,6 +1874,7 @@ test("base_unittests") {
"metrics/sparse_histogram_unittest.cc",
"metrics/statistics_recorder_unittest.cc",
"native_library_unittest.cc",
+ "nonce_token_unittest.cc",
"numerics/safe_numerics_unittest.cc",
"observer_list_unittest.cc",
"optional_unittest.cc",
« no previous file with comments | « no previous file | base/nonce_token.h » ('j') | base/nonce_token.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698