# Copyright 2024 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("desktop_to_mobile_promos") { sources = [ "desktop_to_mobile_promo_utils.cc", "desktop_to_mobile_promo_utils.h", "desktop_to_mobile_promos_metrics.cc", "desktop_to_mobile_promos_metrics.h", "features.cc", "features.h", "pref_names.h", "promos_types.h", ] deps = [ "//base", "//components/strings", "//components/sync_preferences:features", ] } source_set("unit_tests") { testonly = true sources = [ "features_unittest.cc" ] deps = [ ":desktop_to_mobile_promos", "//base/test:test_support", "//components/sync_preferences:features", "//testing/gtest", ] }