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

Unified Diff: src/DEPS

Issue 1291693004: [Interpreter] Bytecode graph builder (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: More fixes for bots (tests w/ ASAN and tests w/ slow asserts enabled). 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
Index: src/DEPS
diff --git a/src/DEPS b/src/DEPS
index 7350f61f9f2b755481502b2e201e535055da25e2..26b080874019f71e226fc04cc77502644bb4a452 100644
--- a/src/DEPS
+++ b/src/DEPS
@@ -6,6 +6,7 @@ include_rules = [
"+src/heap/heap.h",
"+src/heap/heap-inl.h",
"-src/interpreter",
+ "+src/interpreter/bytecode-array-iterator.h",
"+src/interpreter/bytecodes.h",
"+src/interpreter/interpreter.h",
"-src/libplatform",

Powered by Google App Engine
This is Rietveld 408576698