| # Copyright 2023 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/buildflag_header.gni") |
| import("//components/enterprise/buildflags/buildflags.gni") |
| |
| buildflag_header("buildflags") { |
| header = "buildflags.h" |
| |
| flags = [ |
| "ENTERPRISE_CLOUD_CONTENT_ANALYSIS=$enterprise_cloud_content_analysis", |
| "ENTERPRISE_LOCAL_CONTENT_ANALYSIS=$enterprise_local_content_analysis", |
| "ENTERPRISE_CONTENT_ANALYSIS=$enterprise_content_analysis", |
| "ENTERPRISE_DATA_CONTROLS=$enterprise_data_controls", |
| "ENTERPRISE_CLIENT_CERTIFICATES=$enterprise_client_certificates", |
| "ENTERPRISE_WATERMARK=$enterprise_watermark", |
| "ENTERPRISE_SCREENSHOT_PROTECTION=$enterprise_screenshot_protection", |
| "ENTERPRISE_TELOMERE_REPORTING=$enterprise_telomere_reporting", |
| "ENTERPRISE_CACHE_ENCRYPTION=$enterprise_cache_encryption", |
| ] |
| } |