blob: 34158fecc41046caa7576c89786430e58f6ff8a7 [file] [log] [blame]
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("net") {
sources = [
"variations_http_header_provider.cc",
"variations_http_header_provider.h",
]
public_deps = [ "//components/variations" ]
deps = [
"//base",
"//components/google/core/browser",
"//components/metrics",
"//components/variations/proto",
"//net",
]
}