Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 3ecc9a97e5f39cc2a2024930160b435da28b56da..f4b803d4cde94a66eebb541794257b524b81b692 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -42,9 +42,7 @@ config("pdfium_config") { |
} |
if (is_win) { |
- cflags += [ |
- "/wd4267", |
- ] |
+ cflags += [ "/wd4267" ] |
} |
if (is_clang || is_posix) { |
@@ -1025,7 +1023,6 @@ if (pdf_enable_xfa) { |
"xfa/fwl/basewidget/ifwl_tooltip.h", |
"xfa/fwl/core/cfwl_event.h", |
"xfa/fwl/core/cfwl_message.h", |
- "xfa/fwl/core/cfwl_note.h", |
"xfa/fwl/core/cfwl_themebackground.h", |
"xfa/fwl/core/cfwl_themepart.h", |
"xfa/fwl/core/cfwl_themetext.h", |