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

Unified Diff: sandbox/win/BUILD.gn

Issue 2726733003: CSRSS lockdown: destroy CSRSS heap (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into destroy_heap Created 3 years, 8 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 8eea346300ed7de49802fdf186c2a38ed427d58f..c0e6d95d57229f5ec930b3ac51d34a8106881bad 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