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

Unified Diff: BUILD.gn

Issue 810683003: [base] Add iterator_range helper class. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 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 | « no previous file | src/base/iterator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index bfeac0b01f24c58a29045f99facb424dea223353..e1d0138494a718c6a1d7910a0da6ad002da1922b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1262,6 +1262,7 @@ source_set("v8_libbase") {
"src/base/flags.h",
"src/base/functional.cc",
"src/base/functional.h",
+ "src/base/iterator.h",
"src/base/lazy-instance.h",
"src/base/logging.cc",
"src/base/logging.h",
« no previous file with comments | « no previous file | src/base/iterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698