Roll build/ c7876b5a4..dd39b637a (140 commits)

https://chromium.googlesource.com/chromium/src/build.git/+log/c7876b5a4430..dd39b637a6b9

This roll updates MSVC and the Windows 10 SDK. As a result, some tests
that used to render slightly differently on Windows now render the same
as other platforms. Simplify the test expectations so they pass.

Created with:
  roll-dep build

Change-Id: I3efcdc490cd32996df78f715e1d8475e71b7de2c
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/93251
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Nigi <nigi@chromium.org>
diff --git a/DEPS b/DEPS
index 863084f..70ae848 100644
--- a/DEPS
+++ b/DEPS
@@ -37,7 +37,7 @@
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling build
   # and whatever else without interference from each other.
-  'build_revision': 'c7876b5a44308b94074287939244bc562007de69',
+  'build_revision': 'dd39b637a6b98c0db3c95553bea2f18ea99068a8',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling buildtools
   # and whatever else without interference from each other.
diff --git a/core/fpdfapi/render/fpdf_progressive_render_embeddertest.cpp b/core/fpdfapi/render/fpdf_progressive_render_embeddertest.cpp
index bb68391..a0639fb 100644
--- a/core/fpdfapi/render/fpdf_progressive_render_embeddertest.cpp
+++ b/core/fpdfapi/render/fpdf_progressive_render_embeddertest.cpp
@@ -449,13 +449,8 @@
   static constexpr char kContentWithInkChecksum[] =
       "ebc57721e4c8da34156e09b9b2e62fb0";
 #else
-#if BUILDFLAG(IS_WIN)
-  static constexpr char kContentWithInkChecksum[] =
-      "1933e4ab19b9108ddcecd1a6abb20c85";
-#else
   static constexpr char kContentWithInkChecksum[] =
       "797bce7dc6c50ee86b095405df9fe5aa";
-#endif  // BUILDFLAG(IS_WIN)
 #endif  // defined(_SKIA_SUPPORT_) || defined(_SKIA_SUPPORT_PATHS_)
 
   ASSERT_TRUE(OpenDocument("annotation_ink_multiple.pdf"));
diff --git a/fpdfsdk/fpdf_annot_embeddertest.cpp b/fpdfsdk/fpdf_annot_embeddertest.cpp
index 1e45eb1..3d5effb 100644
--- a/fpdfsdk/fpdf_annot_embeddertest.cpp
+++ b/fpdfsdk/fpdf_annot_embeddertest.cpp
@@ -542,8 +542,6 @@
     static constexpr char kExpectedHash[] = "fad91b9c968fe8019a774f5e2419b8fc";
 #elif defined(_SKIA_SUPPORT_PATHS_)
     static constexpr char kExpectedHash[] = "acddfe688a117ead56af7b249a2cf8a1";
-#elif BUILDFLAG(IS_WIN)
-    static constexpr char kExpectedHash[] = "49d0a81c636531a337429325273d0508";
 #else
     static constexpr char kExpectedHash[] = "354002e1c4386d38fdde29ef8d61074a";
 #endif