From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Keeley Hammond Date: Tue, 1 Aug 2023 11:27:30 -0700 Subject: build: remove enterprise content analysis assert Chromium is using enterprise content analysis, which is something Electron is not concerned with. Remove this assert before building. This patch can be removed when we decide how we want to handle enterprise content analysis. diff --git a/components/enterprise/buildflags/buildflags.gni b/components/enterprise/buildflags/buildflags.gni index 90658d1d090b5edd15339a7ca0f9ba4c0a341891..7d38d08c8ff51854deca9614176ec40dc50ad076 100644 --- a/components/enterprise/buildflags/buildflags.gni +++ b/components/enterprise/buildflags/buildflags.gni @@ -34,4 +34,4 @@ declare_args() { # These two flags are equivalent, but `enable_print_content_analysis` still # needs to exist separately as it lives under //printing which cannot depend # on //components. -assert(enterprise_content_analysis == enable_print_content_analysis) +# assert(enterprise_content_analysis == enable_print_content_analysis)