diff options
-rw-r--r-- | testing/gmock.gyp | 1 | ||||
-rw-r--r-- | testing/gtest.gyp | 1 | ||||
-rw-r--r-- | third_party/third_party.gyp | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/testing/gmock.gyp b/testing/gmock.gyp index 55e1609d27..3574beca75 100644 --- a/testing/gmock.gyp +++ b/testing/gmock.gyp @@ -29,7 +29,6 @@ 'gmock/src/gmock-matchers.cc', 'gmock/src/gmock-spec-builders.cc', 'gmock/src/gmock.cc', - 'gmock_mutant.h', # gMock helpers ], 'include_dirs': [ 'gmock', diff --git a/testing/gtest.gyp b/testing/gtest.gyp index 0ed4c60e21..3c01552c4c 100644 --- a/testing/gtest.gyp +++ b/testing/gtest.gyp @@ -44,7 +44,6 @@ 'gtest/src/gtest-test-part.cc', 'gtest/src/gtest-typed-test.cc', 'gtest/src/gtest.cc', - 'gtest-support.h', ], 'sources!': [ 'gtest/src/gtest-all.cc', # Not needed by our build. diff --git a/third_party/third_party.gyp b/third_party/third_party.gyp index 98ec814b9d..79368b5a68 100644 --- a/third_party/third_party.gyp +++ b/third_party/third_party.gyp @@ -200,7 +200,6 @@ 'libjpeg/jpegint.h', 'libjpeg/jpeglib.h', 'libjpeg/jversion.h', - 'libjpeg/makefile', 'libjpeg/transupp.h', ], 'conditions': [ |