| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index bdc7570794b921523e13eb15f48c3d7a21bb11db..a088c762ad4235af0bad3b6c8cfaaf0d5f9a6076 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",
|
|
|