Comment #21 on issue 28176 by [email protected]: Native Client in  
Chrome is not supported on 64-bit Windows
http://code.google.com/p/chromium/issues/detail?id=28176

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=34990

------------------------------------------------------------------------
r34990 | [email protected] | 2009-12-18 14:09:12 -0800 (Fri, 18 Dec  
2009) | 12 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/build/common.gypi?r1=34990&r2=34989
    D /trunk/src/chrome/app/dummy_main_functions.cc
    D /trunk/src/chrome/browser/renderer_host/render_process_host_dummy.cc
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/chrome.gyp?r1=34990&r2=34989
    D /trunk/src/chrome/chrome_common.gypi
    D /trunk/src/chrome/chrome_dll.gypi
    D /trunk/src/chrome/chrome_exe.gypi
    D /trunk/src/chrome/common/resource_dispatcher_dummy.cc
    D /trunk/src/chrome/common/socket_stream_dispatcher_dummy.cc
    D /trunk/src/chrome/common_constants.gypi
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/nacl/sel_main.cc?r1=34990&r2=34989
    D /trunk/src/chrome/nacl.gypi
    D /trunk/src/webkit/glue/webkit_glue_dummy.cc
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/webkit/glue/websocketstreamhandle_delegate.h?r1=34990&r2=34989

Revert 34983 - Split more targets from chrome.gyp to add support for  
building Native Client for 64bit Windows.

This CL is required for supporting Native Client on 64bit Windows. On Win64  
we will use a 64bit executable to load NaCl modules. Since we have only one  
version of Chrome on Windows, this executable has to be built together with  
32bit Chrome binaries.
For the targets that are required for both 32bit and 64bit builds, this CL  
moves the shared parts of the target definitions into targetspecific gypi  
files (such as base.gypi). New 64bit only targets are added. Since we would  
like to port as few code as possible at this point, some 64bit targets  
include less source files or less dependencies than the original 32bit  
targets. These targets will have nacl_win64 in their name  to emphasize  
that they should be used for NaCl only. Some 64bit targets are identical to  
the 32bit targets in everything except for the target platform  these will  
have only win64 in their name.

TEST=none
BUG=28176
Review URL: http://codereview.chromium.org/384068

[email protected]

Review URL: http://codereview.chromium.org/501125
------------------------------------------------------------------------


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to