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

Unified Diff: components/upload_list/BUILD.gn

Issue 1830383002: Fix thread safety issues with //components/upload_list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 4 years, 9 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 | « chrome/browser/crash_upload_list_crashpad.cc ('k') | components/upload_list/upload_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/upload_list/BUILD.gn
diff --git a/components/upload_list/BUILD.gn b/components/upload_list/BUILD.gn
index b184db0e3eb518dd65686759624d6760f362cce4..5c15ea925ee9335913a9715feef9df08bdef817c 100644
--- a/components/upload_list/BUILD.gn
+++ b/components/upload_list/BUILD.gn
@@ -24,6 +24,7 @@ source_set("unit_tests") {
deps = [
":upload_list",
"//base",
+ "//base/test:test_support",
"//testing/gtest",
]
}
« no previous file with comments | « chrome/browser/crash_upload_list_crashpad.cc ('k') | components/upload_list/upload_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698