summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'pdfium.gyp')
-rw-r--r--pdfium.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/pdfium.gyp b/pdfium.gyp
index d48eba170b..9b8fb05ca0 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -806,8 +806,9 @@
'target_name': 'pdfium_unittests',
'type': 'executable',
'dependencies': [
- '../../base/base.gyp:base_prefs',
+ '../../base/base.gyp:base',
'../../base/base.gyp:run_all_unittests',
+ '../../base/base.gyp:test_support_base',
'../../testing/gtest.gyp:gtest',
'pdfium',
],