Hui Yingst | b4baceb | 2020-04-28 23:46:10 +0000 | [diff] [blame] | 1 | // Copyright 2020 The PDFium Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
| 5 | #include "testing/embedder_test_constants.h" |
| 6 | |
| 7 | #include "build/build_config.h" |
| 8 | |
| 9 | namespace pdfium { |
| 10 | |
| 11 | const char kBlankPage612By792Checksum[] = "1940568c9ba33bac5d0b1ee9558c76b3"; |
| 12 | |
| 13 | #if defined(_SKIA_SUPPORT_) || defined(_SKIA_SUPPORT_PATHS_) |
| 14 | const char kBug890322Checksum[] = "793689536cf64fe792c2f241888c0cf3"; |
| 15 | #else |
| 16 | const char kBug890322Checksum[] = "6c674642154408e877d88c6c082d67e9"; |
| 17 | #endif |
| 18 | |
| 19 | #if defined(OS_WIN) |
| 20 | const char kHelloWorldChecksum[] = "795b7ce1626931aa06af0fa23b7d80bb"; |
| 21 | const char kHelloWorldRemovedChecksum[] = "93db13099042bafefb3c22a165bad684"; |
| 22 | #elif defined(OS_MACOSX) |
| 23 | const char kHelloWorldChecksum[] = "c38b75e16a13852aee3b97d77a0f0ee7"; |
| 24 | const char kHelloWorldRemovedChecksum[] = "572b1022bb3e8f43dc671162fc62cf7f"; |
| 25 | #else |
| 26 | const char kHelloWorldChecksum[] = "2baa4c0e1758deba1b9c908e1fbd04ed"; |
| 27 | const char kHelloWorldRemovedChecksum[] = "93dcc09055f87a2792c8e3065af99a1b"; |
| 28 | #endif |
| 29 | |
| 30 | #if defined(_SKIA_SUPPORT_) || defined(_SKIA_SUPPORT_PATHS_) |
| 31 | const char kManyRectanglesChecksum[] = "4e7e280c1597222afcb0ee3bb90ec119"; |
| 32 | const char kRectanglesChecksum[] = "b4e411a6b5ffa59a50efede2efece597"; |
| 33 | #else |
| 34 | const char kManyRectanglesChecksum[] = "b0170c575b65ecb93ebafada0ff0f038"; |
| 35 | const char kRectanglesChecksum[] = "0a90de37f52127619c3dfb642b5fa2fe"; |
| 36 | #endif |
| 37 | |
| 38 | } // namespace pdfium |