diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-02-21 12:21:10 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-02-21 12:21:10 +0000 |
commit | 944cf0dda94fbad7b3cbe0ddc0884350942db3c3 (patch) | |
tree | ae8c71e8af68fb08c82e5f8a8daa50b07e4cec6d /testing/gtest | |
parent | 623c44226a86ecaf65143dd8d6855d58169f14c4 (diff) | |
download | uxp-944cf0dda94fbad7b3cbe0ddc0884350942db3c3.tar.gz |
Remove gtest reference to non-existing path of removed component
Diffstat (limited to 'testing/gtest')
-rw-r--r-- | testing/gtest/moz.build | 5 |
1 files changed, 0 insertions, 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' |