Remove gtest reference to non-existing path of removed component

This commit is contained in:
wolfbeast
2020-02-21 12:21:10 +00:00
committed by Roy Tam
parent 62a46687d6
commit 33ac2fa219
-5
View File
@@ -77,9 +77,4 @@ if CONFIG['ENABLE_TESTS']:
'gtest/include',
]
if CONFIG['OS_ARCH'] == 'WINNT':
LOCAL_INCLUDES += [
'/security/sandbox/chromium',
]
FINAL_LIBRARY = 'xul-gtest'