diff options
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index f23db228ef..96f0e5ce1f 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -45,7 +45,7 @@ 'type': 'static_library', 'dependencies': [ 'third_party/third_party.gyp:bigint', - 'third_party/third_party.gyp:safemath', + 'third_party/third_party.gyp:pdfium_base', 'fdrm', 'fpdfdoc', 'fpdfapi', |