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

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

Issue 10797040: PPAPI Patching System and Unit Tests (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 5 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 PPAPI preprocessor -->
5 <PreprocessorDefinitions>PPAPI;%(PreprocessorDefinitions)</PreprocessorDef initions>
6 </ClCompile>
7 </ItemDefinitionGroup>
8
9 <!-- setup default debugging parameters -->
10 <PropertyGroup>
11 <LocalDebuggerCommand>$(CHROME_PATH)\chrome.exe</LocalDebuggerCommand>
12 <LocalDebuggerCommandArguments>--register-pepper-plugins="$(TargetPath)";app lication/x-nacl localhost:5103</LocalDebuggerCommandArguments>
13 </PropertyGroup>
14 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698