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

Unified Diff: chrome/chrome_installer.gypi

Issue 2877013: Updating .release file parsing in the setup project. It was looking for the n... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_installer.gypi
===================================================================
--- chrome/chrome_installer.gypi (revision 51671)
+++ chrome/chrome_installer.gypi (working copy)
@@ -189,7 +189,7 @@
],
},
'sources': [
- 'installer/mini_installer/chrome_frame.release',
+ 'installer/mini_installer/chrome.release',
'installer/setup/install.cc',
'installer/setup/install.h',
'installer/setup/setup_main.cc',
@@ -245,7 +245,7 @@
'extension': 'release',
'variables': {
'scan_server_dlls_py' : 'tools/build/win/scan_server_dlls.py',
- 'template_file': 'mini_installer/chrome_frame.release',
+ 'template_file': 'mini_installer/chrome.release',
},
'inputs': [
'<(scan_server_dlls_py)',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698