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

Unified Diff: base/BUILD.gn

Issue 605243003: Add base::Reversed() as an adapter for range-based for loops in reverse (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to brettw feedback Created 6 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 | « no previous file | base/base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index a2ba6be1429cc4916dd6fbb8cd0aedc4332c5164..d4283ae4eb876237b27b5bcc63ce6104d974f4d5 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -119,6 +119,7 @@ component("base") {
"command_line.cc",
"command_line.h",
"compiler_specific.h",
+ "containers/adapters.h",
"containers/hash_tables.h",
"containers/linked_list.h",
"containers/mru_cache.h",
@@ -1103,6 +1104,7 @@ test("base_unittests") {
"callback_unittest.nc",
"cancelable_callback_unittest.cc",
"command_line_unittest.cc",
+ "containers/adapters_unittest.cc",
"containers/hash_tables_unittest.cc",
"containers/linked_list_unittest.cc",
"containers/mru_cache_unittest.cc",
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698