Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 5f3b1bd9e95deae83d6c4c4812f2455d7129ac5b..a04a557837cc375622f9c61e1374b219fb917191 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -870,12 +870,12 @@ static_library("fxge") { |
static_library("fxedit") { |
sources = [ |
+ "fpdfsdk/fxedit/fx_edit.h", |
"fpdfsdk/fxedit/fxet_ap.cpp", |
"fpdfsdk/fxedit/fxet_edit.cpp", |
+ "fpdfsdk/fxedit/fxet_edit.h", |
"fpdfsdk/fxedit/fxet_list.cpp", |
- "fpdfsdk/fxedit/include/fx_edit.h", |
- "fpdfsdk/fxedit/include/fxet_edit.h", |
- "fpdfsdk/fxedit/include/fxet_list.h", |
+ "fpdfsdk/fxedit/fxet_list.h", |
] |
configs += [ ":pdfium_core_config" ] |
deps = [ |