summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-01-15 12:12:10 -0800
committerTom Sepez <tsepez@chromium.org>2015-01-15 12:12:10 -0800
commit60882dca3d11fd93d76dcdc73a2d0effd987cb78 (patch)
treefcd6111e140df66bd014e1d03b4d1ffb5bf36a34 /build
parenta32f760f8b6848ab975e3ba3510ae8840070597b (diff)
downloadpdfium-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.gyp1
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:*',
],
}