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

Unified Diff: content/content_shell.gypi

Issue 9918013: Add JavaScript dialogs functionality to content_shell on Windows (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: style fix 4 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
« no previous file with comments | « no previous file | content/shell/resource.h » ('j') | content/shell/shell_javascript_dialog.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 49fdafbf6df20209fa47d5f4bab9e59da0980b57..7a1d757efb9cb9c18e35bbd8e12b434715c2dae7 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',
@@ -259,6 +260,9 @@
],
}],
['OS=="win"', {
+ 'sources': [
+ 'shell/shell.rc',
+ ],
'configurations': {
'Debug_Base': {
'msvs_settings': {
« no previous file with comments | « no previous file | content/shell/resource.h » ('j') | content/shell/shell_javascript_dialog.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698