diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-12-08 16:19:37 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-12-08 16:19:37 -0800 |
commit | 0f05b1c9c19e9f45135bb3dd21044b2e69fe086a (patch) | |
tree | 0c72ef682f24b5b440a8bb0033b0bd45d40b2601 /build | |
parent | b36747d4348c10f85b753669750f0767797ddbe2 (diff) | |
download | pdfium-0f05b1c9c19e9f45135bb3dd21044b2e69fe086a.tar.xz |
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 .
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 4 |
1 files changed, 1 insertions, 3 deletions
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:*', ], } |