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

Unified Diff: components/rappor/BUILD.gn

Issue 845863002: Add stricter tests for RapporService::LoadSecret (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « components/rappor.gypi ('k') | components/rappor/rappor_prefs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/rappor/BUILD.gn
diff --git a/components/rappor/BUILD.gn b/components/rappor/BUILD.gn
index d16020181bfc3b0a7e882a60d037ff771a8e99bd..d3b99065f13e283ca55d3659313ec72ae8040aef 100644
--- a/components/rappor/BUILD.gn
+++ b/components/rappor/BUILD.gn
@@ -18,6 +18,8 @@ static_library("rappor") {
"rappor_parameters.h",
"rappor_pref_names.cc",
"rappor_pref_names.h",
+ "rappor_prefs.cc",
+ "rappor_prefs.h",
"rappor_service.cc",
"rappor_service.h",
]
@@ -56,6 +58,7 @@ source_set("unit_tests") {
"byte_vector_utils_unittest.cc",
"log_uploader_unittest.cc",
"rappor_metric_unittest.cc",
+ "rappor_prefs_unittest.cc",
"rappor_service_unittest.cc",
]
« no previous file with comments | « components/rappor.gypi ('k') | components/rappor/rappor_prefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698