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

Unified Diff: chrome/chrome_browser_extensions.gypi

Issue 308003005: app_list: Drive app integration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: crx_installer changes Created 6 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
Index: chrome/chrome_browser_extensions.gypi
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
index c33f9cca6f475ee3254aea41d0ae2777c0e684b5..6e0e96fabfd3568381700eb5cfde750ce40e9def 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -78,6 +78,14 @@
'browser/apps/app_url_redirector.h',
'browser/apps/chrome_apps_client.cc',
'browser/apps/chrome_apps_client.h',
+ 'browser/apps/drive/drive_app_converter.cc',
+ 'browser/apps/drive/drive_app_converter.h',
+ 'browser/apps/drive/drive_app_mapping.cc',
+ 'browser/apps/drive/drive_app_mapping.h',
+ 'browser/apps/drive/drive_app_provider.cc',
+ 'browser/apps/drive/drive_app_provider.h',
+ 'browser/apps/drive/drive_service_bridge.cc',
+ 'browser/apps/drive/drive_service_bridge.h',
'browser/apps/ephemeral_app_launcher.cc',
'browser/apps/ephemeral_app_launcher.h',
'browser/apps/ephemeral_app_service.cc',
@@ -1242,6 +1250,11 @@
'browser/extensions/api/webrtc_logging_private/webrtc_logging_private_api_stub.cc',
],
}],
+ ['enable_app_list==0', {
+ 'sources/': [
+ ['exclude', '^browser/apps/drive/'],
+ ],
+ }]
],
},
{

Powered by Google App Engine
This is Rietveld 408576698