blob: e9e0f26871a3b98c56712f59a2eb9852c2bc4f8a [file] [log] [blame]
# 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.
static_library("data_region") {
sources = [
"data_region_policy_handler.cc",
"data_region_policy_handler.h",
]
deps = [
"//base",
"//components/policy/core/browser",
]
}