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

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: Add race condition test 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
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",
]
}

Powered by Google App Engine
This is Rietveld 408576698