1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21

android_webview / browser / variations / BUILD.gn [blame]

# Copyright 2020 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

source_set("variations") {
  sources = [
    "aw_variations_service_client.cc",
    "aw_variations_service_client.h",
    "variations_seed_loader.cc",
    "variations_seed_loader.h",
  ]
  deps = [
    "//android_webview:browser_jni_headers",
    "//android_webview/proto:aw_variations_seed_proto",
    "//components/variations",
    "//components/variations/net",
    "//components/variations/service",
    "//components/version_info",
    "//components/version_info/android:channel_getter",
  ]
}