summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Abd-El-Malek <jam@chromium.org>2015-01-14 13:34:22 -0800
committerJohn Abd-El-Malek <jam@chromium.org>2015-01-14 13:34:22 -0800
commitc53eaa732ff61561ad237bc9c125db1ed2e42780 (patch)
tree3df8a15482a4925efab5055084d93d60dbd197a6
parentf731837225b825e154d6b1664160ed6f70d451ce (diff)
downloadpdfium-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.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:*',
],
}