summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoravallee <avallee@chromium.org>2016-03-31 10:23:19 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-31 10:23:19 -0700
commit62514d9c1794ec73c4b1e0f4d9a2769f2050c502 (patch)
tree6cfe97a6fc87eafa2333140e45e01d169e36b933
parent11ac93cfdb9f4f25eee2ba60b947f992ab40ec54 (diff)
downloadpdfium-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.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 6780f2b53a..b0ab4e1940 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",