diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /third_party/libwebrtc/moz-patch-stack/0100.patch | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/libwebrtc/moz-patch-stack/0100.patch')
-rw-r--r-- | third_party/libwebrtc/moz-patch-stack/0100.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/third_party/libwebrtc/moz-patch-stack/0100.patch b/third_party/libwebrtc/moz-patch-stack/0100.patch new file mode 100644 index 0000000000..dc3cc7ca1a --- /dev/null +++ b/third_party/libwebrtc/moz-patch-stack/0100.patch @@ -0,0 +1,20 @@ +From: Michael Froman <mfroman@mozilla.com> +Date: Wed, 7 Dec 2022 17:09:00 +0000 +Subject: Bug 1744645 - pt1 - add a couple empty gni files to help with + BUILD.gn corrections. r=ng + +Differential Revision: https://phabricator.services.mozilla.com/D163991 +Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/81d86382ee468f3b36deed00d0c9d59eb85524be +--- + tools/generate_stubs/rules.gni | 2 ++ + 1 file changed, 2 insertions(+) + create mode 100644 tools/generate_stubs/rules.gni + +diff --git a/tools/generate_stubs/rules.gni b/tools/generate_stubs/rules.gni +new file mode 100644 +index 0000000000..1d9f36eb72 +--- /dev/null ++++ b/tools/generate_stubs/rules.gni +@@ -0,0 +1,2 @@ ++# "empty" file in place of importing new tools/generate_stubs ++# to allow BUILD.gn imports to succeed. |