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

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/hello_world_gles.vcxproj.user

Issue 11223003: Remove unneeded command line args from VS addin examples. (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuil d/2003"> 2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuil d/2003">
3 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64'"> 3 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64'">
4 <LocalDebuggerCommandArguments>--enable-nacl-debug --no-sandbox localhost:$( NaClWebServerPort)/index_$(ToolchainName).html --user-data-dir="$(ProjectDir)/ch rome_data" --enable-nacl</LocalDebuggerCommandArguments> 4 <LocalDebuggerCommandArguments>--enable-nacl-debug --no-sandbox localhost:$( NaClWebServerPort)/index_$(ToolchainName).html --user-data-dir="$(ProjectDir)/ch rome_data" --enable-nacl</LocalDebuggerCommandArguments>
5 </PropertyGroup> 5 </PropertyGroup>
6 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl64'"> 6 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl64'">
7 <LocalDebuggerCommandArguments>localhost:$(NaClWebServerPort)/index_$(Toolch ainName).html --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl</LocalDe buggerCommandArguments> 7 <LocalDebuggerCommandArguments>localhost:$(NaClWebServerPort)/index_$(Toolch ainName).html --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl</LocalDe buggerCommandArguments>
8 </PropertyGroup> 8 </PropertyGroup>
9 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'"> 9 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'">
10 <LocalDebuggerCommandArguments>--register-pepper-plugins="$(TargetPath)";app lication/x-nacl localhost:$(NaClWebServerPort)/index_win.html --user-data-dir="$ (ProjectDir)/chrome_data" --enable-nacl --wait-for-debugger-children --no-sandbo x</LocalDebuggerCommandArguments> 10 <LocalDebuggerCommandArguments>--register-pepper-plugins="$(TargetPath)";app lication/x-nacl localhost:$(NaClWebServerPort)/index_win.html --user-data-dir="$ (ProjectDir)/chrome_data" --wait-for-debugger-children</LocalDebuggerCommandArgu ments>
11 </PropertyGroup> 11 </PropertyGroup>
12 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI'"> 12 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI'">
13 <LocalDebuggerCommandArguments>--register-pepper-plugins="$(TargetPath)";app lication/x-nacl localhost:$(NaClWebServerPort)/index_win.html --user-data-dir="$ (ProjectDir)/chrome_data" --enable-nacl</LocalDebuggerCommandArguments> 13 <LocalDebuggerCommandArguments>--register-pepper-plugins="$(TargetPath)";app lication/x-nacl localhost:$(NaClWebServerPort)/index_win.html --user-data-dir="$ (ProjectDir)/chrome_data"</LocalDebuggerCommandArguments>
14 </PropertyGroup> 14 </PropertyGroup>
15 </Project> 15 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698