Index: content/content_shell.gypi |
diff --git a/content/content_shell.gypi b/content/content_shell.gypi |
index 85607fdd7264131bcbb40e0e4fa2d14edd55b814..d2ee56ce87ec5a4caa4fcf295188501adbb597bd 100644 |
--- a/content/content_shell.gypi |
+++ b/content/content_shell.gypi |
@@ -82,6 +82,7 @@ |
'shell/shell_javascript_dialog_creator.cc', |
'shell/shell_javascript_dialog_creator.h', |
'shell/shell_javascript_dialog_mac.mm', |
+ 'shell/shell_javascript_dialog_win.cc', |
'shell/shell_javascript_dialog.h', |
'shell/shell_main_delegate.cc', |
'shell/shell_main_delegate.h', |
@@ -261,6 +262,9 @@ |
], |
}], |
['OS=="win"', { |
+ 'sources': [ |
+ 'shell/shell.rc', |
+ ], |
'configurations': { |
'Debug_Base': { |
'msvs_settings': { |