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

Unified Diff: chrome/chrome.gyp

Issue 7795038: Revert 99440 - Changed Mac, Linux and Win Official Chrome build to drop default app CRXs in the b... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 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/chrome_dll.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 99877)
+++ chrome/chrome.gyp (working copy)
@@ -1738,24 +1738,6 @@
],
},
],
- 'conditions': [
- ['branding=="Chrome"', {
- 'copies': [
- {
- # This location is for the Windows and Linux builds. For
- # Windows, the chrome.release file ensures that these files are
- # copied into the installer. Note that we have a separate
- # section in chrome_dll.gyp to copy these files for Mac, as it
- # needs to be dropped inside the framework.
- 'destination': '<(PRODUCT_DIR)/default_apps',
- 'files': [
- 'browser/resources/default_apps/gmail.crx',
- 'browser/resources/default_apps/youtube.crx',
- ],
- },
- ],
- }],
- ],
}], # targets
}], # OS != "mac"
], # 'conditions'
« no previous file with comments | « no previous file | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698