From bf66f2c115360fca2494da31e22308e0d6f54f89 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 e5dd90b8bb..415b9cea02 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_android_native_support = false