diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-10-19 14:03:31 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-10-19 14:03:31 -0700 |
commit | 6d34d056a7188b7ae9800fe3ceb68645e0442879 (patch) | |
tree | 44f6f20b8726dfaa76b55a625b8052fade57f486 /samples/samples.gyp | |
parent | aff4635dad81bc319266d9d84b81552580cd2b65 (diff) | |
download | pdfium-6d34d056a7188b7ae9800fe3ceb68645e0442879.tar.xz |
Consolidate test support code.
Removes duplication between pdfium_test and pdfium_embeddertest
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1416713002 .
Diffstat (limited to 'samples/samples.gyp')
-rw-r--r-- | samples/samples.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/samples.gyp b/samples/samples.gyp index 496a274da7..35b62b7fcf 100644 --- a/samples/samples.gyp +++ b/samples/samples.gyp @@ -34,6 +34,7 @@ 'dependencies': [ 'fx_lpng', '../pdfium.gyp:pdfium', + '../pdfium.gyp:test_support', # Regardless of whether the library ships against system freetype, # always link this binary against the bundled one for consistency # of results across platforms. |