* Expose page graph gn args via a separate file. * Replace py patch with chromium_src patch.
14 lines
473 B
Plaintext
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 = ""
|
|
}
|