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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 635233008: Make management.launchApp() work for hosted apps on Athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webstore_dialogs_athena
Patch Set: Created 6 years, 2 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/extensions/application_launch_web_app.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_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 92b1deafaefdd7eb4b06f1d443a90ac2dd0418be..2e65c81f400fe7ebfa195e1296b47e1bb83a71e5 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -1423,6 +1423,9 @@
'browser/ui/elide_url.h',
'browser/ui/extensions/application_launch.cc',
'browser/ui/extensions/application_launch.h',
+ 'browser/ui/extensions/application_launch_web_app.h',
+ 'browser/ui/extensions/app_launch_params.cc',
+ 'browser/ui/extensions/app_launch_params.h',
'browser/ui/extensions/extension_install_ui_default.cc',
'browser/ui/extensions/extension_install_ui_default.h',
'browser/ui/extensions/extension_install_ui_factory.h',
@@ -2467,13 +2470,15 @@
],
# Used when not using android and not using Athena.
'chrome_browser_ui_non_athena_non_android_sources': [
- 'browser/ui/extensions/extension_install_ui_factory.cc',
+ 'browser/ui/extensions/application_launch_web_app.cc',
+ 'browser/ui/extensions/extension_install_ui_factory.cc',
],
# Used when athena is enabled.
'chrome_browser_ui_athena_sources': [
#TODO(mukai): Port AppListService to Athena (crbug.com/417571)
'browser/ui/app_list/app_list_service_disabled.cc',
+ 'browser/ui/athena/extensions/application_launch_web_app_athena.cc',
'browser/ui/athena/extensions/extension_install_ui_factory_athena.cc',
'browser/ui/views/athena/athena_util.cc',
'browser/ui/views/athena/athena_util.h',
« no previous file with comments | « chrome/browser/ui/extensions/application_launch_web_app.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698