Remove gtest reference to non-existing path of removed component.

master
Fedor 2020-04-03 20:54:52 +03:00
parent 442b2e8aae
commit 454656013f
1 changed files with 0 additions and 5 deletions

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'