summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn5
1 files changed, 1 insertions, 4 deletions
diff --git a/BUILD.gn b/BUILD.gn
index bdc7570794..a088c762ad 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) {
@@ -1023,7 +1021,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",