Chromium Code Reviews| 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", |