diff options
author | Bruce Dawson <brucedawson@google.com> | 2015-07-15 13:33:07 -0700 |
---|---|---|
committer | Bruce Dawson <brucedawson@google.com> | 2015-07-15 13:33:07 -0700 |
commit | 6df37ed42afd7a746fb1dc50472bd1d60864b8b1 (patch) | |
tree | e9b72e22a3c667d8c5ac8d398771ed31f95f440e /third_party/third_party.gyp | |
parent | 287945f27b0e54df781b1f6844a149630aaf275b (diff) | |
download | pdfium-6df37ed42afd7a746fb1dc50472bd1d60864b8b1.tar.xz |
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.
Diffstat (limited to 'third_party/third_party.gyp')
-rw-r--r-- | third_party/third_party.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
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': [ |