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

Unified Diff: tools/win/RetrieveSymbols/RetrieveSymbols.vcxproj.filters

Issue 959483002: Adding source code to RetrieveSymbols for PE/PDB retrieval. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix an inconsistency and a TESTING build failure. Created 5 years, 10 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 | « tools/win/RetrieveSymbols/RetrieveSymbols.vcxproj ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/win/RetrieveSymbols/RetrieveSymbols.vcxproj.filters
diff --git a/tools/win/RetrieveSymbols/RetrieveSymbols.vcxproj.filters b/tools/win/RetrieveSymbols/RetrieveSymbols.vcxproj.filters
new file mode 100644
index 0000000000000000000000000000000000000000..d783a420506856f531d6c329028f6ee129d80518
--- /dev/null
+++ b/tools/win/RetrieveSymbols/RetrieveSymbols.vcxproj.filters
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <Text Include="ReadMe.txt" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="RetrieveSymbols.cpp" />
+ </ItemGroup>
+</Project>
« no previous file with comments | « tools/win/RetrieveSymbols/RetrieveSymbols.vcxproj ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698