From e5417e9286790c75d8e58e015199394f44148628 Mon Sep 17 00:00:00 2001 From: Tim Taubert Date: Thu, 12 Jan 2017 07:03:57 +0100 Subject: [PATCH] Bug 1330381 - GYP: Remove duplicate -fsanitize arguments from gtests cflags r=mt Differential Revision: https://nss-review.dev.mozaws.net/D143 --- gtests/common/gtest.gypi | 3 --- 1 file changed, 3 deletions(-) diff --git a/gtests/common/gtest.gypi b/gtests/common/gtest.gypi index c3bac327b2..4183f2905b 100644 --- a/gtests/common/gtest.gypi +++ b/gtests/common/gtest.gypi @@ -2,9 +2,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. { - 'includes': [ - '../../coreconf/config.gypi' - ], 'target_defaults': { 'conditions': [ ['OS=="win"', {