blob: ac9f5805d7ba5b2138589b9ab34b8503d8f1049f [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.
if (!use_cobalt_customizations) {
static_library("net") {
sources = [
"variations_command_line.cc",
"variations_command_line.h",
"variations_http_headers.cc",
"variations_http_headers.h",
]
public_deps = [
"//components/variations",
"//net",
"//services/network/public/cpp:cpp",
"//services/network/public/cpp:cpp_base",
"//url",
]
deps = [
"//base",
"//components/google/core/browser",
"//components/metrics",
"//components/variations/field_trial_config",
"//components/variations/proto",
]
}
}