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

Unified Diff: Source/platform/heap/BUILD.gn

Issue 525353002: [oilpan]: optimize the way we allocate persistent handles in wrappers. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: review feedback Created 6 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: Source/platform/heap/BUILD.gn
diff --git a/Source/platform/heap/BUILD.gn b/Source/platform/heap/BUILD.gn
index 3016d9b5ffccea36028f2b6c5a942c9e7db41988..c7185bda78f615f3d85f7c774812567639e77c3c 100644
--- a/Source/platform/heap/BUILD.gn
+++ b/Source/platform/heap/BUILD.gn
@@ -7,6 +7,7 @@ visibility = "//third_party/WebKit/Source/*"
source_set("heap") {
sources = [
"AddressSanitizer.h",
+ "Handle.cpp",
"Handle.h",
"Heap.cpp",
"Heap.h",

Powered by Google App Engine
This is Rietveld 408576698