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

Unified Diff: cc/base/BUILD.gn

Issue 1336763006: cc: Switch ListContainer to use composition instead of inheritance. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: multiple files Created 5 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 | cc/base/list_container.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 d02b9008a2a1b0605260a24eeb16f1c09b7dc704..25eb3f593140417bf62306f113044ed6d388ab4e 100644
--- a/cc/base/BUILD.gn
+++ b/cc/base/BUILD.gn
@@ -13,8 +13,9 @@ source_set("base") {
"histograms.h",
"invalidation_region.cc",
"invalidation_region.h",
- "list_container.cc",
"list_container.h",
+ "list_container_helper.cc",
+ "list_container_helper.h",
"math_util.cc",
"math_util.h",
"region.cc",
« no previous file with comments | « no previous file | cc/base/list_container.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698