From aa157470ff2b279a2c075666f38607b0e5cb6d7a Mon Sep 17 00:00:00 2001 From: Jeremy Rose Date: Wed, 23 Mar 2022 11:16:49 -0700 Subject: [PATCH] use gclient_gn_args_from instead of hand-copying --- DEPS | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/DEPS b/DEPS index bed91df10e..c421ffb750 100644 --- a/DEPS +++ b/DEPS @@ -1,17 +1,4 @@ -gclient_gn_args_file = 'src/build/config/gclient_args.gni' -gclient_gn_args = [ - 'build_with_chromium', - 'checkout_android', - 'checkout_android_native_support', - 'checkout_libaom', - 'checkout_nacl', - 'checkout_pgo_profiles', - 'checkout_oculus_sdk', - 'checkout_openxr', - 'checkout_google_benchmark', - 'mac_xcode_version', - 'generate_location_tags', -] +gclient_gn_args_from = 'src' vars = { 'chromium_version':