summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn6
1 files changed, 3 insertions, 3 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 5f3b1bd9e9..a04a557837 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 = [