diff options
author | thestig <thestig@chromium.org> | 2016-11-21 13:37:28 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-11-21 13:37:28 -0800 |
commit | bcd3e538f170a5ab2c3295f1a3b0062781d384a5 (patch) | |
tree | 0a16f383cfd22b4b9d26c7acdb085d5b05843631 /BUILD.gn | |
parent | d33c8e3145539631d03242a16c3683c3538c7557 (diff) | |
download | pdfium-bcd3e538f170a5ab2c3295f1a3b0062781d384a5.tar.xz |
Check dimensions and content of bitmaps in EmbedderTests.chromium/2927
Review-Url: https://codereview.chromium.org/2514173002
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -193,6 +193,7 @@ static_library("test_support") { "testing/test_support.cpp", "testing/test_support.h", "testing/utils/path_service.cpp", + "testing/utils/path_service.h", ] deps = [ ":pdfium", |