From 599d7d8d6422b199b92ee2b97a165245a5a5f07a Mon Sep 17 00:00:00 2001 From: Loic Sharma Date: Tue, 21 Feb 2023 14:30:41 -0800 Subject: [PATCH 1/2] [Embedder API] Add CODEOWNERS --- CODEOWNERS | 4 ++++ ci/licenses_golden/excluded_files | 1 + 2 files changed, 5 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000000000..aa9e93e5964f0 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,4 @@ +# This file defines an Application Binary Interface (ABI) that must maintain +# both forward and backward compatibility. Changes should be heavily +# scrutinized as mistakes are irreversible. +/shell/platform/embedder/embedder.h @cbracken @chinmaygarde diff --git a/ci/licenses_golden/excluded_files b/ci/licenses_golden/excluded_files index f0281fea94701..88a1e74d7e09f 100644 --- a/ci/licenses_golden/excluded_files +++ b/ci/licenses_golden/excluded_files @@ -20,6 +20,7 @@ ../../../flutter/.gitignore ../../../flutter/.style.yapf ../../../flutter/AUTHORS +../../../flutter/CODEOWNERS ../../../flutter/CONTRIBUTING.md ../../../flutter/DEPS ../../../flutter/Doxyfile From c5b61b4163fb1699d95fefd8324a7cbb09287be7 Mon Sep 17 00:00:00 2001 From: Loic Sharma Date: Wed, 22 Feb 2023 12:34:00 -0800 Subject: [PATCH 2/2] Bump gold tests...