From 83cfab82c2a08b8832e9d40c5909d75b3785965e Mon Sep 17 00:00:00 2001 From: Tim Taubert Date: Thu, 12 Jan 2017 11:19:55 +0100 Subject: [PATCH] Bug 1330563 - GYP: Remove unused gtests/common/common.gyp r=mt Differential Revision: https://nss-review.dev.mozaws.net/D146 --- gtests/common/common.gyp | 35 ----------------------------------- nss.gyp | 1 - 2 files changed, 36 deletions(-) delete mode 100644 gtests/common/common.gyp diff --git a/gtests/common/common.gyp b/gtests/common/common.gyp deleted file mode 100644 index c501eba6bc..0000000000 --- a/gtests/common/common.gyp +++ /dev/null @@ -1,35 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# 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', - 'gtest.gypi', - ], - 'targets': [ - { - 'target_name': 'gtests', - 'type': 'executable', - 'sources': [ - 'gtests.cc' - ], - 'dependencies': [ - '<(DEPTH)/exports.gyp:nss_exports', - '<(DEPTH)/lib/nss/nss.gyp:nss3', - '<(DEPTH)/lib/util/util.gyp:nssutil3', - '<(DEPTH)/lib/smime/smime.gyp:smime3', - '<(DEPTH)/gtests/google_test/google_test.gyp:gtest', - '<(DEPTH)/cmd/lib/lib.gyp:sectool' - ] - } - ], - 'target_defaults': { - 'include_dirs': [ - '../../gtests/google_test/gtest/include', - '../../gtests/common' - ], - }, - 'variables': { - 'module': 'nss' - } -} diff --git a/nss.gyp b/nss.gyp index 44551d448d..d0bc769cc8 100644 --- a/nss.gyp +++ b/nss.gyp @@ -177,7 +177,6 @@ 'cmd/vfychain/vfychain.gyp:vfychain', 'cmd/vfyserv/vfyserv.gyp:vfyserv', 'gtests/google_test/google_test.gyp:gtest1', - 'gtests/common/common.gyp:gtests', 'gtests/der_gtest/der_gtest.gyp:der_gtest', 'gtests/pk11_gtest/pk11_gtest.gyp:pk11_gtest', 'gtests/ssl_gtest/ssl_gtest.gyp:ssl_gtest',