From 15bfe1bd8b28f9654dcea4af51305e3559a78cd8 Mon Sep 17 00:00:00 2001 From: brucedawson Date: Wed, 27 Apr 2016 15:28:41 -0700 Subject: Adding default_exe_manifest to two binaries gn builds are missing Windows manifests for pdfium_diff.exe and pdfium_test.exe. These manifests are necessary in order to get predictable behavior on Windows. BUG=602505 Review-Url: https://codereview.chromium.org/1927593003 --- samples/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'samples') diff --git a/samples/BUILD.gn b/samples/BUILD.gn index 9e18289e46..3fdb97e3e2 100644 --- a/samples/BUILD.gn +++ b/samples/BUILD.gn @@ -42,6 +42,7 @@ executable("pdfium_test") { "../:pdfium", "../:test_support", "//build/config/sanitizers:deps", + "//build/win:default_exe_manifest", # Regardless of whether the library ships against system freetype, # always link this binary against the bundled one for consistency @@ -75,6 +76,7 @@ executable("pdfium_diff") { deps = [ "../:pdfium", "//build/config/sanitizers:deps", + "//build/win:default_exe_manifest", ] if (!pdf_enable_xfa) { deps += [ "../third_party:fx_lpng" ] -- cgit v1.2.3