summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-11-07 18:33:30 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-11-07 18:33:30 +0000
commite0d68541163e34cc61fcb7e7cb9f5a9887f45245 (patch)
treec037fe5a23025a0358e4b60eed2a2c48e55da07f /BUILD.gn
parente1ffa59d93e40a783107c0cf847b387741b96d48 (diff)
downloadpdfium-e0d68541163e34cc61fcb7e7cb9f5a9887f45245.tar.xz
Rename CXFA_Bind to CXFA_BindData
This CL renames CXFA_Bind to CXFA_BindData to make it clear it's part of the Data hierarchy. Change-Id: I9e2ac65d5412f2ffd7abf77ff35deff53f8bb970 Reviewed-on: https://pdfium-review.googlesource.com/17973 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index fc0fde5e69..2e5456663b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1792,8 +1792,8 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_assistdata.h",
"xfa/fxfa/parser/cxfa_attachnodelist.cpp",
"xfa/fxfa/parser/cxfa_attachnodelist.h",
- "xfa/fxfa/parser/cxfa_bind.cpp",
- "xfa/fxfa/parser/cxfa_bind.h",
+ "xfa/fxfa/parser/cxfa_binddata.cpp",
+ "xfa/fxfa/parser/cxfa_binddata.h",
"xfa/fxfa/parser/cxfa_binditemsdata.cpp",
"xfa/fxfa/parser/cxfa_binditemsdata.h",
"xfa/fxfa/parser/cxfa_border.h",