diff options
author | Tom Sepez <tsepez@chromium.org> | 2014-12-29 14:46:48 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2014-12-29 14:46:48 -0800 |
commit | 831e1381970ad02930da79d985d9d416fe40e97d (patch) | |
tree | ef175f417880b697b56530557bd36eb5e7342ab1 /pdfium.gyp | |
parent | 336991da7a3d5682a572c01e0a149b6990d05594 (diff) | |
download | pdfium-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
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 3 |
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', ], |