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

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/ImportAfter/NaCl.override.props

Issue 10831030: NaCl settings and completed install scripts. (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 4 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 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <ItemDefinitionGroup>
3 <ClCompile>
4 <!-- add NaCl preprocessor -->
5 <PreprocessorDefinitions>NaCl;%(PreprocessorDefinitions)</PreprocessorDefi nitions>
6 </ClCompile>
7 <Link>
8 <AdditionalDependencies>ppapi_cpp;ppapi;%(AdditionalDependencies)</Additio nalDependencies>
9 </Link>
10 </ItemDefinitionGroup>
11
12 <!-- setup default debugging parameters -->
13 <PropertyGroup>
14 <LocalDebuggerCommand>$(CHROME_PATH)\chrome.exe</LocalDebuggerCommand>
15 <LocalDebuggerCommandArguments>--enable-nacl-debug localhost:5103</LocalDebu ggerCommandArguments>
noelallen1 2012/07/27 00:17:41 do you need: --no-sandbox?
tysand 2012/07/28 01:13:11 Done.
16 </PropertyGroup>
17 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698