summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcaryclark <caryclark@google.com>2016-04-04 10:00:54 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-04 10:00:54 -0700
commit5838dbd3809d1d16945009c7f9d6111dda3797f0 (patch)
treef5ef9d4e3017a5c4ef0dded6c0cdac9802d4b5a5
parentd80e0a7f9fb36503e872e022af65899d55080790 (diff)
downloadpdfium-5838dbd3809d1d16945009c7f9d6111dda3797f0.tar.xz
fix gyp typos
The gyp build on Windows detected a few typos in recent edits. R=dsinclair@chromium.org Review URL: https://codereview.chromium.org/1855173003
-rw-r--r--pdfium.gyp21
-rw-r--r--xfa.gyp2
2 files changed, 11 insertions, 12 deletions
diff --git a/pdfium.gyp b/pdfium.gyp
index d6f8516840..8572141162 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -628,17 +628,16 @@
'core/fxcrt/fxcrt_windows.cpp',
'core/fxcrt/fxcrt_windows.h',
'core/fxcrt/include/cfx_retain_ptr.h',
- 'core/include/fxcrt/fx_basic.h',
- 'core/include/fxcrt/fx_bidi.h',
- 'core/include/fxcrt/fx_coordinates.h',
- 'core/include/fxcrt/fx_ext.h',
- 'core/include/fxcrt/fx_memory.h',
- 'core/include/fxcrt/fx_safe_types.h',
- 'core/include/fxcrt/fx_stream.h',
- 'core/include/fxcrt/fx_string.h',
- 'core/include/fxcrt/fx_system.h',
- 'core/include/fxcrt/fx_ucd.h',
- 'core/include/fxcrt/fx_xml.h',
+ 'core/fxcrt/include/fx_basic.h',
+ 'core/fxcrt/include/fx_coordinates.h',
+ 'core/fxcrt/include/fx_ext.h',
+ 'core/fxcrt/include/fx_memory.h',
+ 'core/fxcrt/include/fx_safe_types.h',
+ 'core/fxcrt/include/fx_stream.h',
+ 'core/fxcrt/include/fx_string.h',
+ 'core/fxcrt/include/fx_system.h',
+ 'core/fxcrt/include/fx_ucd.h',
+ 'core/fxcrt/include/fx_xml.h',
'core/fxcrt/plex.h',
'core/fxcrt/xml_int.h',
],
diff --git a/xfa.gyp b/xfa.gyp
index ed42d7d3e0..49ff21a7ac 100644
--- a/xfa.gyp
+++ b/xfa.gyp
@@ -269,7 +269,7 @@
"xfa/fwl/lightwidget/cfwl_widgetdelegate.cpp",
"xfa/fwl/lightwidget/cfwl_widgetdelegate.h",
"xfa/fwl/lightwidget/cfwl_widgetproperties.cpp",
- "xfa/fwl/lightwidget/cfwl_widgetproperites.h",
+ "xfa/fwl/lightwidget/cfwl_widgetproperties.h",
"xfa/fwl/theme/cfwl_barcodetp.cpp",
"xfa/fwl/theme/cfwl_barcodetp.h",
"xfa/fwl/theme/cfwl_carettp.cpp",