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

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: Assemblies 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
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 4a308b2e1181b23768c6e8bc82b07d61a77d5a45..8a9f9876e6dff181b609d60360a07ab303f818a7 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,8 @@
'VCManifestTool': {
'AdditionalManifestFiles': [
'$(ProjectDir)\\app\\chrome.exe.manifest',
+ # TODO(caitkp): How do I refer to files in out\Release\gen here?
robertshield 2013/11/05 02:23:55 Is this TODO now solved?
Cait (Slow) 2013/11/05 05:39:06 Done.
+ '<(SHARED_INTERMEDIATE_DIR)/chrome_elf/version_assembly.manifest',
],
},
},

Powered by Google App Engine
This is Rietveld 408576698