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

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: Created 7 years, 2 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
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 4a308b2e1181b23768c6e8bc82b07d61a77d5a45..f39479bb770fcc1926ab6f53a5dc40413a5e89bb 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -462,6 +462,7 @@
['OS=="win"', {
'dependencies': [
'chrome_dll',
+ 'chrome_elf',
'chrome_nacl_win64',
'chrome_process_finder',
'chrome_version_resources',
@@ -498,6 +499,7 @@
'VCManifestTool': {
'AdditionalManifestFiles': [
'$(ProjectDir)\\app\\chrome.exe.manifest',
+ #'$(ProjectDir)\\chrome_elf\\chrome_elf.manifest',
gab 2013/10/31 13:44:31 This doesn't belong in chrome.exe; rather in chrom
],
},
},

Powered by Google App Engine
This is Rietveld 408576698