summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-11 16:54:42 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-11 16:54:42 +0000
commitc345065e7aff3368198624f303e711a244e2f7ec (patch)
treeaa1a9bb99de6fa21a6599613e73e63d4a563e4a1 /BUILD.gn
parent265886b2befa2a135113155937bafa9704329635 (diff)
downloadpdfium-c345065e7aff3368198624f303e711a244e2f7ec.tar.xz
Rename interform files to interactiveform.
Just rename the files in this CL. Change-Id: I39f7fefa885977fffab6c909762b05484a1c923d Reviewed-on: https://pdfium-review.googlesource.com/c/43814 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn8
1 files changed, 4 insertions, 4 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 9ba9d891c6..2171d148dc 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -130,8 +130,8 @@ jumbo_static_library("pdfium") {
"fpdfsdk/cpdfsdk_formfillenvironment.h",
"fpdfsdk/cpdfsdk_helpers.cpp",
"fpdfsdk/cpdfsdk_helpers.h",
- "fpdfsdk/cpdfsdk_interform.cpp",
- "fpdfsdk/cpdfsdk_interform.h",
+ "fpdfsdk/cpdfsdk_interactiveform.cpp",
+ "fpdfsdk/cpdfsdk_interactiveform.h",
"fpdfsdk/cpdfsdk_pageview.cpp",
"fpdfsdk/cpdfsdk_pageview.h",
"fpdfsdk/cpdfsdk_widget.cpp",
@@ -349,8 +349,8 @@ jumbo_static_library("fpdfdoc") {
"core/fpdfdoc/cpdf_formfield.h",
"core/fpdfdoc/cpdf_iconfit.cpp",
"core/fpdfdoc/cpdf_iconfit.h",
- "core/fpdfdoc/cpdf_interform.cpp",
- "core/fpdfdoc/cpdf_interform.h",
+ "core/fpdfdoc/cpdf_interactiveform.cpp",
+ "core/fpdfdoc/cpdf_interactiveform.h",
"core/fpdfdoc/cpdf_link.cpp",
"core/fpdfdoc/cpdf_link.h",
"core/fpdfdoc/cpdf_linklist.cpp",