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

Unified Diff: sandbox/win/BUILD.gn

Issue 2726733003: CSRSS lockdown: destroy CSRSS heap (Closed)
Patch Set: refactor heap code to heap_helper, add some explicit tests of these heap_helper functions Created 3 years, 9 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 | « no previous file | sandbox/win/src/handle_closer_test.cc » ('j') | sandbox/win/src/heap_helper.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/BUILD.gn
diff --git a/sandbox/win/BUILD.gn b/sandbox/win/BUILD.gn
index 1d51220c5abee4912f272c2945570627b3fcafb3..e8ff04ff772f61740fb43bd7b52ca02740dece7a 100644
--- a/sandbox/win/BUILD.gn
+++ b/sandbox/win/BUILD.gn
@@ -30,6 +30,8 @@ static_library("sandbox") {
"src/handle_closer.h",
"src/handle_closer_agent.cc",
"src/handle_closer_agent.h",
+ "src/heap_helper.cc",
+ "src/heap_helper.h",
"src/interception.cc",
"src/interception.h",
"src/interception_agent.cc",
« no previous file with comments | « no previous file | sandbox/win/src/handle_closer_test.cc » ('j') | sandbox/win/src/heap_helper.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698