diff --git a/.circleci/config.yml b/.circleci/config.yml index 9629fe53606..4075d3cf752 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -452,10 +452,6 @@ step-fix-sync-on-mac: &step-fix-sync-on-mac # Fix Clang Install (wrong binary) rm -rf src/third_party/llvm-build python src/tools/clang/scripts/update.py - # Temporarily use an older version of gn - unset CI - python src/buildtools/ensure_gn_version.py git_revision:53d92014bf94c3893886470a1c7c1289f8818db0 - export CI=true fi step-install-signing-cert-on-mac: &step-install-signing-cert-on-mac diff --git a/BUILD.gn b/BUILD.gn index e704b822adf..db8132ee2ac 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -992,6 +992,8 @@ if (is_mac) { deps = [ ":electron_app_framework_bundle_data", ":electron_app_resources", + "//base", + "//electron/buildflags", ] if (is_mas_build) { deps += [ ":electron_login_helper_app" ]