Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(93)

Unified Diff: src/compiler/translator.vcxproj.filters

Issue 14715043: Add new files to vs translator project and update version. (Closed) Base URL: https://chromium.googlesource.com/external/angle.git@master
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/compiler/translator.vcxproj ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/translator.vcxproj.filters
diff --git a/src/compiler/translator.vcxproj.filters b/src/compiler/translator.vcxproj.filters
index d2bef6ff79bedb0113efc0f909e9244249e825e9..a4e426a6c30addb3e417f5dc4940018acc665da3 100644
--- a/src/compiler/translator.vcxproj.filters
+++ b/src/compiler/translator.vcxproj.filters
@@ -179,6 +179,9 @@
<ClCompile Include="VersionGLSL.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="UnfoldShortCircuitAST.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="BaseTypes.h">
@@ -340,6 +343,9 @@
<ClInclude Include="VersionGLSL.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="UnfoldShortCircuitAST.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="glslang.l">
« no previous file with comments | « src/compiler/translator.vcxproj ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b