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

Unified Diff: base/BUILD.gn

Issue 2333443002: Add base::UnguessableToken (Closed)
Patch Set: Removed MOJO_COMMON_EXPORT 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/unguessable_token.h » ('j') | no next file with comments »
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..25cda2e754e4ab28596b7909101e9a4cb68ec963 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -969,6 +969,8 @@ component("base") {
"tracking_info.cc",
"tracking_info.h",
"tuple.h",
+ "unguessable_token.cc",
+ "unguessable_token.h",
"value_conversions.cc",
"value_conversions.h",
"values.cc",
@@ -1987,6 +1989,7 @@ test("base_unittests") {
"trace_event/trace_event_unittest.cc",
"tracked_objects_unittest.cc",
"tuple_unittest.cc",
+ "unguessable_token_unittest.cc",
"values_unittest.cc",
"version_unittest.cc",
"vlog_unittest.cc",
« no previous file with comments | « no previous file | base/unguessable_token.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698