summaryrefslogtreecommitdiff
path: root/build/all.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'build/all.gyp')
-rw-r--r--build/all.gyp4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 7e2ea613ff..62db131617 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -8,7 +8,9 @@
'target_name': 'All',
'type': 'none',
'dependencies': [
- '../pdfium.gyp:*',
+ '../pdfium.gyp:pdfium',
+ '../pdfium.gyp:pdfium_embeddertests',
+ '../pdfium.gyp:pdfium_unittests',
'../samples/samples.gyp:*',
],
}