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

Unified Diff: chrome/chrome_exe.gypi

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 | « chrome/app/version_assembly/BUILD.gn ('k') | chrome/version.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 8e12ce5c864eb205f430279d393d266c498a2c85..5d8194c753fa493bfb9ae2ee0985ea9cc97fb52b 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -533,12 +533,14 @@
'message': 'Copy first run complete sentinel file',
},
{
+ # GN version: //chrome/app/version_assembly:chrome_exe_manifest
'action_name': 'chrome_exe_manifest',
'includes': [
'app/version_assembly/chrome_exe_manifest_action.gypi',
],
},
{
+ # GN version: //chrome/app/version_assembly:version_assembly_manifest
'action_name': 'version_assembly_manifest',
'includes': [
'app/version_assembly/version_assembly_manifest_action.gypi',
« no previous file with comments | « chrome/app/version_assembly/BUILD.gn ('k') | chrome/version.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698