From 40bcf63943fe2b0924a2908725331de4853604d6 Mon Sep 17 00:00:00 2001
From: serge-sans-paille <sguelton@mozilla.com>
Date: Tue, 21 Feb 2023 13:12:26 +0000
Subject: [PATCH] Bug 1817715 - Make toolkit/components/browser buildable
 outside of a unified build environment r=andi

Differential Revision: https://phabricator.services.mozilla.com/D170320
---
 toolkit/components/browser/moz.build | 2 --
 1 file changed, 2 deletions(-)

diff --git a/toolkit/components/browser/moz.build b/toolkit/components/browser/moz.build
index a3cea2eddcd08..903390a3c86bc 100644
--- a/toolkit/components/browser/moz.build
+++ b/toolkit/components/browser/moz.build
@@ -39,5 +39,3 @@ EXPORTS += [
     "nsEmbedCID.h",
     "nsWebBrowser.h",
 ]
-
-REQUIRES_UNIFIED_BUILD = True
-- 
GitLab