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

Unified Diff: experimental/windows_debugger/debugger/test_debugger/debug_debug_event2.h

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 years, 3 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: experimental/windows_debugger/debugger/test_debugger/debug_debug_event2.h
diff --git a/experimental/windows_debugger/debugger/test_debugger/debug_debug_event2.h b/experimental/windows_debugger/debugger/test_debugger/debug_debug_event2.h
deleted file mode 100644
index d2d869a436f14b8c98b0fa2a7aed2287b91d5812..0000000000000000000000000000000000000000
--- a/experimental/windows_debugger/debugger/test_debugger/debug_debug_event2.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#pragma once
-#include <string>
-#include <windows.h>
-#include "my_json.h"
-#include "my_struct_to_json.h"
-
-#define VS2008_THREAD_INFO 0x406D1388
-
-namespace debug {
- void DEBUG_EVENT_ToJSON(DEBUG_EVENT de, std::string* text_out);
- json::Value* DEBUG_EVENT_ToJSON(DEBUG_EVENT de);
- json::Value* CONTEXT_ToJSON(CONTEXT ct);
- json::Value* MEMORY_BASIC_INFORMATION32_ToJSON(MEMORY_BASIC_INFORMATION32 mbi);
-
- extern json::StructDefinitions* DEBUG_EVENT_struct_defs;
- void DEBUG_EVENT_ToJSON_Init();
-
-} // namespace debug

Powered by Google App Engine
This is Rietveld 408576698