diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-11-30 15:46:36 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-11-30 15:46:36 -0800 |
commit | c46d0005880b24d38d9e7eab2f446e9724e93537 (patch) | |
tree | 731f81c6fcb313a9e3c2b8e0ceaf21f3ce70b6b4 /build/all.gyp | |
parent | 40e9ff30b7f22b37c071dc9751f489d4cc22b0ee (diff) | |
download | pdfium-c46d0005880b24d38d9e7eab2f446e9724e93537.tar.xz |
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 .
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 4 |
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:*', ], } |