Index: build/common.gypi |
=================================================================== |
--- build/common.gypi (revision 102958) |
+++ build/common.gypi (working copy) |
@@ -805,6 +805,19 @@ |
'clang%': 1, |
}], |
], |
+ # List of default apps to install in new profiles. The first list contains |
+ # the source files as found in svn. The second list, used only for linux, |
+ # contains the destination location for each of the files. |
+ 'default_apps_list': [ |
+ 'browser/resources/default_apps/external_extensions.json', |
+ 'browser/resources/default_apps/gmail.crx', |
+ 'browser/resources/default_apps/youtube.crx', |
+ ], |
+ 'default_apps_list_linux_dest': [ |
+ '<(PRODUCT_DIR)/default_apps/external_extensions.json', |
+ '<(PRODUCT_DIR)/default_apps/gmail.crx', |
+ '<(PRODUCT_DIR)/default_apps/youtube.crx', |
+ ], |
}, |
'target_defaults': { |
'variables': { |