From 0840bca5c7fea83ebda780c1e5b19aae7f9e4f7a Mon Sep 17 00:00:00 2001 From: klzgrad Date: Sun, 16 May 2021 20:40:16 +0800 Subject: [PATCH] build: Disable build_with_chromium The argument build_with_chromium mainly enables various tests, data bundling, infra integration, and AFDO profiles. AFDO can be added by other arguments. --- src/build/config/gclient_args.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/config/gclient_args.gni b/src/build/config/gclient_args.gni index 2a6a56dc81..de40e8f750 100644 --- a/src/build/config/gclient_args.gni +++ b/src/build/config/gclient_args.gni @@ -1,5 +1,5 @@ # Generated from 'DEPS' -build_with_chromium = true +build_with_chromium = false checkout_android = false checkout_android_prebuilts_build_tools = false checkout_clang_coverage_tools = false