# Copyright 2020 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("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/android:channel_getter", ] }