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

Unified Diff: build/common.gypi

Issue 10989047: Add docs as default app (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
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/docs.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 9c8094bdf4a5743e75e7c267cc28e6b57dc1ce59..960c36b13138553ff7389ce7ec7ab0f5085a3635 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1351,6 +1351,7 @@
'browser/resources/default_apps/search.crx',
'browser/resources/default_apps/youtube.crx',
'browser/resources/default_apps/drive.crx',
+ 'browser/resources/default_apps/docs.crx',
],
'default_apps_list_linux_dest': [
'<(PRODUCT_DIR)/default_apps/external_extensions.json',
@@ -1358,6 +1359,7 @@
'<(PRODUCT_DIR)/default_apps/search.crx',
'<(PRODUCT_DIR)/default_apps/youtube.crx',
'<(PRODUCT_DIR)/default_apps/drive.crx',
+ '<(PRODUCT_DIR)/default_apps/docs.crx',
],
},
'target_defaults': {
« no previous file with comments | « no previous file | chrome/browser/resources/default_apps/docs.crx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698