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

Unified Diff: components/variations/net/BUILD.gn

Issue 666973003: [ServiceWorker] Don't send the UMA related headers to the ServiceWorker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: introudce ServiceWorkerContext::AddExcludedHeaderNameForFetchEvent Created 6 years, 2 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/variations/net/BUILD.gn
diff --git a/components/variations/net/BUILD.gn b/components/variations/net/BUILD.gn
index e35f5a8445a4d99c02f5d5511a399e67e27599bd..23cf4f46533bc87ae0b4af650281d6ff07d549a8 100644
--- a/components/variations/net/BUILD.gn
+++ b/components/variations/net/BUILD.gn
@@ -11,6 +11,7 @@ source_set("net") {
public_deps = [ "//components/variations" ]
deps = [
"//base",
+ "//content/public/browser",
"//components/google/core/browser",
"//components/variations/proto",
"//net",

Powered by Google App Engine
This is Rietveld 408576698