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

Unified Diff: chrome/chrome_browser_extensions.gypi

Issue 10388252: Refactoring ExtenionInstallUI to abstract the Browser references. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Synced + mac fix Created 8 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
« no previous file with comments | « chrome/browser/ui/webui/ntp/app_launcher_handler.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 60f0bf6d231665eb268f7464d22263bbf12f56f9..0e5ce49788544786ea9eb1f5c044140c7c18a212 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -302,8 +302,12 @@
'browser/extensions/extension_input_module_constants.h',
'browser/extensions/extension_install_dialog.cc',
'browser/extensions/extension_install_dialog.h',
+ 'browser/extensions/extension_install_prompt.cc',
+ 'browser/extensions/extension_install_prompt.h',
'browser/extensions/extension_install_ui.cc',
'browser/extensions/extension_install_ui.h',
+ 'browser/extensions/extension_install_ui_default.h',
+ 'browser/extensions/extension_install_ui_default.cc',
'browser/extensions/extension_keybinding_registry.cc',
'browser/extensions/extension_keybinding_registry.h',
'browser/extensions/extension_management_api_constants.cc',
@@ -662,7 +666,13 @@
],
}],
['OS=="android"', {
+ 'sources': [
+ 'browser/extensions/extension_install_ui_android.cc',
+ 'browser/extensions/extension_install_ui_android.h',
+ ],
'sources!': [
+ 'browser/extensions/extension_install_ui_default.cc',
+ 'browser/extensions/extension_install_ui_default.h',
'browser/extensions/api/usb/usb_api.cc',
'browser/extensions/api/usb/usb_api.h',
'browser/extensions/api/usb/usb_device_resource.cc',
« no previous file with comments | « chrome/browser/ui/webui/ntp/app_launcher_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698