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

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

Issue 11359218: [NaCl Addin] Add new property for setting name of index page. (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 1 month 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|NaCl64'">
4 <LocalDebuggerCommandArguments>--enable-nacl-debug --no-sandbox localhost:$( NaClWebServerPort)/index_$(ToolchainName).html --user-data-dir="$(ProjectDir)/ch rome_data" --enable-nacl</LocalDebuggerCommandArguments>
5 </PropertyGroup>
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>
8 </PropertyGroup>
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" --wait-for-debugger-children</LocalDebuggerCommandArgu ments>
11 </PropertyGroup>
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"</LocalDebuggerCommandArguments>
14 </PropertyGroup>
15 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl32'">
16 <LocalDebuggerCommandArguments>--enable-nacl-debug --no-sandbox localhost:$( NaClWebServerPort)/index_$(ToolchainName).html --user-data-dir="$(ProjectDir)/ch rome_data" --enable-nacl</LocalDebuggerCommandArguments>
17 </PropertyGroup>
18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl32'">
19 <LocalDebuggerCommandArguments>localhost:$(NaClWebServerPort)/index_$(Toolch ainName).html --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl</LocalDe buggerCommandArguments>
20 </PropertyGroup>
21 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PNaCl'">
22 <LocalDebuggerCommandArguments>--enable-nacl-debug --no-sandbox localhost:$( NaClWebServerPort)/index_pnacl.html --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl</LocalDebuggerCommandArguments>
23 </PropertyGroup>
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PNaCl'">
25 <LocalDebuggerCommandArguments>localhost:$(NaClWebServerPort)/index_pnacl.ht ml --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl</LocalDebuggerComma ndArguments>
26 </PropertyGroup>
27 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698