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

Unified Diff: chrome/chrome.gyp

Issue 155016: Create a project for maintaining default extensions.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 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/browser/extensions/external_extensions.json ('k') | chrome/installer/mini_installer.gyp » ('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 19850)
+++ chrome/chrome.gyp (working copy)
@@ -248,6 +248,23 @@
],
},
{
+ 'target_name': 'default_extensions',
+ 'type': 'none',
+ 'msvs_guid': 'DA9BAB64-91DC-419B-AFDE-6FF8C569E83A',
+ 'conditions': [
+ ['OS=="win"', {
+ 'copies': [
+ {
+ 'destination': '<(PRODUCT_DIR)/extensions',
+ 'files': [
+ 'browser/extensions/default_extensions/external_extensions.json'
+ ]
+ }
+ ],
+ }],
+ ],
+ },
+ {
'target_name': 'common',
'type': '<(library)',
'msvs_guid': '899F1280-3441-4D1F-BA04-CCD6208D9146',
« no previous file with comments | « chrome/browser/extensions/external_extensions.json ('k') | chrome/installer/mini_installer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698