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

Unified Diff: chrome/BUILD.gn

Issue 1250853007: Hook up chrome.exe manifest in the Windows GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months 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
« no previous file with comments | « build/util/version.gni ('k') | chrome/app/version_assembly/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 9972fdb071693aa27e8707571f65b8fbfe422410..dbbd2a04098a76e7596c6cae4d1ff77d58bcaf48 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -71,6 +71,7 @@ if (!is_android) {
"//base",
"//breakpad:breakpad_handler",
"//breakpad:breakpad_sender",
+ "//chrome/app/version_assembly:chrome_exe_manifest",
"//chrome/browser:chrome_process_finder",
"//chrome/chrome_watcher",
"//chrome/chrome_watcher:client",
@@ -83,6 +84,8 @@ if (!is_android) {
"//sandbox",
"//ui/gfx",
]
+ data_deps = [ "//chrome/app/version_assembly:version_assembly_manifest" ]
+
libs = [
"wintrust.lib",
"crypt32.lib",
« no previous file with comments | « build/util/version.gni ('k') | chrome/app/version_assembly/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698