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

Unified Diff: chrome/chrome_dll.gypi

Issue 7827021: Changed mac and win Official Chrome build to drop default app CRXs in the build/installer output. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 | chrome/installer/mini_installer/chrome.release » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_dll.gypi
===================================================================
--- chrome/chrome_dll.gypi (revision 99174)
+++ chrome/chrome_dll.gypi (working copy)
@@ -163,6 +163,17 @@
},
},
'conditions': [
+ ['buildtype=="Official" and branding=="Chrome"', {
+ 'copies': [
+ {
+ 'destination': '<(PRODUCT_DIR)/default_apps',
Mark Mentovai 2011/09/01 20:53:38 Why do you need to copy things to <(PRODUCT_DIR)/d
SteveT 2011/09/01 21:19:57 This is the expected location for win, according t
+ 'files': [
+ 'browser/resources/default_apps/gmail.crx',
+ 'browser/resources/default_apps/youtube.crx',
+ ],
+ },
+ ],
+ }],
['incremental_chrome_dll==1 and optimize_with_syzygy==0', {
# Linking to a different directory and then hardlinking back
# to OutDir is a workaround to avoid having the .ilk for
@@ -590,6 +601,18 @@
},
],
'conditions': [
+ ['buildtype=="Official" and branding=="Chrome"', {
+ 'copies': [
+ {
+ 'destination':
+ '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Default Apps',
Mark Mentovai 2011/09/01 20:53:38 I commented in 7811020 about this. I don’t think t
SteveT 2011/09/01 21:19:57 Discussed with Cait. I thought they had implemente
+ 'files': [
+ 'browser/resources/default_apps/gmail.crx',
+ 'browser/resources/default_apps/youtube.crx',
+ ],
+ },
+ ],
+ }],
['mac_breakpad==1', {
'variables': {
# A real .dSYM is needed for dump_syms to operate on.
« no previous file with comments | « no previous file | chrome/installer/mini_installer/chrome.release » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698