diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-01-15 12:12:10 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-01-15 12:12:10 -0800 |
commit | 60882dca3d11fd93d76dcdc73a2d0effd987cb78 (patch) | |
tree | fcd6111e140df66bd014e1d03b4d1ffb5bf36a34 /build | |
parent | a32f760f8b6848ab975e3ba3510ae8840070597b (diff) | |
download | pdfium-60882dca3d11fd93d76dcdc73a2d0effd987cb78.tar.xz |
Merge to XFA: Ensure unittests are built when building all.
Original Review URL: https://codereview.chromium.org/849113002
TBR=scottmg@chromium.org
TBR=jam@chromium.org
Review URL: https://codereview.chromium.org/841183003
Diffstat (limited to 'build')
-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:*', ], } |