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

Unified Diff: base/BUILD.gn

Issue 2968253002: Remove ScopedVector. (Closed)
Patch Set: just the sv Created 3 years, 5 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/memory/scoped_vector.h » ('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 a617f10a1951b2c005ed5dc77e77c5afa1b16c4f..abcdfb15fb1a81c514ec0ec7e3c838c89f89f340 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -500,7 +500,6 @@ component("base") {
"memory/ref_counted_memory.cc",
"memory/ref_counted_memory.h",
"memory/scoped_policy.h",
- "memory/scoped_vector.h",
"memory/shared_memory.h",
"memory/shared_memory_android.cc",
"memory/shared_memory_handle.cc",
@@ -2096,7 +2095,6 @@ test("base_unittests") {
"memory/ptr_util_unittest.cc",
"memory/ref_counted_memory_unittest.cc",
"memory/ref_counted_unittest.cc",
- "memory/scoped_vector_unittest.cc",
"memory/shared_memory_mac_unittest.cc",
"memory/shared_memory_unittest.cc",
"memory/shared_memory_win_unittest.cc",
« no previous file with comments | « no previous file | base/memory/scoped_vector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698