diff options
author | dan sinclair <dj2@everburning.com> | 2016-03-24 12:56:07 -0400 |
---|---|---|
committer | dan sinclair <dj2@everburning.com> | 2016-03-24 12:56:07 -0400 |
commit | 2e8798f5b93dac2fab4980b9c4862f13711809e6 (patch) | |
tree | 504dc2939344d6f8ac60a000501a4b0c08ce8248 /xfa.gyp | |
parent | 129a60ec2d4d98ed953beaca629c99a52fb7e9b0 (diff) | |
download | pdfium-2e8798f5b93dac2fab4980b9c4862f13711809e6.tar.xz |
Fix typos in .gyp files
These are found by the Windows version of GYP. Not sure how to turn the
warnings on for other platforms.
R=caryclark@google.com
Review URL: https://codereview.chromium.org/1830913003 .
Diffstat (limited to 'xfa.gyp')
-rw-r--r-- | xfa.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -295,7 +295,7 @@ "xfa/fxbarcode/cbc_datamatrix.cpp", "xfa/fxbarcode/cbc_datamatrix.h", "xfa/fxbarcode/cbc_ean8.cpp", - "xfa/fxbarcode/cbc_ena8.h", + "xfa/fxbarcode/cbc_ean8.h", "xfa/fxbarcode/cbc_ean13.cpp", "xfa/fxbarcode/cbc_ean13.h", "xfa/fxbarcode/cbc_onecode.cpp", |