Chromium Code Reviews

Unified Diff: build/secondary/third_party/crashpad/crashpad/tools/BUILD.gn

Issue 1906193002: Fixing gn manifests for many executables (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | chrome/browser/nacl_host/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/secondary/third_party/crashpad/crashpad/tools/BUILD.gn
diff --git a/build/secondary/third_party/crashpad/crashpad/tools/BUILD.gn b/build/secondary/third_party/crashpad/crashpad/tools/BUILD.gn
index 1ba14ed934e329d411e63c9e2f8fefc1011c0cdb..2b867e26623471eecdb7f7d40bc203e710b6e2c2 100644
--- a/build/secondary/third_party/crashpad/crashpad/tools/BUILD.gn
+++ b/build/secondary/third_party/crashpad/crashpad/tools/BUILD.gn
@@ -29,6 +29,9 @@ executable("crashpad_database_util") {
deps = [
":tool_support",
"//base",
+
+ # Default manifest on Windows (a no-op elsewhere).
+ "//build/win:default_exe_manifest",
"//third_party/crashpad/crashpad/client",
"//third_party/crashpad/crashpad/compat",
"//third_party/crashpad/crashpad/util",
« no previous file with comments | « no previous file | chrome/browser/nacl_host/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine