diff options
author | John Abd-El-Malek <jam@chromium.org> | 2015-01-14 13:34:22 -0800 |
---|---|---|
committer | John Abd-El-Malek <jam@chromium.org> | 2015-01-14 13:34:22 -0800 |
commit | c53eaa732ff61561ad237bc9c125db1ed2e42780 (patch) | |
tree | 3df8a15482a4925efab5055084d93d60dbd197a6 | |
parent | f731837225b825e154d6b1664160ed6f70d451ce (diff) | |
download | pdfium-c53eaa732ff61561ad237bc9c125db1ed2e42780.tar.xz |
Ensure unittests are built when building all.
R=scottmg@chromium.org
Review URL: https://codereview.chromium.org/849113002
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index c97871d229..7e2ea613ff 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -8,6 +8,7 @@ 'target_name': 'All', 'type': 'none', 'dependencies': [ + '../pdfium.gyp:*', '../samples/samples.gyp:*', ], } |