diff options
author | sgjesse@google.com <sgjesse@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-03 10:53:39 +0000 |
---|---|---|
committer | sgjesse@google.com <sgjesse@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-03 10:53:39 +0000 |
commit | c95646d3357bf58d400b340084e90d2c713932e4 (patch) | |
tree | 4f9895c2bb980462456658ae927018889d6b8af2 /webkit/build | |
parent | d8c13caf2ebef2759fd6d987cdd9c530dc94ed5a (diff) | |
download | chromium_src-c95646d3357bf58d400b340084e90d2c713932e4.zip chromium_src-c95646d3357bf58d400b340084e90d2c713932e4.tar.gz chromium_src-c95646d3357bf58d400b340084e90d2c713932e4.tar.bz2 |
Change the path of the V8 API headers from public to include
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1672 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/V8Bindings/using_v8bindings.vsprops | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/build/V8Bindings/using_v8bindings.vsprops b/webkit/build/V8Bindings/using_v8bindings.vsprops index 69a3252..e1fb88c 100644 --- a/webkit/build/V8Bindings/using_v8bindings.vsprops +++ b/webkit/build/V8Bindings/using_v8bindings.vsprops @@ -6,7 +6,7 @@ > <Tool Name="VCCLCompilerTool" - AdditionalIncludeDirectories="$(SolutionDir)..\v8\src\api;$(SolutionDir)..\v8\public;$(IntDir)\..\V8Bindings\DerivedSources;$(IntDir)\..\V8Bindings\SharedSources;$(SolutionDir)..\webkit\port\bindings\v8;" + AdditionalIncludeDirectories="$(SolutionDir)..\v8\include;$(IntDir)\..\V8Bindings\DerivedSources;$(IntDir)\..\V8Bindings\SharedSources;$(SolutionDir)..\webkit\port\bindings\v8;" PreprocessorDefinitions="_SCL_SECURE_NO_WARNINGS;CRASH=__debugbreak" /> </VisualStudioPropertySheet> |