diff options
author | avallee <avallee@chromium.org> | 2016-03-31 10:23:19 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-31 10:23:19 -0700 |
commit | 62514d9c1794ec73c4b1e0f4d9a2769f2050c502 (patch) | |
tree | 6cfe97a6fc87eafa2333140e45e01d169e36b933 | |
parent | 11ac93cfdb9f4f25eee2ba60b947f992ab40ec54 (diff) | |
download | pdfium-62514d9c1794ec73c4b1e0f4d9a2769f2050c502.tar.xz |
Fix BUILD.gn file name.
Typo in 'cfwl_widgetproperties.cpp'.
BUG=599526
Review URL: https://codereview.chromium.org/1851543002
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1109,7 +1109,7 @@ if (pdf_enable_xfa) { "xfa/fwl/lightwidget/cfwl_widget.h", "xfa/fwl/lightwidget/cfwl_widgetdelegate.cpp", "xfa/fwl/lightwidget/cfwl_widgetdelegate.h", - "xfa/fwl/lightwidget/cfwl_widgetproperities.cpp", + "xfa/fwl/lightwidget/cfwl_widgetproperties.cpp", "xfa/fwl/lightwidget/cfwl_widgetproperties.h", "xfa/fwl/theme/cfwl_barcodetp.cpp", "xfa/fwl/theme/cfwl_barcodetp.h", |