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

Unified Diff: chrome/chrome_browser_extensions.gypi

Issue 10700202: Add Android stub implementation for AppNotifyChannelUI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added a Create method to the interface Created 8 years, 5 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/extension_tab_helper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_extensions.gypi
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
index 0c0aab726f1093f8a34141b2c055ef507e3a7f9b..a68e03bc780b56117758229c7aad4a621b1e1648 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -232,8 +232,11 @@
'browser/extensions/app_notification_storage.h',
'browser/extensions/app_notify_channel_setup.cc',
'browser/extensions/app_notify_channel_setup.h',
- 'browser/extensions/app_notify_channel_ui.cc',
'browser/extensions/app_notify_channel_ui.h',
+ 'browser/extensions/app_notify_channel_ui_impl.cc',
+ 'browser/extensions/app_notify_channel_ui_impl.h',
+ 'browser/extensions/app_notify_channel_ui_android.cc',
+ 'browser/extensions/app_notify_channel_ui_android.h',
'browser/extensions/app_shortcut_manager.cc',
'browser/extensions/app_shortcut_manager.h',
'browser/extensions/apps_promo.cc',
@@ -686,8 +689,8 @@
'browser/extensions/extension_tab_util_android.cc',
],
'sources!': [
- 'browser/extensions/app_notify_channel_ui.cc',
- 'browser/extensions/app_notify_channel_ui.h',
+ 'browser/extensions/app_notify_channel_ui_impl.cc',
+ 'browser/extensions/app_notify_channel_ui_impl.h',
'browser/extensions/extension_install_ui_default.cc',
'browser/extensions/extension_install_ui_default.h',
'browser/extensions/extension_tab_util.cc',
« no previous file with comments | « chrome/browser/extensions/extension_tab_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698