From 33ac2fa2192d967f7d088cdbb2a15f90ab32fa7e Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Fri, 21 Feb 2020 12:21:10 +0000 Subject: [PATCH] Remove gtest reference to non-existing path of removed component --- testing/gtest/moz.build | 5 ----- 1 file changed, 5 deletions(-) diff --git a/testing/gtest/moz.build b/testing/gtest/moz.build index d409023ec2..f824cde88f 100644 --- a/testing/gtest/moz.build +++ b/testing/gtest/moz.build @@ -77,9 +77,4 @@ if CONFIG['ENABLE_TESTS']: 'gtest/include', ] - if CONFIG['OS_ARCH'] == 'WINNT': - LOCAL_INCLUDES += [ - '/security/sandbox/chromium', - ] - FINAL_LIBRARY = 'xul-gtest'