Co-authored-by: Ralph Giles <rgiles@brave.com> Moving up chrome/ layer stuff to the layer. And enables check_include for the target. There's no intended behavior changes in this PR
16 lines
530 B
Plaintext
16 lines
530 B
Plaintext
# Copyright (c) 2023 The Brave Authors. All rights reserved.
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
# You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
|
|
assert(!is_ios)
|
|
|
|
brave_browser_brave_referrals_sources = [
|
|
"//brave/browser/brave_referrals/referrals_service_delegate.cc",
|
|
"//brave/browser/brave_referrals/referrals_service_delegate.h",
|
|
]
|
|
brave_browser_brave_referrals_deps = [
|
|
"//base",
|
|
"//chrome/common",
|
|
]
|