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

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl_cpp/hello_nacl_cpp/hello_nacl_cpp.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
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuil d/2003">
3 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'">
4 <LocalDebuggerCommand>C:\Program Files (x86)\Google\Chrome\Application\chrom e.exe</LocalDebuggerCommand>
5 <LocalDebuggerCommandArguments>--register-pepper-plugins="$(TargetPath)";app lication/x-nacl localhost:$(NaClWebServerPort) --user-data-dir="$(ProjectDir)/ch rome_data" --enable-nacl --wait-for-debugger-children --no-sandbox</LocalDebugge rCommandArguments>
6 </PropertyGroup>
7 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI'">
8 <LocalDebuggerCommand>C:\Program Files (x86)\Google\Chrome\Application\chrom e.exe</LocalDebuggerCommand>
9 <LocalDebuggerCommandArguments>--register-pepper-plugins="$(TargetPath)";app lication/x-nacl localhost:$(NaClWebServerPort) --user-data-dir="$(ProjectDir)/ch rome_data" --enable-nacl</LocalDebuggerCommandArguments>
10 </PropertyGroup>
11 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64'">
12 <LocalDebuggerCommand>C:\Program Files (x86)\Google\Chrome\Application\chrom e.exe</LocalDebuggerCommand>
13 <LocalDebuggerCommandArguments>--enable-nacl-debug --no-sandbox localhost:$( NaClWebServerPort) --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl</Lo calDebuggerCommandArguments>
14 </PropertyGroup>
15 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl64'">
16 <LocalDebuggerCommand>C:\Program Files (x86)\Google\Chrome\Application\chrom e.exe</LocalDebuggerCommand>
17 <LocalDebuggerCommandArguments>localhost:$(NaClWebServerPort) --user-data-di r="$(ProjectDir)/chrome_data" --enable-nacl</LocalDebuggerCommandArguments>
18 </PropertyGroup>
19 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698