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
commit 33ac2fa219

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'