summaryrefslogtreecommitdiffstats
path: root/content/content_shell.gypi
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-05 15:01:36 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-05 15:01:36 +0000
commite3503ac87055ea7d404d0576fdb972447f3db48c (patch)
tree75071d151575dafc2f174aa756fb47bb33adc815 /content/content_shell.gypi
parent4fc2940db542dee44f8474d2eab8fdd0e814c110 (diff)
downloadchromium_src-e3503ac87055ea7d404d0576fdb972447f3db48c.zip
chromium_src-e3503ac87055ea7d404d0576fdb972447f3db48c.tar.gz
chromium_src-e3503ac87055ea7d404d0576fdb972447f3db48c.tar.bz2
Mac content shell: HTTP auth.
BUG=120526 TEST=HTTP auth works Review URL: https://chromiumcodereview.appspot.com/9980002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130918 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r--content/content_shell.gypi6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index d2ee56c..8e8c7be 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'
],