# 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.

# IMPORTANT
# We are not accepting any new build flags in //chrome. See
# docs/chrome_browser_design_principles.md.

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 = ""
}
