Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Unified Diff: BUILD.gn

Issue 2514173002: Check dimensions and content of bitmaps in EmbedderTests. (Closed)
Patch Set: Fix Mac bots, but will other Macs be happy? Probably. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 8c520182b878cb304cc1aebd4aada1ea1285c37d..9d3dded0f52db191677bb4007055d0f9008b67db 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -192,7 +192,10 @@ static_library("test_support") {
"testing/fx_string_testhelpers.h",
"testing/test_support.cpp",
"testing/test_support.h",
+ "testing/utils/md5.cpp",
+ "testing/utils/md5.h",
"testing/utils/path_service.cpp",
+ "testing/utils/path_service.h",
]
deps = [
":pdfium",
« no previous file with comments | « no previous file | core/fpdfapi/page/fpdf_page_func_embeddertest.cpp » ('j') | core/fpdfapi/page/fpdf_page_func_embeddertest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698