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

Unified Diff: athena/athena.gyp

Issue 692563002: JS dialogs for athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 | « no previous file | athena/content/DEPS » ('j') | athena/extensions/athena_constrained_window_views_client.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/athena.gyp
diff --git a/athena/athena.gyp b/athena/athena.gyp
index 680bf32a4fdfbc15a90b25e045d852f576d9347a..cad06438a8db5071a8373df1848065c655a951c9 100644
--- a/athena/athena.gyp
+++ b/athena/athena.gyp
@@ -133,6 +133,8 @@
'dependencies': [
'athena_lib',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
+ '../components/components.gyp:app_modal_dialogs',
+ '../components/components.gyp:constrained_window',
'../components/components.gyp:component_metrics_proto',
'../components/components.gyp:omnibox',
'../components/components.gyp:renderer_context_menu',
@@ -175,6 +177,10 @@
'extensions/athena_app_delegate_base.h',
'extensions/athena_app_window_client_base.cc',
'extensions/athena_app_window_client_base.h',
+ 'extensions/athena_constrained_window_views_client.cc',
+ 'extensions/athena_constrained_window_views_client.h',
+ 'extensions/athena_javascript_dialog_manager_client.cc',
+ 'extensions/athena_javascript_dialog_manager_client.h',
'extensions/athena_native_app_window_views.cc',
'extensions/athena_native_app_window_views.h',
'extensions/extension_app_model_builder.cc',
« no previous file with comments | « no previous file | athena/content/DEPS » ('j') | athena/extensions/athena_constrained_window_views_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698