* Remove the web torrent code from brave-core Fixes https://github.com/brave/brave-browser/issues/46430 Includes manual adjustment for `resources/resource_ids.spec`
10 lines
399 B
Plaintext
10 lines
399 B
Plaintext
# Copyright (c) 2020 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 http://mozilla.org/MPL/2.0/.
|
|
|
|
brave_extensions_resources = [
|
|
"//brave/browser/extensions/api:generated_api_registration",
|
|
"//brave/browser/extensions:resources",
|
|
]
|