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

Unified Diff: chrome/chrome_exe.gypi

Issue 10391153: Revert "Make setup.exe compatible with the component build." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | « build/common.gypi ('k') | chrome/chrome_installer.gypi » ('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 0673300d28f642f8c3de5cc78492b75e60ce9322..e638b2d595e6463f2b3e5131aefcedefee73805a 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -44,21 +44,6 @@
'INFOPLIST_FILE': 'app/app-Info.plist',
},
'conditions': [
- ['component == "shared_library"', {
- 'copies': [
- {
- 'destination': '<(PRODUCT_DIR)',
- 'files': [
- 'app/chrome.exe.manifest',
- ],
- },
- ],
- 'msvs_settings': {
- 'VCLinkerTool': {
- 'GenerateManifest': 'false',
- },
- },
- }],
['order_text_section!=""', {
'target_conditions' : [
['_toolset=="target"', {
« no previous file with comments | « build/common.gypi ('k') | chrome/chrome_installer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698