summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-10-19 17:30:24 -0700
committerLei Zhang <thestig@chromium.org>2015-10-19 17:30:24 -0700
commitdd11f8615fc20e638fbb6f6281c4564ed8927af3 (patch)
tree5da13122bed0ad018979a2b2e34e193578f921bd /BUILD.gn
parent3884dba163ecfa7b251b1124c4fd9f1c43e578ae (diff)
downloadpdfium-dd11f8615fc20e638fbb6f6281c4564ed8927af3.tar.xz
Merge to XFA: Remove unused CFFL_Notify.
TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1411963002 . (cherry picked from commit 8b8dfd7934d669b2c74a0502f82387e5df0f573b) Review URL: https://codereview.chromium.org/1415513004 .
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index f921a00501..c54d8b2615 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -713,7 +713,6 @@ static_library("formfiller") {
"fpdfsdk/include/formfiller/FFL_FormFiller.h",
"fpdfsdk/include/formfiller/FFL_IFormFiller.h",
"fpdfsdk/include/formfiller/FFL_ListBox.h",
- "fpdfsdk/include/formfiller/FFL_Notify.h",
"fpdfsdk/include/formfiller/FFL_PushButton.h",
"fpdfsdk/include/formfiller/FFL_RadioButton.h",
"fpdfsdk/include/formfiller/FFL_TextField.h",
@@ -725,7 +724,6 @@ static_library("formfiller") {
"fpdfsdk/src/formfiller/FFL_FormFiller.cpp",
"fpdfsdk/src/formfiller/FFL_IFormFiller.cpp",
"fpdfsdk/src/formfiller/FFL_ListBox.cpp",
- "fpdfsdk/src/formfiller/FFL_Notify.cpp",
"fpdfsdk/src/formfiller/FFL_PushButton.cpp",
"fpdfsdk/src/formfiller/FFL_RadioButton.cpp",
"fpdfsdk/src/formfiller/FFL_TextField.cpp",