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

Unified Diff: src/DEPS

Issue 2536653003: [ignition] Rewrite reverse iterator as random iterator (Closed)
Patch Set: Rebase Created 4 years 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/compiler/bytecode-analysis.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/DEPS
diff --git a/src/DEPS b/src/DEPS
index dc924f799cb3ce1ca8dedb7c817f5077ea0b5c3a..e9026b130d6bf350ced7f92b4e8a283d249bcade 100644
--- a/src/DEPS
+++ b/src/DEPS
@@ -12,7 +12,7 @@ include_rules = [
"-src/interpreter",
"+src/interpreter/bytecode-array-accessor.h",
"+src/interpreter/bytecode-array-iterator.h",
- "+src/interpreter/bytecode-array-reverse-iterator.h",
+ "+src/interpreter/bytecode-array-random-iterator.h",
"+src/interpreter/bytecode-decoder.h",
"+src/interpreter/bytecode-flags.h",
"+src/interpreter/bytecode-register.h",
« no previous file with comments | « BUILD.gn ('k') | src/compiler/bytecode-analysis.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698