| # Copyright 2024 The Chromium Authors | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| import("//build/config/chrome_build.gni") | |
| declare_args() { | |
| enable_request_header_integrity = is_chrome_branded | |
| channel_name_header_name = "" | |
| copyright_header_name = "" | |
| lastchange_year_header_name = "" | |
| validate_header_name = "" | |
| } |