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

Unified Diff: build/common.gypi

Issue 10913102: Add google drive as default app (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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/browser/resources/default_apps/drive.crx » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index ae9c4611c3638d913fb7b7315c487ee114675a75..55c380727706e21c6fe41b14b1c537f7dc9a870e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1280,12 +1280,14 @@
'browser/resources/default_apps/gmail.crx',
'browser/resources/default_apps/search.crx',
'browser/resources/default_apps/youtube.crx',
+ 'browser/resources/default_apps/drive.crx',
],
'default_apps_list_linux_dest': [
'<(PRODUCT_DIR)/default_apps/external_extensions.json',
'<(PRODUCT_DIR)/default_apps/gmail.crx',
'<(PRODUCT_DIR)/default_apps/search.crx',
'<(PRODUCT_DIR)/default_apps/youtube.crx',
+ '<(PRODUCT_DIR)/default_apps/drive.crx',
],
},
'target_defaults': {
« no previous file with comments | « no previous file | chrome/browser/resources/default_apps/drive.crx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698