Skip to content

Commit

Permalink
Add oauth2.h/cpp to mordor.vcproj/vcxproj.
Browse files Browse the repository at this point in the history
Change-Id: I912dfd0d2ef6c59d0a385da6cf57e63ac0cdd7e1
Reviewed-on: https://gerrit.dechocorp.com/25232
Reviewed-by: Jenkins <hudsonbuild@mozy.com>
Reviewed-by: Henry Chen <henryc@mozy.com>
  • Loading branch information
Zhaoding committed Oct 25, 2011
1 parent 4d95ac9 commit 23bb147
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 14 deletions.
36 changes: 22 additions & 14 deletions mordor/mordor.vcproj
Expand Up @@ -440,6 +440,10 @@
RelativePath=".\streams\hash.cpp"
>
</File>
<File
RelativePath=".\http\http.cpp"
>
</File>
<File
RelativePath=".\streams\http.cpp"
>
Expand Down Expand Up @@ -476,10 +480,6 @@
/>
</FileConfiguration>
</File>
<File
RelativePath=".\http\http.cpp"
>
</File>
<File
RelativePath=".\http\http_parser.cpp"
>
Expand Down Expand Up @@ -528,6 +528,10 @@
RelativePath=".\http\oauth.cpp"
>
</File>
<File
RelativePath=".\http\oauth2.cpp"
>
</File>
<File
RelativePath=".\parallel.cpp"
>
Expand Down Expand Up @@ -612,6 +616,10 @@
RelativePath=".\sleep.cpp"
>
</File>
<File
RelativePath=".\socket.cpp"
>
</File>
<File
RelativePath=".\streams\socket.cpp"
>
Expand Down Expand Up @@ -648,10 +656,6 @@
/>
</FileConfiguration>
</File>
<File
RelativePath=".\socket.cpp"
>
</File>
<File
RelativePath=".\socks.cpp"
>
Expand Down Expand Up @@ -927,17 +931,21 @@
>
</File>
<File
RelativePath=".\parallel.h"
RelativePath=".\http\oauth2.h"
>
</File>
<File
RelativePath=".\xml\parser.h"
RelativePath=".\parallel.h"
>
</File>
<File
RelativePath=".\http\parser.h"
>
</File>
<File
RelativePath=".\xml\parser.h"
>
</File>
<File
RelativePath=".\pch.h"
>
Expand Down Expand Up @@ -971,11 +979,11 @@
>
</File>
<File
RelativePath=".\streams\scheduler.h"
RelativePath=".\scheduler.h"
>
</File>
<File
RelativePath=".\scheduler.h"
RelativePath=".\streams\scheduler.h"
>
</File>
<File
Expand All @@ -999,11 +1007,11 @@
>
</File>
<File
RelativePath=".\streams\socket.h"
RelativePath=".\socket.h"
>
</File>
<File
RelativePath=".\socket.h"
RelativePath=".\streams\socket.h"
>
</File>
<File
Expand Down
2 changes: 2 additions & 0 deletions mordor/mordor.vcxproj
Expand Up @@ -103,6 +103,7 @@
<ClCompile Include="http\auth.cpp" />
<ClCompile Include="http\basic.cpp" />
<ClCompile Include="http\broker.cpp" />
<ClCompile Include="http\oauth2.cpp" />
<ClCompile Include="http\servlet.cpp" />
<ClCompile Include="http\servlets\config.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)config_servlet.obj</ObjectFileName>
Expand Down Expand Up @@ -188,6 +189,7 @@
<ClInclude Include="http\basic.h" />
<ClInclude Include="http\broker.h" />
<ClInclude Include="factory.h" />
<ClInclude Include="http\oauth2.h" />
<ClInclude Include="http\servlet.h" />
<ClInclude Include="http\servlets\config.h" />
<ClInclude Include="main.h" />
Expand Down
6 changes: 6 additions & 0 deletions mordor/mordor.vcxproj.filters
Expand Up @@ -218,6 +218,9 @@
<ClCompile Include="util.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="http\oauth2.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="anymap.h">
Expand Down Expand Up @@ -487,6 +490,9 @@
<ClInclude Include="streams\crypto.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="http\oauth2.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Ragel Include="http\http_parser.rl" />
Expand Down

0 comments on commit 23bb147

Please sign in to comment.