Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index 7e2ea613ff8b06e98c2774bc9157ba3ae8e9b69b..62db1316179ae9171de9d88cb0738ee038d36b70 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:*', |
], |
} |