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

Side by Side Diff: webkit/build/JavaScriptCore/javascriptcore.vsprops

Issue 79014: JavaScriptCore is not using the webkit common defines.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioPropertySheet 2 <VisualStudioPropertySheet
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="javascriptcore" 5 Name="javascriptcore"
6 » InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(Solutio nDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\build\externa l_code.vsprops;.\using_javascriptcore.vsprops" 6 » InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(Solutio nDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\build\externa l_code.vsprops;.\using_javascriptcore.vsprops;..\webkit_common.vsprops"
7 DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc ;*.pgd;$(TargetPath)" 7 DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc ;*.pgd;$(TargetPath)"
8 > 8 >
9 <Tool 9 <Tool
10 Name="VCPreBuildEventTool" 10 Name="VCPreBuildEventTool"
11 Description="Constructing generated files..." 11 Description="Constructing generated files..."
12 CommandLine="prebuild.bat $(IntDir) $(OutDir)" 12 CommandLine="prebuild.bat $(IntDir) $(OutDir)"
13 /> 13 />
14 <Tool 14 <Tool
15 Name="VCCLCompilerTool" 15 Name="VCCLCompilerTool"
16 AdditionalIncludeDirectories="&quot;$(ProjectDir)&quot;;&quot;$( IntDir)&quot;;&quot;$(IntDir)\DerivedSources&quot;;../../../third_party/WebKit/J avaScriptCore;&quot;../../../third_party/WebKit/JavaScriptCore/os-win32&quot;;.. /../../third_party/WebKit/JavaScriptCore/pcre;../../../third_party/WebKit/JavaSc riptCore/kjs;../../../third_party/WebKit/JavaScriptCore/runtime;../../../third_p arty/WebKit/JavaScriptCore/bytecompiler;../../../third_party/WebKit/JavaScriptCo re/parser;../../../third_party/WebKit/JavaScriptCore/debugger;../../../third_par ty/WebKit/JavaScriptCore/wtf;../../../third_party/WebKit/JavaScriptCore/API;../. ./../third_party/WebKit/JavaScriptCore/VM;../../../third_party/WebKit/JavaScript Core/profiler;../../../third_party/WebKit/JavaScriptCore/bindings;../../../third _party/WebKit/JavaScriptCore/bindings/c;../../../third_party/WebKit/JavaScriptCo re/bindings/jni;../../pending;../../pending/kjs;../../pending/wtf" 16 AdditionalIncludeDirectories="&quot;$(ProjectDir)&quot;;&quot;$( IntDir)&quot;;&quot;$(IntDir)\DerivedSources&quot;;../../../third_party/WebKit/J avaScriptCore;&quot;../../../third_party/WebKit/JavaScriptCore/os-win32&quot;;.. /../../third_party/WebKit/JavaScriptCore/pcre;../../../third_party/WebKit/JavaSc riptCore/kjs;../../../third_party/WebKit/JavaScriptCore/runtime;../../../third_p arty/WebKit/JavaScriptCore/bytecompiler;../../../third_party/WebKit/JavaScriptCo re/parser;../../../third_party/WebKit/JavaScriptCore/debugger;../../../third_par ty/WebKit/JavaScriptCore/wtf;../../../third_party/WebKit/JavaScriptCore/API;../. ./../third_party/WebKit/JavaScriptCore/VM;../../../third_party/WebKit/JavaScript Core/profiler;../../../third_party/WebKit/JavaScriptCore/bindings;../../../third _party/WebKit/JavaScriptCore/bindings/c;../../../third_party/WebKit/JavaScriptCo re/bindings/jni;../../pending;../../pending/kjs;../../pending/wtf"
17 PreprocessorDefinitions="ENABLE_JSC_MULTIPLE_THREADS=0;__STD_C" 17 PreprocessorDefinitions="ENABLE_JSC_MULTIPLE_THREADS=0;__STD_C"
18 /> 18 />
19 </VisualStudioPropertySheet> 19 </VisualStudioPropertySheet>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698