From 454656013f2ec8d01508996dcb6ad709a6b318b4 Mon Sep 17 00:00:00 2001 From: Fedor Date: Fri, 3 Apr 2020 20:54:52 +0300 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 d409023ec..f824cde88 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'