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

Unified Diff: chrome_frame/chrome_frame.gyp

Issue 542078: Adding a secondary mini_installer target for Chrome Frame. This will remove t... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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/tools/build/win/create_installer_archive.py ('k') | chrome_frame/rename_me_to_supplement.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame.gyp
===================================================================
--- chrome_frame/chrome_frame.gyp (revision 36244)
+++ chrome_frame/chrome_frame.gyp (working copy)
@@ -304,7 +304,6 @@
'dependencies': [
'../base/base.gyp:test_support_base',
'../chrome/chrome.gyp:browser',
- '../chrome/chrome.gyp:chrome_dll_version',
'../chrome/chrome.gyp:chrome_resources',
'../chrome/chrome.gyp:debugger',
'../chrome/chrome.gyp:renderer',
@@ -343,11 +342,11 @@
'conditions': [
['OS=="win"', {
'dependencies': [
- '../chrome/chrome.gyp:automation',
'../breakpad/breakpad.gyp:breakpad_handler',
+ '../chrome/chrome.gyp:automation',
+ '../chrome/chrome.gyp:chrome_dll_version',
'../chrome/installer/installer.gyp:installer_util',
'../google_update/google_update.gyp:google_update',
- '../chrome/installer/installer.gyp:installer_util',
]
}],
],
« no previous file with comments | « chrome/tools/build/win/create_installer_archive.py ('k') | chrome_frame/rename_me_to_supplement.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698