Files
brave-core/build/brave_channel.gni
T
Aleksei Khoroshilov 52c7ff1dee Remove Page graph build dependency on args.gn (#30436)
* Expose page graph gn args via a separate file.

* Replace py patch with chromium_src patch.
2025-08-05 19:31:07 +07:00

14 lines
473 B
Plaintext

# Copyright (c) 2025 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/.
declare_args() {
# Release channel support.
# "beta" for beta release.
# "dev" for dev channel release.
# "nightly" for nightly channel release.
# "" for stable channel release.
brave_channel = ""
}