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

Unified Diff: chrome/chrome_exe.gypi

Issue 53793002: Initial implementation of Chrome Early Loading Framework (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move elf init call back under fast notify Created 7 years, 1 month 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/chrome_exe_main_win.cc ('k') | chrome/installer/mini_installer/chrome.release » ('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 4a308b2e1181b23768c6e8bc82b07d61a77d5a45..46c7365e1e74e82781c53f3686ff6cfed8408e03 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -470,6 +470,7 @@
'../base/base.gyp:base',
'../breakpad/breakpad.gyp:breakpad_handler',
'../breakpad/breakpad.gyp:breakpad_sender',
+ '../chrome_elf/chrome_elf.gyp:chrome_elf',
'../components/components.gyp:breakpad_component',
'../sandbox/sandbox.gyp:sandbox',
'app/policy/cloud_policy_codegen.gyp:policy',
@@ -498,6 +499,7 @@
'VCManifestTool': {
'AdditionalManifestFiles': [
'$(ProjectDir)\\app\\chrome.exe.manifest',
+ '<(SHARED_INTERMEDIATE_DIR)/chrome_elf/version_assembly.manifest',
],
},
},
@@ -514,6 +516,18 @@
'message': 'Copy first run complete sentinel file',
'msvs_cygwin_shell': 1,
},
+ {
+ 'action_name': 'chrome_exe_manifest',
+ 'includes': [
+ '../chrome_elf/chrome_exe_manifest_action.gypi',
+ ],
+ },
+ {
+ 'action_name': 'version_assembly_manifest',
+ 'includes': [
+ '../chrome_elf/version_assembly_manifest_action.gypi',
+ ],
+ },
],
}, { # 'OS!="win"
'sources!': [
« no previous file with comments | « chrome/app/chrome_exe_main_win.cc ('k') | chrome/installer/mini_installer/chrome.release » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698