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

Unified Diff: win32/VS2010/test_opus_decode.vcxproj.filters

Issue 28553003: Updating Opus to a pre-release of 1.1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/opus
Patch Set: Removing failing file Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « win32/VS2010/test_opus_decode.vcxproj ('k') | win32/VS2010/test_opus_encode.vcxproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win32/VS2010/test_opus_decode.vcxproj.filters
diff --git a/win32/VS2010/test_opus_decode.vcxproj.filters b/win32/VS2010/test_opus_decode.vcxproj.filters
new file mode 100644
index 0000000000000000000000000000000000000000..3036a4e70662f1a3ea449daa6fb6bed71ad8892f
--- /dev/null
+++ b/win32/VS2010/test_opus_decode.vcxproj.filters
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <Filter Include="Source Files">
+ <UniqueIdentifier>{4a0dd677-931f-4728-afe5-b761149fc7eb}</UniqueIdentifier>
+ <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="..\..\tests\test_opus_decode.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ </ItemGroup>
+</Project>
« no previous file with comments | « win32/VS2010/test_opus_decode.vcxproj ('k') | win32/VS2010/test_opus_encode.vcxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698