summaryrefslogtreecommitdiff
path: root/fpdfsdk/fxedit/DEPS
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-10-04 11:08:49 -0700
committerCommit bot <commit-bot@chromium.org>2016-10-04 11:08:49 -0700
commitbc5e6d289ed40efec2b0e03427e8fc2947bf53e3 (patch)
treefa1509c1fe1a46a6ebe8861768804883041973be /fpdfsdk/fxedit/DEPS
parent241543581696e996093bf0c2ae09ece6afe13ba2 (diff)
downloadpdfium-bc5e6d289ed40efec2b0e03427e8fc2947bf53e3.tar.xz
Move core/fpdfapi/fpdf_font to core/fpdfapi/font
BUG=pdfium:603 Review-Url: https://codereview.chromium.org/2392773003
Diffstat (limited to 'fpdfsdk/fxedit/DEPS')
-rw-r--r--fpdfsdk/fxedit/DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/fxedit/DEPS b/fpdfsdk/fxedit/DEPS
index a8612e1c54..810c2c6c51 100644
--- a/fpdfsdk/fxedit/DEPS
+++ b/fpdfsdk/fxedit/DEPS
@@ -1,4 +1,4 @@
include_rules = [
- '+core/fpdfapi/fpdf_font',
+ '+core/fpdfapi/font',
'+core/fpdfdoc',
]