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

Unified Diff: build_tools/debug_server/debug_server/debug_server.sln

Issue 6312039: RSP proxy that can record session (for playback testing).... (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src/
Patch Set: Created 9 years, 11 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
Index: build_tools/debug_server/debug_server/debug_server.sln
===================================================================
--- build_tools/debug_server/debug_server/debug_server.sln (revision 0)
+++ build_tools/debug_server/debug_server/debug_server.sln (revision 0)
@@ -0,0 +1,56 @@
+
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual Studio 2008
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rsp_recorder", "rsp_recorder\rsp_recorder.vcproj", "{5EDFC3B9-8169-47A7-BC05-F558473334D2}"
+ ProjectSection(ProjectDependencies) = postProject
+ {2D9EEED8-3BBE-43A9-9E06-89D6C197A217} = {2D9EEED8-3BBE-43A9-9E06-89D6C197A217}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rsp_player", "rsp_player\rsp_player.vcproj", "{BB0C2FB4-78C8-4E61-A487-05BF5F456784}"
+ ProjectSection(ProjectDependencies) = postProject
+ {2D9EEED8-3BBE-43A9-9E06-89D6C197A217} = {2D9EEED8-3BBE-43A9-9E06-89D6C197A217}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unit_tests", "unit_tests\unit_tests.vcproj", "{DD3F6CD6-727C-4712-8F75-FAFB074E16A6}"
+ ProjectSection(ProjectDependencies) = postProject
+ {2D9EEED8-3BBE-43A9-9E06-89D6C197A217} = {2D9EEED8-3BBE-43A9-9E06-89D6C197A217}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common", "common\common.vcproj", "{2D9EEED8-3BBE-43A9-9E06-89D6C197A217}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "debug_server", "debug_server\debug_server.vcproj", "{F309D82A-B7F0-4F6C-916C-8E6771EF9CC3}"
+ ProjectSection(ProjectDependencies) = postProject
+ {2D9EEED8-3BBE-43A9-9E06-89D6C197A217} = {2D9EEED8-3BBE-43A9-9E06-89D6C197A217}
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {5EDFC3B9-8169-47A7-BC05-F558473334D2}.Debug|Win32.ActiveCfg = Debug|Win32
+ {5EDFC3B9-8169-47A7-BC05-F558473334D2}.Debug|Win32.Build.0 = Debug|Win32
+ {5EDFC3B9-8169-47A7-BC05-F558473334D2}.Release|Win32.ActiveCfg = Release|Win32
+ {5EDFC3B9-8169-47A7-BC05-F558473334D2}.Release|Win32.Build.0 = Release|Win32
+ {BB0C2FB4-78C8-4E61-A487-05BF5F456784}.Debug|Win32.ActiveCfg = Debug|Win32
+ {BB0C2FB4-78C8-4E61-A487-05BF5F456784}.Debug|Win32.Build.0 = Debug|Win32
+ {BB0C2FB4-78C8-4E61-A487-05BF5F456784}.Release|Win32.ActiveCfg = Release|Win32
+ {BB0C2FB4-78C8-4E61-A487-05BF5F456784}.Release|Win32.Build.0 = Release|Win32
+ {DD3F6CD6-727C-4712-8F75-FAFB074E16A6}.Debug|Win32.ActiveCfg = Debug|Win32
+ {DD3F6CD6-727C-4712-8F75-FAFB074E16A6}.Debug|Win32.Build.0 = Debug|Win32
+ {DD3F6CD6-727C-4712-8F75-FAFB074E16A6}.Release|Win32.ActiveCfg = Release|Win32
+ {DD3F6CD6-727C-4712-8F75-FAFB074E16A6}.Release|Win32.Build.0 = Release|Win32
+ {2D9EEED8-3BBE-43A9-9E06-89D6C197A217}.Debug|Win32.ActiveCfg = Debug|Win32
+ {2D9EEED8-3BBE-43A9-9E06-89D6C197A217}.Debug|Win32.Build.0 = Debug|Win32
+ {2D9EEED8-3BBE-43A9-9E06-89D6C197A217}.Release|Win32.ActiveCfg = Release|Win32
+ {2D9EEED8-3BBE-43A9-9E06-89D6C197A217}.Release|Win32.Build.0 = Release|Win32
+ {F309D82A-B7F0-4F6C-916C-8E6771EF9CC3}.Debug|Win32.ActiveCfg = Debug|Win32
+ {F309D82A-B7F0-4F6C-916C-8E6771EF9CC3}.Debug|Win32.Build.0 = Debug|Win32
+ {F309D82A-B7F0-4F6C-916C-8E6771EF9CC3}.Release|Win32.ActiveCfg = Release|Win32
+ {F309D82A-B7F0-4F6C-916C-8E6771EF9CC3}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal

Powered by Google App Engine
This is Rietveld 408576698