| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index e3131481ece478d5a31eeac2a73cf5c7e5e1fd7a..bdd46de00ffa24a430f03c8a14c0e7b9f55dff99 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) {
|
| @@ -1069,7 +1067,6 @@ if (pdf_enable_xfa) {
|
| "xfa/fwl/core/ifwl_form.h",
|
| "xfa/fwl/core/ifwl_notedriver.h",
|
| "xfa/fwl/core/ifwl_noteloop.h",
|
| - "xfa/fwl/core/ifwl_notethread.h",
|
| "xfa/fwl/core/ifwl_panel.h",
|
| "xfa/fwl/core/ifwl_proxy.h",
|
| "xfa/fwl/core/ifwl_target.h",
|
|
|