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

Unified Diff: content/content_shell.gypi

Issue 9836127: Content shell: Javascript dialogs, first pass, just Mac for now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index aeecdffda801b1e5d5ee5b1643d9c1f3e51f9e15..a3733f68e49ef881191a5213378d358adf2a58df 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -79,6 +79,10 @@
'shell/shell_devtools_delegate.h',
'shell/shell_download_manager_delegate.cc',
'shell/shell_download_manager_delegate.h',
+ 'shell/shell_js_dialog_creator.cc',
+ 'shell/shell_js_dialog_creator.h',
+ 'shell/shell_js_dialog_mac.mm',
+ 'shell/shell_js_dialog.h',
'shell/shell_main_delegate.cc',
'shell/shell_main_delegate.h',
'shell/shell_messages.cc',

Powered by Google App Engine
This is Rietveld 408576698