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

Unified Diff: components/feedback/BUILD.gn

Issue 942863003: Fix variation id transmission with feedback reports. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Exclude test on Android + fix leak in test + rebase. Created 5 years, 10 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/feedback.gypi ('k') | components/feedback/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/feedback/BUILD.gn
diff --git a/components/feedback/BUILD.gn b/components/feedback/BUILD.gn
index aa8c864312729f437ce36c292c6646004f763624..4d6f40b0792411f8db106aab5ce4427ba65b9680 100644
--- a/components/feedback/BUILD.gn
+++ b/components/feedback/BUILD.gn
@@ -30,6 +30,7 @@ static_library("feedback") {
"//base",
"//components/keyed_service/core:core",
"//components/feedback/proto",
+ "//components/variations/net",
"//content/public/common",
"//net",
"//third_party/zlib:zip",
« no previous file with comments | « components/feedback.gypi ('k') | components/feedback/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698