From 2e8798f5b93dac2fab4980b9c4862f13711809e6 Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Thu, 24 Mar 2016 12:56:07 -0400 Subject: 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 . --- pdfium.gyp | 5 ++--- xfa.gyp | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pdfium.gyp b/pdfium.gyp index 4ef27b535b..0fb4c3eae5 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -350,7 +350,7 @@ 'core/fpdfapi/fpdf_page/cpdf_colorstate.cpp', 'core/fpdfapi/fpdf_page/cpdf_colorstate.h', 'core/fpdfapi/fpdf_page/cpdf_colorstatedata.cpp', - 'core/fpdfpai/fpdf_page/cpdf_colorstatedata.h', + 'core/fpdfapi/fpdf_page/cpdf_colorstatedata.h', 'core/fpdfapi/fpdf_page/cpdf_contentmark.cpp', 'core/fpdfapi/fpdf_page/cpdf_contentmark.h', 'core/fpdfapi/fpdf_page/cpdf_contentmarkdata.cpp', @@ -387,7 +387,7 @@ 'core/fpdfapi/fpdf_page/cpdf_textstate.h', 'core/fpdfapi/fpdf_page/cpdf_textstatedata.cpp', 'core/fpdfapi/fpdf_page/cpdf_tilingpattern.cpp', - 'core/fpdfapi/fpdf_pgae/cpdf_tilingpattern.h', + 'core/fpdfapi/fpdf_page/cpdf_tilingpattern.h', 'core/fpdfapi/fpdf_page/fpdf_page_colors.cpp', 'core/fpdfapi/fpdf_page/fpdf_page_doc.cpp', 'core/fpdfapi/fpdf_page/fpdf_page_func.cpp', @@ -399,7 +399,6 @@ 'core/fpdfapi/fpdf_page/include/cpdf_colorspace.h', 'core/fpdfapi/fpdf_page/include/cpdf_form.h', 'core/fpdfapi/fpdf_page/include/cpdf_formobject.h', - 'core/fpdfapi/fpdf_page/include/cpdf_graphstate.h', 'core/fpdfapi/fpdf_page/include/cpdf_generalstatedata.h', 'core/fpdfapi/fpdf_page/include/cpdf_image.h', 'core/fpdfapi/fpdf_page/include/cpdf_imageobject.h', diff --git a/xfa.gyp b/xfa.gyp index 680a724c82..1a756062aa 100644 --- a/xfa.gyp +++ b/xfa.gyp @@ -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", -- cgit v1.2.3