summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2014-12-29 14:46:48 -0800
committerTom Sepez <tsepez@chromium.org>2014-12-29 14:46:48 -0800
commit831e1381970ad02930da79d985d9d416fe40e97d (patch)
treeef175f417880b697b56530557bd36eb5e7342ab1
parent336991da7a3d5682a572c01e0a149b6990d05594 (diff)
downloadpdfium-831e1381970ad02930da79d985d9d416fe40e97d.tar.xz
Fix pdfium buildbot build breakage from 336991d.
Looks like some dependencies were missing during the run at http://build.chromium.org/p/client.pdfium/builders/linux/builds/31/steps/gyp_pdfium/logs/stdio TBR=brucedawson@chromium.org TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/833503003
-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',
],