From 6df37ed42afd7a746fb1dc50472bd1d60864b8b1 Mon Sep 17 00:00:00 2001 From: Bruce Dawson Date: Wed, 15 Jul 2015 13:33:07 -0700 Subject: XFA merge: Remove references to three deleted files. The gyp-to-ninja conversion process doesn't check for missing files, so they creep in. This change deletes three files that were deleted or never added but which are referenced from .gyp files. To see warnings about deleted files (Windows only) set GYP_GENERATORS to msvs-ninja,ninja before running build\gyp_pdfium. The msvs-ninja generator warns on missing files. Ported from https://codereview.chromium.org/1201273006. TBR=tsepez@chromium.org BUG=483424 Review URL: https://codereview.chromium.org/1240823002. --- testing/gmock.gyp | 1 - testing/gtest.gyp | 1 - 2 files changed, 2 deletions(-) (limited to 'testing') 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. -- cgit v1.2.3