|
Add PNaCl support for VS addin.
The primary changes here are due to the fact that the
link phase for PNaCl differs significantly from from
NaCl one. Also, since PNaCl toolchains is a bat file
that calls python script, we need to ensure that python
is in the path for all PNaCl builds.
The link phase was using automatic depenedacy tracking
previously but this process fails to launch the python
process successfully, so we now write the .tlog manually
in the same way we do for the compiler phase.
BUG=
Committed: https://code.google.com/p/nativeclient-sdk/source/detail?r=1459
Total comments: 2
Total comments: 25
Total comments: 2
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+806 lines, -486 lines) |
Patch |
|
M |
visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.CppBuild.targets
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.Paths.default.props
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.Toolset.default.props
|
View
|
1
|
2 chunks |
+12 lines, -8 lines |
0 comments
|
Download
|
|
M |
visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_compile.xml
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_directories.xml
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
A + |
visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/pnacl_link.xml
|
View
|
1
|
1 chunk |
+8 lines, -3 lines |
0 comments
|
Download
|
|
M |
visual_studio/NativeClientVSAddIn/InstallerResources/NaCl64/Microsoft.Cpp.NaCl64.props
|
View
|
1
2
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
visual_studio/NativeClientVSAddIn/InstallerResources/NaCl64/Microsoft.Cpp.NaCl64.targets
|
View
|
|
3 chunks |
+6 lines, -9 lines |
0 comments
|
Download
|
|
M |
visual_studio/NativeClientVSAddIn/InstallerResources/NaCl64/Microsoft.Cpp.NaCl64.default.props
|
View
|
1
2
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
A + |
visual_studio/NativeClientVSAddIn/InstallerResources/PNaCl/Microsoft.Cpp.PNaCl.targets
|
View
|
1
2
3
|
4 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
|
M |
visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles.sln
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
A |
visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/PNaCl/hello_world_gles.nmf
|
View
|
1
2
3
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/hello_world_gles.vcxproj
|
View
|
1
2
3
|
5 chunks |
+22 lines, -1 line |
0 comments
|
Download
|
|
M |
visual_studio/NativeClientVSAddIn/InstallerResources/install.py
|
View
|
|
3 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
|
M |
visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/GCCUtilities.cs
|
View
|
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
|
M |
visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/NaCl.Build.CPPTasks.csproj
|
View
|
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/NaClCompile.cs
|
View
|
1
2
|
16 chunks |
+58 lines, -302 lines |
0 comments
|
Download
|
|
M |
visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/NaClLink.cs
|
View
|
1
2
3
|
6 chunks |
+130 lines, -60 lines |
0 comments
|
Download
|
|
A |
visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/NaClToolTask.cs
|
View
|
1
|
1 chunk |
+291 lines, -0 lines |
0 comments
|
Download
|
|
M |
visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/XamlParser.cs
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Connect.cs
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/PluginDebuggerGDB.cs
|
View
|
1
2
3
|
5 chunks |
+35 lines, -18 lines |
0 comments
|
Download
|
|
M |
visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/PropertyManager.cs
|
View
|
1
2
3
4
|
9 chunks |
+36 lines, -25 lines |
0 comments
|
Download
|
|
M |
visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.resx
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs
|
View
|
1
2
|
2 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
|
M |
visual_studio/NativeClientVSAddIn/UnitTests/MockPropertyManager.cs
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
visual_studio/NativeClientVSAddIn/UnitTests/PluginDebuggerGDBTest.cs
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
visual_studio/NativeClientVSAddIn/UnitTests/ProjectSettingsTest.cs
|
View
|
1
2
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
|
M |
visual_studio/NativeClientVSAddIn/UnitTests/PropertyManagerTest.cs
|
View
|
1
2
3
4
|
8 chunks |
+54 lines, -10 lines |
0 comments
|
Download
|
|
M |
visual_studio/NativeClientVSAddIn/UnitTests/TestUtilities.cs
|
View
|
1
2
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
visual_studio/NativeClientVSAddIn/create_package.py
|
View
|
1
2
|
3 chunks |
+41 lines, -16 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|