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

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: eol fix, 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
« no previous file with comments | « no previous file | content/shell/resource.h » ('j') | no next file with comments »
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 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': {
« no previous file with comments | « no previous file | content/shell/resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698