From 62514d9c1794ec73c4b1e0f4d9a2769f2050c502 Mon Sep 17 00:00:00 2001 From: avallee Date: Thu, 31 Mar 2016 10:23:19 -0700 Subject: Fix BUILD.gn file name. Typo in 'cfwl_widgetproperties.cpp'. BUG=599526 Review URL: https://codereview.chromium.org/1851543002 --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3