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

Unified Diff: content/content_shell.gypi

Issue 9980002: Mac content shell: HTTP auth. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 d2ee56ce87ec5a4caa4fcf295188501adbb597bd..8e8c7be1103742b8933c189921f582253cb7c4f9 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -84,6 +84,9 @@
'shell/shell_javascript_dialog_mac.mm',
'shell/shell_javascript_dialog_win.cc',
'shell/shell_javascript_dialog.h',
+ 'shell/shell_login_dialog_mac.mm',
+ 'shell/shell_login_dialog.cc',
+ 'shell/shell_login_dialog.h',
'shell/shell_main_delegate.cc',
'shell/shell_main_delegate.h',
'shell/shell_messages.cc',
@@ -98,6 +101,8 @@
'shell/shell_render_view_observer.h',
'shell/shell_resource_context.cc',
'shell/shell_resource_context.h',
+ 'shell/shell_resource_dispatcher_host_delegate.cc',
+ 'shell/shell_resource_dispatcher_host_delegate.h',
'shell/shell_switches.cc',
'shell/shell_switches.h',
'shell/shell_url_request_context_getter.cc',
@@ -365,6 +370,7 @@
'product_name': '<(content_shell_product_name) Framework',
'mac_bundle': 1,
'mac_bundle_resources': [
+ 'shell/mac/English.lproj/HttpAuth.xib',
'shell/mac/English.lproj/MainMenu.xib',
'<(PRODUCT_DIR)/content_shell.pak'
],

Powered by Google App Engine
This is Rietveld 408576698