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

Unified Diff: src/DEPS

Issue 1324023007: [heap] introduce ArrayBufferTracker (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: split out Created 5 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
« no previous file with comments | « BUILD.gn ('k') | src/api.cc » ('j') | src/api.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/DEPS
diff --git a/src/DEPS b/src/DEPS
index 7350f61f9f2b755481502b2e201e535055da25e2..f5e4c074b92eda643c01df7c870ab1b850b64ccb 100644
--- a/src/DEPS
+++ b/src/DEPS
@@ -5,6 +5,7 @@ include_rules = [
"-src/heap",
"+src/heap/heap.h",
"+src/heap/heap-inl.h",
+ "+src/heap/array-buffer-tracker.h",
Michael Lippautz 2015/09/04 08:24:15 Remove this one.
fedor.indutny 2015/09/04 08:58:04 Acknowledged.
"-src/interpreter",
"+src/interpreter/bytecodes.h",
"+src/interpreter/interpreter.h",
« no previous file with comments | « BUILD.gn ('k') | src/api.cc » ('j') | src/api.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698