diff options
author | Bruce Dawson <brucedawson@google.com> | 2015-06-29 13:13:28 -0700 |
---|---|---|
committer | Bruce Dawson <brucedawson@google.com> | 2015-06-29 13:13:28 -0700 |
commit | c01c977c9c6e56faf709400547c9b085b8972024 (patch) | |
tree | fe56c123866a8cbbec01cf2c270cecf4a1b4d0ca /testing/gmock.gyp | |
parent | 0de47533e05ce7ca80c48156d50a217993e97288 (diff) | |
download | pdfium-c01c977c9c6e56faf709400547c9b085b8972024.tar.xz |
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.
R=tsepez@chromium.org
BUG=483424
Review URL: https://codereview.chromium.org/1201273006.
Diffstat (limited to 'testing/gmock.gyp')
-rw-r--r-- | testing/gmock.gyp | 1 |
1 files changed, 0 insertions, 1 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', |