summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.vcproj
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-30 19:34:38 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-30 19:34:38 +0000
commit7eb2300f13b081bcd0adcfe28202e82d1310f70d (patch)
tree167a8c0e9d494b1862cf0b575a9f3688f37c4d5f /chrome/browser/browser.vcproj
parent9660ddd38561758694488c7110a7edbeacb1b305 (diff)
downloadchromium_src-7eb2300f13b081bcd0adcfe28202e82d1310f70d.zip
chromium_src-7eb2300f13b081bcd0adcfe28202e82d1310f70d.tar.gz
chromium_src-7eb2300f13b081bcd0adcfe28202e82d1310f70d.tar.bz2
Allow porting of the JS message boxes. I split out the implementation into
platform-specific files, and have WebContents just use the platform-independent header that declares the creation functions. Review URL: http://codereview.chromium.org/19719 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8978 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r--chrome/browser/browser.vcproj14
1 files changed, 11 insertions, 3 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj
index 7a166a1..b76a16f 100644
--- a/chrome/browser/browser.vcproj
+++ b/chrome/browser/browser.vcproj
@@ -718,15 +718,15 @@
>
</File>
<File
- RelativePath=".\js_before_unload_handler.cc"
+ RelativePath=".\js_before_unload_handler.h"
>
</File>
<File
- RelativePath=".\js_before_unload_handler.h"
+ RelativePath=".\js_before_unload_handler_win.cc"
>
</File>
<File
- RelativePath=".\jsmessage_box_handler.cc"
+ RelativePath=".\js_before_unload_handler_win.h"
>
</File>
<File
@@ -734,6 +734,14 @@
>
</File>
<File
+ RelativePath=".\jsmessage_box_handler_win.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\jsmessage_box_handler_win.h"
+ >
+ </File>
+ <File
RelativePath=".\load_from_memory_cache_details.h"
>
</File>