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

Unified Diff: cc/base/BUILD.gn

Issue 1441613002: cc: Remove ScopedPtrDeque. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | cc/base/container_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/BUILD.gn
diff --git a/cc/base/BUILD.gn b/cc/base/BUILD.gn
index c6dc603c83640a41a1c38d13c6bdf0291ec413a0..6898aa1f51a231842f3172f8f4da48f5b3e26d95 100644
--- a/cc/base/BUILD.gn
+++ b/cc/base/BUILD.gn
@@ -7,6 +7,7 @@ source_set("base") {
sources = [
"completion_event.h",
+ "container_util.h",
"delayed_unique_notifier.cc",
"delayed_unique_notifier.h",
"histograms.cc",
@@ -27,7 +28,6 @@ source_set("base") {
"rtree.cc",
"rtree.h",
"scoped_ptr_algorithm.h",
- "scoped_ptr_deque.h",
"scoped_ptr_vector.h",
"simple_enclosed_region.cc",
"simple_enclosed_region.h",
« no previous file with comments | « no previous file | cc/base/container_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698