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

Unified Diff: base/BUILD.gn

Issue 2807933002: Removing (dest != prev) check from LastUnique algorithm. (Closed)
Patch Set: Created 3 years, 8 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/algorithm/benchmarks.cc » ('j') | base/algorithm/benchmarks.cc » ('J')
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 d1fb90a56348871c5b1669b13d0a90a41f915d65..464e30a083604b05dae6521119b4dfc0d5f933c9 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -116,6 +116,7 @@ component("base") {
}
sources = [
+ "algorithm/sorted_ranges.h",
brettw 2017/04/26 21:48:50 Can you think of anything else we might move into
dyaroshev 2017/04/27 19:11:46 After your previous suggestion, I removed this dir
"allocator/allocator_check.cc",
"allocator/allocator_check.h",
"allocator/allocator_extension.cc",
@@ -1893,6 +1894,7 @@ if (is_ios || is_mac) {
test("base_unittests") {
sources = [
+ "algorithm/sorted_ranges_unittest.cc",
"allocator/allocator_interception_mac_unittest.mm",
"allocator/malloc_zone_functions_mac_unittest.cc",
"allocator/tcmalloc_unittest.cc",
« no previous file with comments | « no previous file | base/algorithm/benchmarks.cc » ('j') | base/algorithm/benchmarks.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698