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

Unified Diff: BUILD.gn

Issue 2536653003: [ignition] Rewrite reverse iterator as random iterator (Closed)
Patch Set: Created 4 years, 1 month 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 | src/DEPS » ('j') | src/interpreter/bytecode-array-random-iterator.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 3a5660a145906e1b67726e8c22499dba8dbc1b80..24a003a3fdbaa03337aecd22b9165eb95578c3cd 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1444,8 +1444,8 @@ v8_source_set("v8_base") {
"src/interpreter/bytecode-array-builder.h",
"src/interpreter/bytecode-array-iterator.cc",
"src/interpreter/bytecode-array-iterator.h",
- "src/interpreter/bytecode-array-reverse-iterator.cc",
- "src/interpreter/bytecode-array-reverse-iterator.h",
+ "src/interpreter/bytecode-array-random-iterator.cc",
+ "src/interpreter/bytecode-array-random-iterator.h",
"src/interpreter/bytecode-array-writer.cc",
"src/interpreter/bytecode-array-writer.h",
"src/interpreter/bytecode-dead-code-optimizer.cc",
« no previous file with comments | « no previous file | src/DEPS » ('j') | src/interpreter/bytecode-array-random-iterator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698