14 lines
559 B
Plaintext
14 lines
559 B
Plaintext
# Copyright (c) 2022 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/.
|
|
|
|
brave_browser_sync_sources = [
|
|
"//brave/browser/sync/brave_sync_alerts_service.cc",
|
|
"//brave/browser/sync/brave_sync_alerts_service.h",
|
|
"//brave/browser/sync/brave_sync_alerts_service_factory.cc",
|
|
"//brave/browser/sync/brave_sync_alerts_service_factory.h",
|
|
]
|
|
|
|
brave_browser_sync_deps = []
|