From c53eaa732ff61561ad237bc9c125db1ed2e42780 Mon Sep 17 00:00:00 2001 From: John Abd-El-Malek Date: Wed, 14 Jan 2015 13:34:22 -0800 Subject: Ensure unittests are built when building all. R=scottmg@chromium.org Review URL: https://codereview.chromium.org/849113002 --- build/all.gyp | 1 + 1 file changed, 1 insertion(+) 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:*', ], } -- cgit v1.2.3