From 0f05b1c9c19e9f45135bb3dd21044b2e69fe086a Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Tue, 8 Dec 2015 16:19:37 -0800 Subject: XFA: Hide xfa targets in gyp (similar to GN) Allows "all" to include pdfium:* once again, since targets that don't exist except under xfa are hidden. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1502343007 . --- build/all.gyp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'build/all.gyp') diff --git a/build/all.gyp b/build/all.gyp index 62db131617..7e2ea613ff 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -8,9 +8,7 @@ 'target_name': 'All', 'type': 'none', 'dependencies': [ - '../pdfium.gyp:pdfium', - '../pdfium.gyp:pdfium_embeddertests', - '../pdfium.gyp:pdfium_unittests', + '../pdfium.gyp:*', '../samples/samples.gyp:*', ], } -- cgit v1.2.3