From c46d0005880b24d38d9e7eab2f446e9724e93537 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 30 Nov 2015 15:46:36 -0800 Subject: Allow building non-XFA (master) on the XFA branch. This first pass is GYP-only, will do GN in the next CL. R=ochang@chromium.org Review URL: https://codereview.chromium.org/1480403002 . --- build/all.gyp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build') 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:*', ], } -- cgit v1.2.3